Uses of Class
weka.core.pmml.MiningSchema
Packages that use MiningSchema
-
Uses of MiningSchema in weka.classifiers.pmml.consumer
Methods in weka.classifiers.pmml.consumer that return MiningSchemaModifier and TypeMethodDescriptionPMMLClassifier.getMiningSchema()Get the mining schema for this model.Constructors in weka.classifiers.pmml.consumer with parameters of type MiningSchemaModifierConstructorDescriptionGeneralRegression(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
Methods in weka.core.pmml that return MiningSchemaMethods in weka.core.pmml with parameters of type MiningSchemaModifier and TypeMethodDescriptionstatic VectorDictionaryVectorDictionary.getVectorDictionary(Element container, MiningSchema ms) Returns a new VectorDictionary constructed from the supplied XML containerdouble[]MappingInfo.instanceToSchema(Instance inst, MiningSchema miningSchema) Convert anInstanceto an array of values that matches the format of the mining schema.Constructors in weka.core.pmml with parameters of type MiningSchemaModifierConstructorDescriptionMappingInfo(Instances dataSet, MiningSchema miningSchema, Logger log) VectorDictionary(Element vectNode, MiningSchema ms) Constructor.