automl.searchmodels.meka.base.bcc.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mlplan-meka Show documentation
Show all versions of mlplan-meka Show documentation
This project provides an implementation of the AutoML tool ML-Plan for MEKA.
{
"repository" : "meka.classifiers.multilabel.BCC",
"include" : [ ],
"components" : [ {
"name" : "meka.classifiers.multilabel.BCC",
"providedInterface" : [ "MLClassifier", "BasicMLClassifier" ],
"requiredInterface" : [ {
"id" : "W",
"name" : "AbstractClassifier"
} ],
"parameters" : [ {
"name" : "X",
"comment" : "The way to measure dependencies. default: lbf (frequencies only) | TODO: No label dependence still missing as an option",
"type" : "cat",
"default" : "lbf",
"values" : [ "lbf", "C", "I", "Ib", "H", "Hbf", "X", "F", "L", "None" ]
} ]
} ]
}