Package

com.github.jelmerk.knn.scalalike

bruteforce

Permalink

package bruteforce

Visibility
  1. Public
  2. All

Type Members

  1. class BruteForceIndex[TId, TVector, TItem <: Item[TId, TVector], TDistance] extends ScalaIndexAdapter[TId, TVector, TItem, TDistance]

    Permalink

    Implementation of Index that uses brute force

    Implementation of Index that uses brute force

    TId

    Type of the external identifier of an item

    TVector

    Type of the vector to perform distance calculation on

    TItem

    Type of items stored in the index

    TDistance

    Type of distance between items (expect any numeric type: float, double, int, ..)

Value Members

  1. object BruteForceIndex extends Serializable

    Permalink

Ungrouped