Uses of Class
com.pervasive.datarush.analytics.pmml.PMMLModel
Packages that use PMMLModel
Package
Description
Provides common classes for Association Rule Mining (ARM).
Provides base PMML for clustering models.
Provides PMML model classes for decision trees.
Provides the decision tree predictor operator and associated classes.
Provides PMML model classes for Naive Bayes.
Provides an implementation of a Naive Bayes predictor.
Provides shared and base classes for PMML model representation of Analytics algorithms.
Provides utility, PMML and other classes for shared use by regression related entities.
Provides various statistics, Data Summarizer, and Data Quality Analyzer.
Provides PMML model classes for SVM.
Provides an implementation of an SVM predictor.
Provides some (internal) utility classes for Analytics.
-
Uses of PMMLModel in com.pervasive.datarush.analytics.arm
Subclasses of PMMLModel in com.pervasive.datarush.analytics.armModifier and TypeClassDescriptionclassCaptures the information required to build a PMML Association model. -
Uses of PMMLModel in com.pervasive.datarush.analytics.cluster
Subclasses of PMMLModel in com.pervasive.datarush.analytics.clusterMethods in com.pervasive.datarush.analytics.cluster with parameters of type PMMLModelModifier and TypeMethodDescriptionprotected voidClusterPredictor.execute(PMMLModel model, RecordValued input, ScalarSettable[] predictedFields) -
Uses of PMMLModel in com.pervasive.datarush.analytics.decisiontree
Subclasses of PMMLModel in com.pervasive.datarush.analytics.decisiontree -
Uses of PMMLModel in com.pervasive.datarush.analytics.decisiontree.predictor
Methods in com.pervasive.datarush.analytics.decisiontree.predictor with parameters of type PMMLModelModifier and TypeMethodDescriptionprotected voidDecisionTreePredictor.execute(PMMLModel pmml, RecordValued input, ScalarSettable[] predictedFields) -
Uses of PMMLModel in com.pervasive.datarush.analytics.naivebayes
Subclasses of PMMLModel in com.pervasive.datarush.analytics.naivebayes -
Uses of PMMLModel in com.pervasive.datarush.analytics.naivebayes.predictor
Methods in com.pervasive.datarush.analytics.naivebayes.predictor with parameters of type PMMLModelModifier and TypeMethodDescriptionprotected voidNaiveBayesPredictor.execute(PMMLModel pmml, RecordValued input, ScalarSettable[] predictedFields) -
Uses of PMMLModel in com.pervasive.datarush.analytics.pmml
Subclasses of PMMLModel in com.pervasive.datarush.analytics.pmmlFields in com.pervasive.datarush.analytics.pmml with type parameters of type PMMLModelModifier and TypeFieldDescriptionstatic final AbstractModelPortFactory<PMMLModel,PMMLPort> PMMLPort.FACTORYA factory for PMML ports.Methods in com.pervasive.datarush.analytics.pmml that return types with arguments of type PMMLModelMethods in com.pervasive.datarush.analytics.pmml with parameters of type PMMLModelConstructors in com.pervasive.datarush.analytics.pmml with parameters of type PMMLModel -
Uses of PMMLModel in com.pervasive.datarush.analytics.regression
Subclasses of PMMLModel in com.pervasive.datarush.analytics.regressionModifier and TypeClassDescriptionclassA representation of features found in PMML regressionModel elements that do not depend on its attributes.classImplementation of a 'maximum likelihood' classifier on top of regression models.classPMML object model for Regression models.Methods in com.pervasive.datarush.analytics.regression with parameters of type PMMLModelModifier and TypeMethodDescriptionprotected voidLogisticRegressionPredictor.execute(PMMLModel pmml, RecordValued input, ScalarSettable[] predictedFields) protected voidRegressionPredictor.execute(PMMLModel model, RecordValued input, ScalarSettable[] predictedFields) -
Uses of PMMLModel in com.pervasive.datarush.analytics.stats
Subclasses of PMMLModel in com.pervasive.datarush.analytics.stats -
Uses of PMMLModel in com.pervasive.datarush.analytics.svm
Subclasses of PMMLModel in com.pervasive.datarush.analytics.svmModifier and TypeClassDescriptionfinal classPMML SupportVectorMachineModel. -
Uses of PMMLModel in com.pervasive.datarush.analytics.svm.predictor
Methods in com.pervasive.datarush.analytics.svm.predictor with parameters of type PMMLModelModifier and TypeMethodDescriptionprotected voidSVMPredictor.execute(PMMLModel pmml, RecordValued input, ScalarSettable[] predictedFields) -
Uses of PMMLModel in com.pervasive.datarush.analytics.util
Methods in com.pervasive.datarush.analytics.util with parameters of type PMMLModelModifier and TypeMethodDescriptionprotected abstract voidAbstractPredictor.execute(PMMLModel model, RecordValued input, ScalarSettable[] predictedFields) Called to perform prediction.