|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MiningSchema | |
|---|---|
| weka.classifiers.pmml.consumer | |
| weka.core.pmml | |
| Uses of MiningSchema in weka.classifiers.pmml.consumer |
|---|
| Methods in weka.classifiers.pmml.consumer that return MiningSchema | |
|---|---|
MiningSchema |
PMMLClassifier.getMiningSchema()
Get the mining schema for this model. |
| Constructors in weka.classifiers.pmml.consumer with parameters of type MiningSchema | |
|---|---|
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)
|
|
| Uses of MiningSchema in weka.core.pmml |
|---|
| Methods in weka.core.pmml that return MiningSchema | |
|---|---|
MiningSchema |
PMMLModel.getMiningSchema()
Get the mining schema. |
| Methods in weka.core.pmml with parameters of type MiningSchema | |
|---|---|
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. |
| Constructors in weka.core.pmml with parameters of type MiningSchema | |
|---|---|
MappingInfo(Instances dataSet,
MiningSchema miningSchema,
Logger log)
|
|
VectorDictionary(Element vectNode,
MiningSchema ms)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||