java.lang.Object
es.upm.fi.cig.multictbnc.sampling.MainSampling
Class to sample datasets from Multi-CTBNCs with provided or randomly generated structures.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MainSampling
public MainSampling()
-
-
Method Details
-
main
Application entry point. Arguments are expected to include the following elements and in the described order: (0) number of datasets to sample, (1) number of sequences, (2) duration of the sequences, (3) number of feature variables, (4) cardinality of feature variables, (5) number of class variables, (6) cardinality of feature variables, (7) probability of defining an arc in the class subgraph, (8) probability of defining an arc in the bridge subgraph, (9) probability of defining an arc in the feature subgraph (10) maximum number of feature variables that are parents of other feature variables, (11)true
if different structures are used to sample every dataset,false
if a unique structure is used, (12) path where the datasets will be stored, (13) adjacency matrix (optional, arguments 7 to 11 are ignored if used).- Parameters:
args
- application command line arguments
-