Uses of Interface
weka.core.pmml.PMMLModel

Packages that use PMMLModel
weka.classifiers.pmml.consumer   
weka.core.pmml   
 

Uses of PMMLModel in weka.classifiers.pmml.consumer
 

Classes in weka.classifiers.pmml.consumer that implement PMMLModel
 class GeneralRegression
          Class implementing import of PMML General Regression model.
 class NeuralNetwork
          Class implementing import of PMML Neural Network model.
 class PMMLClassifier
          Abstract base class for all PMML classifiers.
 class Regression
          Class implementing import of PMML Regression model.
 class RuleSetModel
          Class implementing import of PMML RuleSetModel.
 class SupportVectorMachineModel
          Implements a PMML SupportVectorMachineModel
 class TreeModel
          Class implementing import of PMML TreeModel.
 

Uses of PMMLModel in weka.core.pmml
 

Methods in weka.core.pmml that return PMMLModel
static 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.
 

Methods in weka.core.pmml with parameters of type PMMLModel
static String PMMLFactory.applyClassifier(PMMLModel model, Instances test)
           
static void PMMLFactory.serializePMMLModel(PMMLModel model, File file)
          Serialize a PMMLModel object that encapsulates a PMML model
static void PMMLFactory.serializePMMLModel(PMMLModel model, OutputStream stream)
          Serialize a PMMLModel object that encapsulates a PMML model
static void PMMLFactory.serializePMMLModel(PMMLModel model, String filename)
          Serialize a PMMLModel object that encapsulates a PMML model
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.