Package | Description |
---|---|
weka.classifiers.pmml.consumer | |
weka.core.pmml |
Modifier and Type | Field and Description |
---|---|
protected MiningSchema |
PMMLClassifier.m_miningSchema
The fields and meta data used by the model
|
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 |
---|---|
protected static PMMLModel |
PMMLFactory.getModelInstance(Document doc,
PMMLFactory.ModelType modelType,
Element model,
Instances dataDictionary,
MiningSchema miningSchema)
Get an instance of a PMMLModel from the supplied Document
|
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.