Uses of Class
com.pervasive.datarush.operators.IterativeOperator
Packages that use IterativeOperator
Package
Description
Provides the KMeans algorithm.
Provides the PMML learner operator and associated classes.
Provides utility, PMML and other classes for shared use by regression related entities.
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.kmeansModifier and TypeClassDescriptionfinal classComputes 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.learnerModifier and TypeClassDescriptionfinal classOperator responsible for constructing a Decision Tree. -
Uses of IterativeOperator in com.pervasive.datarush.analytics.regression
Subclasses of IterativeOperator in com.pervasive.datarush.analytics.regressionModifier and TypeClassDescriptionclassPerforms 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 IterativeOperatorMethods in com.pervasive.datarush.operators with parameters of type IterativeOperatorModifier and TypeMethodDescriptionOperatorProxies.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.