Package | Description |
---|---|
com.pervasive.datarush.analytics.regression |
Provides utility, PMML and other classes for shared use by regression related entities.
|
com.pervasive.datarush.ports.physical |
Provides classes and interfaces for accessing and producing the data flowing
between operators in a dataflow graph.
|
com.pervasive.datarush.sequences.scalar |
Provides implementations of sequences of scalar token values.
|
com.pervasive.datarush.tokens.scalar |
Provides implementations of and utilities for scalar valued
tokens.
|
Modifier and Type | Method and Description |
---|---|
com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.ValuePredictor |
PMMLRegressionClassificationModel.getCategoryPredictor(String category,
RecordValued input,
DoubleSettable target)
Get the likelihood predictor for a particular category
|
com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.ValuePredictor |
PMMLRegressionModel.getValuePredictor(RecordValued input,
DoubleSettable target)
Get a value predictor for this model.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DoubleOutputField
A double valued field of a record output port.
|
Modifier and Type | Method and Description |
---|---|
DoubleSettable |
SparseDoubleTokenList.getTokenSetter(int index) |
DoubleSettable |
MutableDoubleTokenSequence.getTokenSetter(int index) |
DoubleSettable |
DoubleTokenList.getTokenSetter(int index) |
Modifier and Type | Class and Description |
---|---|
class |
DoubleRegister
A mutable
DoubleValued object. |
Copyright © 2016 Actian Corporation. All rights reserved.