| 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.
|
RuleSetModel(Element model,
Instances dataDictionary,
MiningSchema miningSchema)
Constructor for a RuleSetModel
|
SupportVectorMachineModel(Element model,
Instances dataDictionary,
MiningSchema miningSchema)
Construct a new SupportVectorMachineModel encapsulating the information provided
in the PMML document.
|
TreeModel(Element model,
Instances dataDictionary,
MiningSchema miningSchema) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
PMMLModel.getMiningSchema()
Get the mining schema.
|
| Modifier and Type | Method and Description |
|---|---|
static VectorDictionary |
VectorDictionary.getVectorDictionary(Element container,
MiningSchema ms)
Returns a new VectorDictionary constructed from the supplied XML container
|
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) |
VectorDictionary(Element vectNode,
MiningSchema ms)
Constructor.
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.