Uses of Class
com.pervasive.datarush.analytics.knn.ClassificationScheme.Distance
Packages that use ClassificationScheme.Distance
Package
Description
Provides an implementation of the KNN algorithm using DataRush's sparse data API.
-
Uses of ClassificationScheme.Distance in com.pervasive.datarush.analytics.knn
Methods in com.pervasive.datarush.analytics.knn with parameters of type ClassificationScheme.DistanceModifier and TypeMethodDescriptionvoidClassificationScheme.Classifier.addValue(ClassificationScheme.Distance distance, double value) Specifies a new neighbor value and the distance to that neighbor.