Data management
BINARIZE
transform multivalued data table to formal context
Usage
java -jar fca4j-cli.jar BINARIZE <input> [<output-file>] [options]
Options
| Option | Description |
|---|---|
-excl <ATTR_NAME> |
list attributes to exclude |
-incl <ATTR_NAME> |
list attributes to binarize |
-i <INPUT-FORMAT> |
supported formats are:
|
-o <OUTPUT-FORMAT> |
supported formats are:
|
-s <SEPARATOR> |
separator (CSV format only):
|
-timeout <SECONDS> |
set timeout for algorithm execution, in seconds |
-v, --verbose |
print a final report of the algorithm execution |