Uses of Class
com.pervasive.datarush.operators.IterativeOperator
-
Packages that use IterativeOperator Package Description com.pervasive.datarush.analytics.cluster.kmeans Provides the KMeans algorithm.com.pervasive.datarush.analytics.decisiontree.learner Provides the PMML learner operator and associated classes.com.pervasive.datarush.analytics.regression Provides utility, PMML and other classes for shared use by regression related entities.com.pervasive.datarush.operators Provides classes and interfaces for developing dataflow operators. -
-
Uses of IterativeOperator in com.pervasive.datarush.analytics.cluster.kmeans
Subclasses of IterativeOperator in com.pervasive.datarush.analytics.cluster.kmeans Modifier and Type Class Description class
KMeans
Computes clustering model for the given input based on the k-Means algorithm. -
Uses of IterativeOperator in com.pervasive.datarush.analytics.decisiontree.learner
Subclasses of IterativeOperator in com.pervasive.datarush.analytics.decisiontree.learner Modifier and Type Class Description class
DecisionTreeLearner
Operator responsible for constructing a Decision Tree. -
Uses of IterativeOperator in com.pervasive.datarush.analytics.regression
Subclasses of IterativeOperator in com.pervasive.datarush.analytics.regression Modifier and Type Class Description class
LinearRegressionLearner
Performs a multivariate linear regression on the given training data. -
Uses of IterativeOperator in com.pervasive.datarush.operators
Methods in com.pervasive.datarush.operators that return IterativeOperator Modifier and Type Method Description IterativeOperator
OperatorProxies.IterativeOperatorProxy. getTarget()
Methods in com.pervasive.datarush.operators with parameters of type IterativeOperator Modifier and Type Method Description static OperatorProxies.IterativeOperatorProxy
OperatorProxies. proxy(IterativeOperator op)
Public only as a matter of implementation; not intended for external use Creates a proxy to the given operator that allows the framework to access its protected methods.
-