All Downloads are FREE. Search and download functionalities are using the official Maven repository.

automl.searchmodels.meka.base.bcc.json Maven / Gradle / Ivy

Go to download

This project provides an implementation of the AutoML tool ML-Plan for MEKA.

There is a newer version: 0.2.7
Show newest version
{
  "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" ]
    } ]
  } ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy