Module datarush.analytics
Package com.pervasive.datarush.analytics.knn
package com.pervasive.datarush.analytics.knn
Provides an implementation of the KNN algorithm using DataRush's sparse data API.
-
ClassDescriptionDetermines 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.Applies the K-nearest neighbor algorithm to classify input data against an already classified set of example data.Determines how to measure how near an example and query record are to each other.A calculator of "nearness".