Package com.github.jelmerk.knn.metrics.dropwizard
-
Class Summary Class Description StatisticsDecorator<TId,TVector,TItem extends com.github.jelmerk.knn.Item<TId,TVector>,TDistance,TApproximativeIndex extends com.github.jelmerk.knn.Index<TId,TVector,TItem,TDistance>,TGroundTruthIndex extends com.github.jelmerk.knn.Index<TId,TVector,TItem,TDistance>> Decorator on top of an index that will collect statistics about the index.