Package

com.github.jelmerk.spark.knn

evaluation

Permalink

package evaluation

Visibility
  1. Public
  2. All

Type Members

  1. class KnnSimilarityEvaluator extends Evaluator with DefaultParamsWritable

    Permalink

    Evaluator for knn algorithms, which expects two input columns, the exact neighbors and approximate neighbors.

    Evaluator for knn algorithms, which expects two input columns, the exact neighbors and approximate neighbors. It compares the results to determine the accuracy of the approximate results. Typically you will want to compute this over a small sample given the cost of computing the exact results on a large index.

Value Members

  1. object KnnSimilarityEvaluator extends DefaultParamsReadable[KnnSimilarityEvaluator] with Serializable

    Permalink

    Companion class for KnnSimilarityEvaluator.

Ungrouped