Uses of Interface
com.pervasive.datarush.sequences.scalar.DoubleValuedIterator
Packages that use DoubleValuedIterator
Package
Description
Provides an implementation of the KNN algorithm using DataRush's sparse data API.
Provides PMML model classes for SVM.
Provides implementations of sequences of scalar token values.
-
Uses of DoubleValuedIterator in com.pervasive.datarush.analytics.knn
Methods in com.pervasive.datarush.analytics.knn with parameters of type DoubleValuedIteratorModifier and TypeMethodDescriptiondoubleNearnessMeasure.Measurer.measureNearness(DoubleValuedIterator pt1, DoubleValuedIterator pt2) Calculates the "nearness" of the two points. -
Uses of DoubleValuedIterator in com.pervasive.datarush.analytics.svm
Methods in com.pervasive.datarush.analytics.svm with parameters of type DoubleValuedIteratorModifier and TypeMethodDescriptionabstract doubleKernelType.compute(DoubleValuedIterator it1, DoubleValuedIterator it2) Computes the kernel function of the two vectors.doubleLinearKernelType.compute(DoubleValuedIterator it1, DoubleValuedIterator it2) doublePolynomialKernelType.compute(DoubleValuedIterator it1, DoubleValuedIterator it2) doubleRadialBasisKernelType.compute(DoubleValuedIterator it1, DoubleValuedIterator it2) doubleSigmoidKernelType.compute(DoubleValuedIterator it1, DoubleValuedIterator it2) -
Uses of DoubleValuedIterator in com.pervasive.datarush.sequences.scalar
Subinterfaces of DoubleValuedIterator in com.pervasive.datarush.sequences.scalarModifier and TypeInterfaceDescriptioninterfaceAScalarValuedIteratorover float values.interfaceAScalarValuedIteratorover a integer fields.interfaceAScalarValuedIteratorover long values.interfaceAScalarValuedIteratorover money values.Methods in com.pervasive.datarush.sequences.scalar that return DoubleValuedIteratorModifier and TypeMethodDescriptionDoubleTokenList.newValueIterator()DoubleTokenSequence.newValueIterator()SparseDoubleTokenList.newValueIterator()