Formal concept analysis
REDUCE
reduce formal context to irreductibles (--xo option), attributes (--xa option) or both
Usage
java -jar fca4j-cli.jar REDUCE <input> [<output-file>] [options]
Options
| Option | Description |
|---|---|
-xa |
reduce attributes |
-xo |
reduce objects |
-u |
equivalent objects and/or attributes are grouped by classes. This option is useful in the case of unclarified contexts |
-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 |