See: Description
| Class | Description |
|---|---|
| GenericPMMLModel |
A pass-through PMML Model.
|
| GetPMML | |
| ModelExplanation | |
| ModelQuality | |
| PMML |
Various utility methods for PMML-Dom manipulation
|
| PMMLArrays |
Utility methods for formatting and parsing PMML arrays
|
| PMMLExtensionConstants | |
| PMMLModel |
Base class for PMML object model objects.
|
| PMMLModelSpec |
Meta-information associated with a given PMMLModel.
|
| PMMLPort |
Specialization of model ports for handling PMML models.
|
| PMMLPort.Metadata |
The port metadata associated with PMMLPorts.
|
| PMMLRealMatrix<T extends Number> |
Object representation of a PMML matrix
|
| PredictiveModelQuality |
A PMML object model for some of the metadata about a predictive (usually regression) model's quality.
|
| PutPMML | |
| ReadPMML |
Reads a PMML model object from a file.
|
| WritePMML |
Write a PMML object representation to a file at the given path.
|
| Enum | Description |
|---|---|
| PMMLArrays.ArrayType |
Enumeration of PMML array types
|
| PMMLModel.MiningFunction |
Enumeration of values for the "functionName" attribute
|
| PMMLVersion |
Encapsulates version-specific PMML information.
|
| PredictiveModelQuality.Usage |
Indicator for the phases of model-building during which a dataset may be used.
|
| Exception | Description |
|---|---|
| InvalidPMMLException |
Thrown to indicate that either:
the thrower attempted to parse a malformed or non-compliant PMML document, including one that used a different version of the PMML standard, or
the thrower was required to build a PMML element that was non-compliant (e.g.
|
| UnsupportedPMMLException |
Thrown to indicate that a PMML element was encountered that is not currently supported
by our predictor.
|
Copyright © 2016 Actian Corporation. All rights reserved.