Package

com.github.jelmerk.knn.scalalike.metrics

dropwizard

Permalink

package dropwizard

Visibility
  1. Public
  2. All

Type Members

  1. class StatisticsDecorator[TId, TVector, TItem <: Item[TId, TVector], TDistance, TApproximativeIndex <: Index[TId, TVector, TItem, TDistance], TGroundTruthIndex <: Index[TId, TVector, TItem, TDistance]] extends ScalaIndexAdapter[TId, TVector, TItem, TDistance]

    Permalink

    Decorator on top of an index that will collect statistics about the index.

    Decorator on top of an index that will collect statistics about the index. Such as the precision of the results returned by the approximative index compared to a brute force baseline.

    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, ..)

    TApproximativeIndex

    Type of the approximative index

    TGroundTruthIndex

    Type of the ground truth index

    Annotations
    @SerialVersionUID()

Value Members

  1. object StatisticsDecorator extends Serializable

    Permalink

Ungrouped