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

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

{
  "repository" : "meka.classifiers.multilabel.MLCBMaD",
  "include" : [ ],
  "components" : [ {
    "name" : "meka.classifiers.multilabel.MLCBMaD",
    "providedInterface" : [ "MLClassifier", "MetaMLClassifier" ],
    "requiredInterface" : [ {
      "id" : "W",
      "name" : "BasicMLClassifier"
    } ],
    "parameters" : [ {
      "name" : "size",
      "comment" : "Size of the compressed matrix. Should be less than the number of labels and more than 1. (default: 20)",
      "type" : "int",
      "min" : 1,
      "max" : 20,
      "default" : 20,
      "minInterval" : 1,
      "refineSplits" : 2
    }, {
      "name" : "threshold",
      "comment" : "Threshold for the matrix decompositon, what is considered frequent. Between 0 and 1. (default: 0.5)",
      "type" : "double",
      "min" : 0.0,
      "max" : 1.0,
      "default" : 0.5,
      "minInterval" : 0.05,
      "refineSplits" : 8
    } ]
  } ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy