Uses of Package
com.pervasive.datarush.analytics.knn
Packages that use com.pervasive.datarush.analytics.knn
Package
Description
Provides an implementation of the KNN algorithm using DataRush's sparse data API.
-
Classes in com.pervasive.datarush.analytics.knn used by com.pervasive.datarush.analytics.knnClassDescriptionDetermines how to classify a query record based on its nearest neighbors.Resolves the class of a query record from a set of neighbors.Representation of the distance between two points.Determines how to measure how near an example and query record are to each other.A calculator of "nearness".