| 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
KMeans
Computes clustering model for the given input based on the k-Means algorithm. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DecisionTreeLearner
Operator responsible for constructing a Decision Tree. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LinearRegressionLearner
Performs a multivariate linear regression on the given training data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IterativeOperator | 
OperatorProxies.IterativeOperatorProxy.getTarget()  | 
| Modifier and Type | Method and 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. 
 | 
Copyright © 2024 Actian Corporation. All rights reserved.