jar

org.openimaj : nearest-neighbour

Maven & Gradle

Feb 09, 2020
12 usages

The OpenIMAJ Nearest Neighbour Library · Implementations of K-Nearest-Neighbour methods, including approximate methods.

Table Of Contents

Latest Version

Download org.openimaj : nearest-neighbour JAR file - Latest Versions:

All Versions

Download org.openimaj : nearest-neighbour JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.3

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window nearest-neighbour-1.3.10.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.openimaj.knn.approximate

├─ org.openimaj.knn.approximate.ByteKDTreeEnsemble.class - [JAR]

├─ org.openimaj.knn.approximate.ByteNearestNeighboursKDTree.class - [JAR]

├─ org.openimaj.knn.approximate.DoubleKDTreeEnsemble.class - [JAR]

├─ org.openimaj.knn.approximate.DoubleNearestNeighboursKDTree.class - [JAR]

├─ org.openimaj.knn.approximate.FloatKDTreeEnsemble.class - [JAR]

├─ org.openimaj.knn.approximate.FloatNearestNeighboursKDTree.class - [JAR]

├─ org.openimaj.knn.approximate.IntKDTreeEnsemble.class - [JAR]

├─ org.openimaj.knn.approximate.IntNearestNeighboursKDTree.class - [JAR]

├─ org.openimaj.knn.approximate.LongKDTreeEnsemble.class - [JAR]

├─ org.openimaj.knn.approximate.LongNearestNeighboursKDTree.class - [JAR]

├─ org.openimaj.knn.approximate.ShortKDTreeEnsemble.class - [JAR]

├─ org.openimaj.knn.approximate.ShortNearestNeighboursKDTree.class - [JAR]

org.openimaj.knn

├─ org.openimaj.knn.ByteNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.ByteNearestNeighboursExact.class - [JAR]

├─ org.openimaj.knn.ByteNearestNeighboursProvider.class - [JAR]

├─ org.openimaj.knn.CoordinateBruteForce.class - [JAR]

├─ org.openimaj.knn.CoordinateIndex.class - [JAR]

├─ org.openimaj.knn.CoordinateKDTree.class - [JAR]

├─ org.openimaj.knn.DoubleNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.DoubleNearestNeighboursExact.class - [JAR]

├─ org.openimaj.knn.DoubleNearestNeighboursProvider.class - [JAR]

├─ org.openimaj.knn.FloatNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.FloatNearestNeighboursExact.class - [JAR]

├─ org.openimaj.knn.FloatNearestNeighboursProvider.class - [JAR]

├─ org.openimaj.knn.IncrementalNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.IntNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.IntNearestNeighboursExact.class - [JAR]

├─ org.openimaj.knn.IntNearestNeighboursProvider.class - [JAR]

├─ org.openimaj.knn.InternalNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.KDNode.class - [JAR]

├─ org.openimaj.knn.LongNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.LongNearestNeighboursExact.class - [JAR]

├─ org.openimaj.knn.LongNearestNeighboursProvider.class - [JAR]

├─ org.openimaj.knn.NearestNeighbours.class - [JAR]

├─ org.openimaj.knn.NearestNeighboursFactory.class - [JAR]

├─ org.openimaj.knn.ObjectNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.ObjectNearestNeighboursExact.class - [JAR]

├─ org.openimaj.knn.ObjectNearestNeighboursProvider.class - [JAR]

├─ org.openimaj.knn.ShortNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.ShortNearestNeighboursExact.class - [JAR]

├─ org.openimaj.knn.ShortNearestNeighboursProvider.class - [JAR]

org.openimaj.lsh.sketch

├─ org.openimaj.lsh.sketch.BitSetLSHSketcher.class - [JAR]

├─ org.openimaj.lsh.sketch.ByteLSHSketcher.class - [JAR]

├─ org.openimaj.lsh.sketch.IntLSHSketcher.class - [JAR]

├─ org.openimaj.lsh.sketch.LongLSHSketcher.class - [JAR]

├─ org.openimaj.lsh.sketch.ShortLSHSketcher.class - [JAR]

org.openimaj.knn.pq

├─ org.openimaj.knn.pq.ByteADCNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.pq.ByteProductQuantiser.class - [JAR]

├─ org.openimaj.knn.pq.ByteSDCNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.pq.DoubleADCNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.pq.DoubleProductQuantiser.class - [JAR]

├─ org.openimaj.knn.pq.DoubleSDCNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.pq.FloatADCNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.pq.FloatProductQuantiser.class - [JAR]

├─ org.openimaj.knn.pq.FloatSDCNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.pq.IncrementalByteADCNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.pq.IncrementalDoubleADCNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.pq.IncrementalFloatADCNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.pq.IncrementalIntADCNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.pq.IncrementalLongADCNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.pq.IncrementalShortADCNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.pq.IntADCNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.pq.IntProductQuantiser.class - [JAR]

├─ org.openimaj.knn.pq.IntSDCNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.pq.LongADCNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.pq.LongProductQuantiser.class - [JAR]

├─ org.openimaj.knn.pq.LongSDCNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.pq.ShortADCNearestNeighbours.class - [JAR]

├─ org.openimaj.knn.pq.ShortProductQuantiser.class - [JAR]

├─ org.openimaj.knn.pq.ShortSDCNearestNeighbours.class - [JAR]

org.openimaj.lsh.composition

├─ org.openimaj.lsh.composition.PolyHashComposition.class - [JAR]

├─ org.openimaj.lsh.composition.RandomProjectionHashComposition.class - [JAR]

org.openimaj.knn.lsh

├─ org.openimaj.knn.lsh.LSHNearestNeighbours.class - [JAR]

org.openimaj.lsh.functions

├─ org.openimaj.lsh.functions.ByteCauchyFactory.class - [JAR]

├─ org.openimaj.lsh.functions.ByteGaussianFactory.class - [JAR]

├─ org.openimaj.lsh.functions.ByteHammingFactory.class - [JAR]

├─ org.openimaj.lsh.functions.ByteHashFunction.class - [JAR]

├─ org.openimaj.lsh.functions.ByteHashFunctionFactory.class - [JAR]

├─ org.openimaj.lsh.functions.ByteHyperplaneCosineFactory.class - [JAR]

├─ org.openimaj.lsh.functions.ByteHyperplaneL1Factory.class - [JAR]

├─ org.openimaj.lsh.functions.BytePStableFactory.class - [JAR]

├─ org.openimaj.lsh.functions.DoubleCauchyFactory.class - [JAR]

├─ org.openimaj.lsh.functions.DoubleGaussianFactory.class - [JAR]

├─ org.openimaj.lsh.functions.DoubleHammingFactory.class - [JAR]

├─ org.openimaj.lsh.functions.DoubleHashFunction.class - [JAR]

├─ org.openimaj.lsh.functions.DoubleHashFunctionFactory.class - [JAR]

├─ org.openimaj.lsh.functions.DoubleHyperplaneCosineFactory.class - [JAR]

├─ org.openimaj.lsh.functions.DoubleHyperplaneL1Factory.class - [JAR]

├─ org.openimaj.lsh.functions.DoublePStableFactory.class - [JAR]

├─ org.openimaj.lsh.functions.FloatCauchyFactory.class - [JAR]

├─ org.openimaj.lsh.functions.FloatGaussianFactory.class - [JAR]

├─ org.openimaj.lsh.functions.FloatHammingFactory.class - [JAR]

├─ org.openimaj.lsh.functions.FloatHashFunction.class - [JAR]

├─ org.openimaj.lsh.functions.FloatHashFunctionFactory.class - [JAR]

├─ org.openimaj.lsh.functions.FloatHyperplaneCosineFactory.class - [JAR]

├─ org.openimaj.lsh.functions.FloatHyperplaneL1Factory.class - [JAR]

├─ org.openimaj.lsh.functions.FloatPStableFactory.class - [JAR]

├─ org.openimaj.lsh.functions.HammingHelper.class - [JAR]

├─ org.openimaj.lsh.functions.IntCauchyFactory.class - [JAR]

├─ org.openimaj.lsh.functions.IntGaussianFactory.class - [JAR]

├─ org.openimaj.lsh.functions.IntHammingFactory.class - [JAR]

├─ org.openimaj.lsh.functions.IntHashFunction.class - [JAR]

├─ org.openimaj.lsh.functions.IntHashFunctionFactory.class - [JAR]

├─ org.openimaj.lsh.functions.IntHyperplaneCosineFactory.class - [JAR]

├─ org.openimaj.lsh.functions.IntHyperplaneL1Factory.class - [JAR]

├─ org.openimaj.lsh.functions.IntPStableFactory.class - [JAR]

├─ org.openimaj.lsh.functions.LongCauchyFactory.class - [JAR]

├─ org.openimaj.lsh.functions.LongGaussianFactory.class - [JAR]

├─ org.openimaj.lsh.functions.LongHammingFactory.class - [JAR]

├─ org.openimaj.lsh.functions.LongHashFunction.class - [JAR]

├─ org.openimaj.lsh.functions.LongHashFunctionFactory.class - [JAR]

├─ org.openimaj.lsh.functions.LongHyperplaneCosineFactory.class - [JAR]

├─ org.openimaj.lsh.functions.LongHyperplaneL1Factory.class - [JAR]

├─ org.openimaj.lsh.functions.LongPStableFactory.class - [JAR]

├─ org.openimaj.lsh.functions.RandomisedHashFunction.class - [JAR]

├─ org.openimaj.lsh.functions.RandomisedHashFunctionFactory.class - [JAR]

├─ org.openimaj.lsh.functions.ShortCauchyFactory.class - [JAR]

├─ org.openimaj.lsh.functions.ShortGaussianFactory.class - [JAR]

├─ org.openimaj.lsh.functions.ShortHammingFactory.class - [JAR]

├─ org.openimaj.lsh.functions.ShortHashFunction.class - [JAR]

├─ org.openimaj.lsh.functions.ShortHashFunctionFactory.class - [JAR]

├─ org.openimaj.lsh.functions.ShortHyperplaneCosineFactory.class - [JAR]

├─ org.openimaj.lsh.functions.ShortHyperplaneL1Factory.class - [JAR]

├─ org.openimaj.lsh.functions.ShortPStableFactory.class - [JAR]

Advertisement

Dependencies from Group

Feb 09, 2020
45 usages
Feb 09, 2020
34 usages
Feb 09, 2020
29 usages
Feb 09, 2020
29 usages
Feb 09, 2020
27 usages

Discover Dependencies

Feb 09, 2020
10 usages
Jan 20, 2022
11 usages
0 stars
Dec 01, 2022
6 usages
13 stars
Nov 17, 2017
6 usages
5.3k stars
Oct 14, 2022
6 usages
14 stars
Jun 28, 2023
7 usages
45 stars
Dec 07, 2022
7 usages
dao
Apr 01, 2023
11 usages
1 stars
Feb 11, 2021
11 usages
2.2k stars
Mar 18, 2021
12 usages
29 stars