FCA4J v0.4.6
Data management

BINARIZE

transform multivalued data table to formal context

Usage

java -jar fca4j-cli.jar BINARIZE <input> [<output-file>] [options]

Options

OptionDescription
-excl <ATTR_NAME> list attributes to exclude
-incl <ATTR_NAME> list attributes to binarize
-i <INPUT-FORMAT> supported formats are:
  • CSV (Comma separated values)
  • [upcoming formats...]
-o <OUTPUT-FORMAT> supported formats are:
  • CXT (Burmeisters ConImp)
  • SLF (HTK Standard Latice Format)
  • XML (Galicia v3)
  • CEX (ConExp)
  • CSV (Comma separated values)
-s <SEPARATOR> separator (CSV format only):
  • COMMA (default)
  • SEMICOLON
  • TAB
-timeout <SECONDS> set timeout for algorithm execution, in seconds
-v, --verbose print a final report of the algorithm execution