| Package | Description |
|---|---|
| weka.classifiers.pmml.consumer | |
| weka.core.pmml |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.