automl.searchmodels.meka.base.ps.json Maven / Gradle / Ivy
{
"repository" : "meka.classifiers.multilabel.PS",
"include" : [ ],
"components" : [ {
"name" : "meka.classifiers.multilabel.PS",
"providedInterface" : [ "MLClassifier", "BasicMLClassifier" ],
"requiredInterface" : [ {
"id" : "W",
"name" : "AbstractClassifier"
} ],
"parameters" : [ {
"name" : "P",
"comment" : "Sets the pruning value, defining an infrequent labelset as one which occurs <= P times in the data (P = 0 defaults to LC). default: 0 (LC)",
"type" : "int",
"default" : 0,
"min" : 0,
"max" : 5,
"minInterval" : 1,
"refineSplits" : 6
}, {
"name" : "N",
"comment" : "Sets the (maximum) number of frequent labelsets to subsample from the infrequent labelsets. default: 0 (none) n N = n _n N = n, or 0 if LCard(D) >= 2 n_m N = random(n,m).",
"type" : "int",
"default" : 0,
"min" : 0,
"max" : 5,
"minInterval" : 1,
"refineSplits" : 6
} ]
} ]
}