Formal concept analysis
RULEBASIS
compute the canonical basis of implications (Duquenne-Guigues)
Usage
java -jar fca4j-cli.jar RULEBASIS <input> [<output-file>] [options]
Options
| Option | Description |
|---|---|
-clarify |
this option can speed up the execution by basing the calculation on the clarified context |
-a <ALGO> |
supported algorithms are
|
-c <CLOSURE> |
two methods to perform the closure operation are available
|
-t <POOL-MODE> |
multithreading options are:
|
-h <THRESHOLD> |
multithreading limit size of work for a task default=50 |
-b |
sort implications by ascending support |
-r <REPORTFILE> |
generate report about algorithm execution |
-folder <PATH> |
folder to generate a file by support for results |
-i <INPUT-FORMAT> |
supported formats are:
|
-o <OUTPUT-FORMAT> |
supported formats are:
|
-m <IMPL> |
supported implementations 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 |