Uses of Interface
weka.core.pmml.PMMLModel
-
Uses of PMMLModel in weka.classifiers.pmml.consumer
Modifier and TypeClassDescriptionclass
Class implementing import of PMML General Regression model.class
Class implementing import of PMML Neural Network model.class
Abstract base class for all PMML classifiers.class
Class implementing import of PMML Regression model.class
Class implementing import of PMML RuleSetModel.class
Implements a PMML SupportVectorMachineModelclass
Class implementing import of PMML TreeModel. -
Uses of PMMLModel in weka.core.pmml
Modifier and TypeMethodDescriptionstatic PMMLModel
PMMLFactory.getPMMLModel
(File file) Read and return a PMML model.static PMMLModel
PMMLFactory.getPMMLModel
(File file, Logger log) Read and return a PMML model.static PMMLModel
PMMLFactory.getPMMLModel
(InputStream stream) Read and return a PMML model.static PMMLModel
PMMLFactory.getPMMLModel
(InputStream stream, Logger log) Read and return a PMML model.static PMMLModel
PMMLFactory.getPMMLModel
(String filename) Read and return a PMML model.static PMMLModel
PMMLFactory.getPMMLModel
(String filename, Logger log) Read and return a PMML model.Modifier and TypeMethodDescriptionstatic String
PMMLFactory.applyClassifier
(PMMLModel model, Instances test) static void
PMMLFactory.serializePMMLModel
(PMMLModel model, File file) Serialize aPMMLModel
object that encapsulates a PMML modelstatic void
PMMLFactory.serializePMMLModel
(PMMLModel model, OutputStream stream) Serialize aPMMLModel
object that encapsulates a PMML modelstatic void
PMMLFactory.serializePMMLModel
(PMMLModel model, String filename) Serialize aPMMLModel
object that encapsulates a PMML model