Uses of Interface
weka.core.pmml.PMMLModel
Packages that use PMMLModel
-
Uses of PMMLModel in weka.classifiers.pmml.consumer
Classes in weka.classifiers.pmml.consumer that implement PMMLModelModifier and TypeClassDescriptionclassClass implementing import of PMML General Regression model.classClass implementing import of PMML Neural Network model.classAbstract base class for all PMML classifiers.classClass implementing import of PMML Regression model.classClass implementing import of PMML RuleSetModel.classImplements a PMML SupportVectorMachineModelclassClass implementing import of PMML TreeModel. -
Uses of PMMLModel in weka.core.pmml
Methods in weka.core.pmml that return PMMLModelModifier and TypeMethodDescriptionstatic PMMLModelPMMLFactory.getPMMLModel(File file) Read and return a PMML model.static PMMLModelPMMLFactory.getPMMLModel(File file, Logger log) Read and return a PMML model.static PMMLModelPMMLFactory.getPMMLModel(InputStream stream) Read and return a PMML model.static PMMLModelPMMLFactory.getPMMLModel(InputStream stream, Logger log) Read and return a PMML model.static PMMLModelPMMLFactory.getPMMLModel(String filename) Read and return a PMML model.static PMMLModelPMMLFactory.getPMMLModel(String filename, Logger log) Read and return a PMML model.Methods in weka.core.pmml with parameters of type PMMLModelModifier and TypeMethodDescriptionstatic StringPMMLFactory.applyClassifier(PMMLModel model, Instances test) static voidPMMLFactory.serializePMMLModel(PMMLModel model, File file) Serialize aPMMLModelobject that encapsulates a PMML modelstatic voidPMMLFactory.serializePMMLModel(PMMLModel model, OutputStream stream) Serialize aPMMLModelobject that encapsulates a PMML modelstatic voidPMMLFactory.serializePMMLModel(PMMLModel model, String filename) Serialize aPMMLModelobject that encapsulates a PMML model