Uses of Class
weka.core.pmml.MiningSchema
-
Uses of MiningSchema in weka.classifiers.pmml.consumer
Modifier and TypeMethodDescriptionPMMLClassifier.getMiningSchema()
Get the mining schema for this model.ModifierConstructorDescriptionGeneralRegression
(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 RuleSetModelSupportVectorMachineModel
(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
Modifier and TypeMethodDescriptionstatic VectorDictionary
VectorDictionary.getVectorDictionary
(Element container, MiningSchema ms) Returns a new VectorDictionary constructed from the supplied XML containerdouble[]
MappingInfo.instanceToSchema
(Instance inst, MiningSchema miningSchema) Convert anInstance
to an array of values that matches the format of the mining schema.ModifierConstructorDescriptionMappingInfo
(Instances dataSet, MiningSchema miningSchema, Logger log) VectorDictionary
(Element vectNode, MiningSchema ms) Constructor.