Module datarush.analytics
Package com.pervasive.datarush.analytics.pmml
Provides shared and base classes for PMML model representation of Analytics algorithms.
-
Class Summary Class Description GenericPMMLModel A pass-through PMML Model.GetPMML ModelExplanation ModelQuality PMML Various utility methods for PMML-Dom manipulationPMMLArrays Utility methods for formatting and parsing PMML arraysPMMLExtensionConstants 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 matrixPredictiveModelQuality 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 Summary Enum Description PMMLArrays.ArrayType Enumeration of PMML array typesPMMLModel.MiningFunction Enumeration of values for the "functionName" attributePMMLVersion Encapsulates version-specific PMML information.PredictiveModelQuality.Usage Indicator for the phases of model-building during which a dataset may be used. -
Exception Summary 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.