Uses of Class
com.pervasive.datarush.analytics.pmml.PMMLModelSpec
Packages that use PMMLModelSpec
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 PMMLModelSpec in com.pervasive.datarush.analytics.arm
Methods in com.pervasive.datarush.analytics.arm that return PMMLModelSpecModifier and TypeMethodDescriptionstatic PMMLModelSpecMetadataHelper.createPMMLSpec(RecordTokenType inputType, String txnFieldName, String itemFieldName) Build the PMML model specification for an ARM model given the transaction field and item field names.Constructors in com.pervasive.datarush.analytics.arm with parameters of type PMMLModelSpecModifierConstructorDescriptionConstruct aPMMLAssociationObjectfrom the given specification. -
Uses of PMMLModelSpec in com.pervasive.datarush.analytics.cluster
Methods in com.pervasive.datarush.analytics.cluster with parameters of type PMMLModelSpecModifier and TypeMethodDescriptionstatic PMMLClusteringModel.BuilderPMMLClusteringModel.builder(PMMLModelSpec spec, ModelClass modelClass, ComparisonMeasure comparisonMeasure, Cluster[] clusters) Creates a builder that buildsPMMLClusteringModelinstances with the provided model specification, model class, comparison measure and clusters.protected RecordTokenTypeClusterPredictor.predictedType(PMMLModelSpec modelSpec) -
Uses of PMMLModelSpec in com.pervasive.datarush.analytics.decisiontree
Constructors in com.pervasive.datarush.analytics.decisiontree with parameters of type PMMLModelSpecModifierConstructorDescriptionPMMLTreeModel(PMMLModelSpec modelSpec) Create a PMMLTreeModel for the given spec. -
Uses of PMMLModelSpec in com.pervasive.datarush.analytics.decisiontree.predictor
Methods in com.pervasive.datarush.analytics.decisiontree.predictor with parameters of type PMMLModelSpecModifier and TypeMethodDescriptionprotected RecordTokenTypeDecisionTreePredictor.predictedType(PMMLModelSpec modelSpec) -
Uses of PMMLModelSpec in com.pervasive.datarush.analytics.naivebayes
Constructors in com.pervasive.datarush.analytics.naivebayes with parameters of type PMMLModelSpecModifierConstructorDescriptionPMMLNaiveBayesModel(PMMLModelSpec modelSpec) Create a PMMLNaiveBayesModel for the given spec. -
Uses of PMMLModelSpec in com.pervasive.datarush.analytics.naivebayes.predictor
Methods in com.pervasive.datarush.analytics.naivebayes.predictor with parameters of type PMMLModelSpecModifier and TypeMethodDescriptionprotected RecordTokenTypeNaiveBayesPredictor.predictedType(PMMLModelSpec spec) -
Uses of PMMLModelSpec in com.pervasive.datarush.analytics.pmml
Methods in com.pervasive.datarush.analytics.pmml that return PMMLModelSpecModifier and TypeMethodDescriptionstatic PMMLModelSpecPMMLModelSpec.forAll(RecordTokenType inputType, String... targetColumns) Convenience method to create a model spec where the learning columns are all input columns minus the target columnsstatic PMMLModelSpecPMMLModelSpec.forSelected(RecordTokenType inputType, List<String> selectedColumns, String... targetColumns) Convenience method to create a model spec where the learning columns are the specified selected columns minus the set of target columns.final PMMLModelSpecPMMLModel.getModelSpec()Returns the meta-information associated with this PMML modelPMMLPort.getPMMLModelSpec(MetadataContext ctx) Getter to be used to set the PMMLModelSpec for a PMMLPortPMMLPort.Metadata.getPMMLModelSpec()Returns the underlying PMML model metadataMethods in com.pervasive.datarush.analytics.pmml with parameters of type PMMLModelSpecModifier and TypeMethodDescriptionvoidPMMLPort.setPMMLModelSpec(MetadataCalculationContext ctx, PMMLModelSpec spec) Setter to be used to set the PMMLModelSpec for PMML ports.Constructors in com.pervasive.datarush.analytics.pmml with parameters of type PMMLModelSpecModifierConstructorDescriptionMetadata(PMMLModelSpec pmmlModelSpec) Creates a new port metadataprotectedPMMLModel(PMMLModelSpec objectSpec) Create a model, specifying a model spec. -
Uses of PMMLModelSpec in com.pervasive.datarush.analytics.regression
Methods in com.pervasive.datarush.analytics.regression with parameters of type PMMLModelSpecModifier and TypeMethodDescriptionprotected RecordTokenTypeLogisticRegressionPredictor.predictedType(PMMLModelSpec modelSpec) protected RecordTokenTypeRegressionPredictor.predictedType(PMMLModelSpec modelSpec) Constructors in com.pervasive.datarush.analytics.regression with parameters of type PMMLModelSpecModifierConstructorDescriptionAbstractPMMLRegressionModel(PMMLModelSpec objectSpec) PMMLRegressionClassificationModel(PMMLModelSpec objectSpec) PMMLRegressionModel(PMMLModelSpec objectSpec) Construct the PMML model from a model specification. -
Uses of PMMLModelSpec in com.pervasive.datarush.analytics.stats
Constructors in com.pervasive.datarush.analytics.stats with parameters of type PMMLModelSpecModifierConstructorDescriptionPMMLSummaryStatisticsModel(PMMLModelSpec modelSpec) Create a PMMLSummaryStatisticsModel for the given spec. -
Uses of PMMLModelSpec in com.pervasive.datarush.analytics.svm
Constructors in com.pervasive.datarush.analytics.svm with parameters of type PMMLModelSpecModifierConstructorDescriptionPMMLSupportVectorMachineModel(PMMLModelSpec modelSpec) Create a PMMLSupportVectorMachineModel for the given spec. -
Uses of PMMLModelSpec in com.pervasive.datarush.analytics.svm.predictor
Methods in com.pervasive.datarush.analytics.svm.predictor with parameters of type PMMLModelSpecModifier and TypeMethodDescriptionprotected RecordTokenTypeSVMPredictor.predictedType(PMMLModelSpec modelSpec) -
Uses of PMMLModelSpec in com.pervasive.datarush.analytics.util
Methods in com.pervasive.datarush.analytics.util that return PMMLModelSpecMethods in com.pervasive.datarush.analytics.util with parameters of type PMMLModelSpecModifier and TypeMethodDescriptionprotected abstract RecordTokenTypeAbstractPredictor.predictedType(PMMLModelSpec modelSpec) Given the model spec, returns the predicted type.