Module datarush.analytics
Package com.pervasive.datarush.analytics.knn
Provides an implementation of the KNN algorithm using DataRush's sparse data API.
-
Interface Summary Interface Description ClassificationScheme.Classifier Resolves the class of a query record from a set of neighbors.NearnessMeasure.Measurer A calculator of "nearness". -
Class Summary Class Description ClassificationScheme Determines how to classify a query record based on its nearest neighbors.ClassificationScheme.Distance Representation of the distance between two points.KNNClassifier Applies the K-nearest neighbor algorithm to classify input data against an already classified set of example data.NearnessMeasure Determines how to measure how near an example and query record are to each other.VotingClassification