Uses of Interface
com.pervasive.datarush.tokens.scalar.DoubleSettable
Packages that use DoubleSettable
Package
Description
Provides utility, PMML and other classes for shared use by regression related entities.
Provides classes and interfaces for accessing and producing the data flowing
between operators in a dataflow graph.
Provides implementations of sequences of scalar token values.
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 DoubleSettableModifier and TypeMethodDescriptioncom.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.ValuePredictorPMMLRegressionClassificationModel.getCategoryPredictor(String category, RecordValued input, DoubleSettable target) Get the likelihood predictor for a particular categorycom.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.ValuePredictorPMMLRegressionModel.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.physicalModifier and TypeInterfaceDescriptioninterfaceA 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 DoubleSettableModifier and TypeMethodDescriptionDoubleTokenList.getTokenSetter(int index) MutableDoubleTokenSequence.getTokenSetter(int index) SparseDoubleTokenList.getTokenSetter(int index) -
Uses of DoubleSettable in com.pervasive.datarush.tokens.scalar
Classes in com.pervasive.datarush.tokens.scalar that implement DoubleSettable