Class CachedDoubleDistanceKNNPreprocessor<O>

  • Type Parameters:
    O - Object type
    All Implemented Interfaces:
    Index, KNNIndex<O>

    public class CachedDoubleDistanceKNNPreprocessor<O>
    extends AbstractMaterializeKNNPreprocessor<O>
    Preprocessor that loads an existing cached kNN result.
    Since:
    0.6.0
    Author:
    Erich Schubert