Uses of Class
com.pervasive.datarush.analytics.pmml.PMMLPort
Packages that use PMMLPort
Package
Description
Provides common classes for Association Rule Mining (ARM).
Provides the operator to perform the FP-growth ARM algorithm.
Provides operators related to data cleansing.
Provides the KMeans algorithm.
Provides the PMML learner operator and associated classes.
Provides the decision tree pruner operator and associated classes.
Provides an implementation of the Naive Bayes learner.
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 an implementation of an SVM learner.
Provides some (internal) utility classes for Analytics.
-
Uses of PMMLPort in com.pervasive.datarush.analytics.arm
Methods in com.pervasive.datarush.analytics.arm that return PMMLPort -
Uses of PMMLPort in com.pervasive.datarush.analytics.arm.fpgrowth
Methods in com.pervasive.datarush.analytics.arm.fpgrowth that return PMMLPort -
Uses of PMMLPort in com.pervasive.datarush.analytics.cleansing
Methods in com.pervasive.datarush.analytics.cleansing that return PMMLPortModifier and TypeMethodDescriptionReplaceMissingValues.getModel()Returns a port that will output aPMMLSummaryStatisticsModel.ReplaceMissingValues.getStatisticsInput()Gets the optional model port providing statistics for replace specifications based on column statistics. -
Uses of PMMLPort in com.pervasive.datarush.analytics.cluster.kmeans
Methods in com.pervasive.datarush.analytics.cluster.kmeans that return PMMLPort -
Uses of PMMLPort in com.pervasive.datarush.analytics.decisiontree.learner
Methods in com.pervasive.datarush.analytics.decisiontree.learner that return PMMLPort -
Uses of PMMLPort in com.pervasive.datarush.analytics.decisiontree.pruner
Methods in com.pervasive.datarush.analytics.decisiontree.pruner that return PMMLPort -
Uses of PMMLPort in com.pervasive.datarush.analytics.naivebayes.learner
Methods in com.pervasive.datarush.analytics.naivebayes.learner that return PMMLPort -
Uses of PMMLPort in com.pervasive.datarush.analytics.pmml
Fields in com.pervasive.datarush.analytics.pmml with type parameters of type PMMLPortModifier and TypeFieldDescriptionstatic final AbstractModelPortFactory<PMMLModel,PMMLPort> PMMLPort.FACTORYA factory for PMML ports.Methods in com.pervasive.datarush.analytics.pmml that return PMMLPortModifier and TypeMethodDescriptionWritePMML.getModel()The port containing the PMML model instanceReadPMML.getOutput()Returns the output port that will contain the PMML model that is read from the file.Methods in com.pervasive.datarush.analytics.pmml that return types with arguments of type PMMLPort -
Uses of PMMLPort in com.pervasive.datarush.analytics.regression
Methods in com.pervasive.datarush.analytics.regression that return PMMLPortModifier and TypeMethodDescriptionLogisticRegressionLearner.getModelOutput()LinearRegressionLearner.getOutput()Get the output port of this operator. -
Uses of PMMLPort in com.pervasive.datarush.analytics.stats
Methods in com.pervasive.datarush.analytics.stats that return PMMLPortModifier and TypeMethodDescriptionDataQualityAnalyzer.getModel()Returns a port that will output aPMMLSummaryStatisticsModel.NormalizeValues.getModelInput()Get the optional input port used to read the PMML model containing field statistics needed by normalization methods.SummaryStatistics.getOutput()Returns an output port that will produce aPMMLSummaryStatisticsModel. -
Uses of PMMLPort in com.pervasive.datarush.analytics.svm.learner
Methods in com.pervasive.datarush.analytics.svm.learner that return PMMLPort -
Uses of PMMLPort in com.pervasive.datarush.analytics.util
Methods in com.pervasive.datarush.analytics.util that return PMMLPort