description

build a sub-order of the concept lattice restricted to attribute-concepts and object-concepts


usage

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

options

-a <ALGO>  

supported algorithms are:

    • ARES
    • CERES
    • PLUTON
    • HERMES (default)

 -i <INPUT-FORMAT>

supported formats are:

    • CXT (Burmeisters ConImp)
    • SLF (HTK Standard Latice Format)
    • XML (Galicia v3)
    • CEX (ConExp)
    • CSV (Comma separated values)

 -o <OUTPUT-FORMAT>

supported formats are:

    • XML (default)
    • JSON

 -g <DOTFILE>

 .DOT output file for GraphViz

-d <DISPLAY-MODE>

 display format of the concepts for GraphViz.

Available formats are:

    • FULL
    • SIMPLIFIED (default)
    • MINIMAL

 -m <IMPL>

 supported implementations are:

    • BITSET (default)
    • HASHSET
    • KOLOBOKE_SET
    • TREESET
    • TROVE_HASHSET
    • COMPRESSED_BITSET
    • SPARSE_BITSET
    • INT_ARRAY
    • FASTUTIL_AVL_TREESET
    • FASTUTIL_RB_TREESET
    • HPPC_HASHSET
    • HPPC_BITSET
    • ARRAYLIST
    • BOOL_ARRAY

-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