Package | Description |
---|---|
weka.classifiers.pmml.consumer | |
weka.core.pmml |
Modifier and Type | Method and Description |
---|---|
MiningSchema |
PMMLClassifier.getMiningSchema()
Get the mining schema for this model.
|
Constructor and Description |
---|
GeneralRegression(Element model,
Instances dataDictionary,
MiningSchema miningSchema)
Constructs a GeneralRegression classifier.
|
NeuralNetwork(Element model,
Instances dataDictionary,
MiningSchema miningSchema) |
Regression(Element model,
Instances dataDictionary,
MiningSchema miningSchema)
Constructs a new PMML Regression.
|
Modifier and Type | Method and Description |
---|---|
MiningSchema |
PMMLModel.getMiningSchema()
Get the mining schema.
|
Modifier and Type | Method and Description |
---|---|
double[] |
MappingInfo.instanceToSchema(Instance inst,
MiningSchema miningSchema)
Convert an
Instance to an array of values that matches the
format of the mining schema. |
Constructor and Description |
---|
MappingInfo(Instances dataSet,
MiningSchema miningSchema,
Logger log) |
Copyright © 2015 University of Waikato, Hamilton, NZ. All Rights Reserved.