FCA4J v0.4.6
Relational concept analysis

FAMILY_IMPORT

Model-driven transformation of multivalued data tables to a Relational Context Family (RCF) file.

Usage

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

Options

OptionDescription
-m <INPUT-FORMAT> supported formats are:
  • JSON (default)
  • XML
-f <FAMILY-FORMAT> supported formats are:
  • RCFT (default)
  • RCFGZ (compressed RCFT)
  • RCFAL (adjacency list JSON)
-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