Module datarush.analytics
Package com.pervasive.datarush.analytics.pmml
package com.pervasive.datarush.analytics.pmml
Provides shared and base classes for PMML model representation of Analytics algorithms.
-
ClassDescriptionA pass-through PMML Model.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.Various utility methods for PMML-Dom manipulationUtility methods for formatting and parsing PMML arraysEnumeration of PMML array typesBase class for PMML object model objects.Enumeration of values for the "functionName" attributeMeta-information associated with a given PMMLModel.Specialization of model ports for handling PMML models.The port metadata associated with PMMLPorts.PMMLRealMatrix<T extends Number>Object representation of a PMML matrixEncapsulates version-specific PMML information.A PMML object model for some of the metadata about a predictive (usually regression) model's quality.Indicator for the phases of model-building during which a dataset may be used.Reads a PMML model object from a file.Thrown to indicate that a PMML element was encountered that is not currently supported by our predictor.Write a PMML object representation to a file at the given path.