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 | Method and Description |
---|---|
protected CompositionIterator |
KMeans.createIterator(MetadataContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected CompositionIterator |
DecisionTreeLearner.createIterator(MetadataContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected CompositionIterator |
LinearRegressionLearner.createIterator(MetadataContext context) |
Modifier and Type | Method and Description |
---|---|
CompositionIterator |
OperatorProxies.IterativeOperatorProxy.createIterator(MetadataContext ctx)
Public only as a matter of implementation; not intended for external use
|
protected abstract CompositionIterator |
IterativeOperator.createIterator(MetadataContext ctx)
Invoked at the start of execution.
|
Copyright © 2016 Actian Corporation. All rights reserved.