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

automl.searchmodels.meka.meta.em.json Maven / Gradle / Ivy

{
  "repository" : "meka.classifiers.multilabel.meta.EM",
  "include" : [ ],
  "components" : [ {
    "name" : "meka.classifiers.multilabel.meta.EM",
    "providedInterface" : [ "MLClassifier", "MetaMLClassifier" ],
    "requiredInterface" : [ {
      "id" : "W",
      "name" : "ProblemTransformationMethod"
    } ],
    "parameters" : [ {
      "comment" : "Sets the number of models (default 10)",
      "name" : "I",
      "type" : "int",
      "default" : 10,
      "min" : 10,
      "max" : 50,
      "refineSplits" : 4,
      "minInterval" : 1
    } ]
  } ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy