Uses of Interface
com.pervasive.datarush.tokens.scalar.DoubleSettable
-
Packages that use DoubleSettable 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. -
-
Uses of DoubleSettable in com.pervasive.datarush.analytics.regression
Methods in com.pervasive.datarush.analytics.regression with parameters of type DoubleSettable Modifier and Type Method Description com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.ValuePredictor
PMMLRegressionClassificationModel. getCategoryPredictor(String category, RecordValued input, DoubleSettable target)
Get the likelihood predictor for a particular categorycom.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.ValuePredictor
PMMLRegressionModel. getValuePredictor(RecordValued input, DoubleSettable target)
Get a value predictor for this model. -
Uses of DoubleSettable in com.pervasive.datarush.ports.physical
Subinterfaces of DoubleSettable in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interface
DoubleOutputField
A double valued field of a record output port. -
Uses of DoubleSettable in com.pervasive.datarush.sequences.scalar
Methods in com.pervasive.datarush.sequences.scalar that return DoubleSettable Modifier and Type Method Description DoubleSettable
DoubleTokenList. getTokenSetter(int index)
DoubleSettable
MutableDoubleTokenSequence. getTokenSetter(int index)
DoubleSettable
SparseDoubleTokenList. getTokenSetter(int index)
-
Uses of DoubleSettable in com.pervasive.datarush.tokens.scalar
Classes in com.pervasive.datarush.tokens.scalar that implement DoubleSettable Modifier and Type Class Description class
DoubleRegister
A mutableDoubleValued
object.
-