Uses of Class
com.pervasive.datarush.analytics.knn.ClassificationScheme.Distance
-
Packages that use ClassificationScheme.Distance Package Description com.pervasive.datarush.analytics.knn 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.Distance Modifier and Type Method Description void
ClassificationScheme.Classifier. addValue(ClassificationScheme.Distance distance, double value)
Specifies a new neighbor value and the distance to that neighbor.
-