jar

com.github.karlhigley : spark-neighbors_2.10

Maven & Gradle

Jul 05, 2016
105 stars

spark-neighbors · Spark-based approximate nearest neighbor search using locality-sensitive hashing

Table Of Contents

Latest Version

Download com.github.karlhigley : spark-neighbors_2.10 JAR file - Latest Versions:

All Versions

Download com.github.karlhigley : spark-neighbors_2.10 JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x
0.1.x

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 spark-neighbors_2.10-0.2.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.karlhigley.spark.neighbors.collision

├─ com.github.karlhigley.spark.neighbors.collision.BandingCollisionStrategy.class - [JAR]

├─ com.github.karlhigley.spark.neighbors.collision.CollisionStrategy.class - [JAR]

├─ com.github.karlhigley.spark.neighbors.collision.SimpleCollisionStrategy.class - [JAR]

com.github.karlhigley.spark.neighbors

├─ com.github.karlhigley.spark.neighbors.ANN.class - [JAR]

├─ com.github.karlhigley.spark.neighbors.ANNModel.class - [JAR]

com.github.karlhigley.spark.neighbors.lsh

├─ com.github.karlhigley.spark.neighbors.lsh.BitHashTableEntry.class - [JAR]

├─ com.github.karlhigley.spark.neighbors.lsh.BitSamplingFunction.class - [JAR]

├─ com.github.karlhigley.spark.neighbors.lsh.BitSignature.class - [JAR]

├─ com.github.karlhigley.spark.neighbors.lsh.HashTableEntry.class - [JAR]

├─ com.github.karlhigley.spark.neighbors.lsh.IntHashTableEntry.class - [JAR]

├─ com.github.karlhigley.spark.neighbors.lsh.IntSignature.class - [JAR]

├─ com.github.karlhigley.spark.neighbors.lsh.LSHFunction.class - [JAR]

├─ com.github.karlhigley.spark.neighbors.lsh.MinhashFunction.class - [JAR]

├─ com.github.karlhigley.spark.neighbors.lsh.PermutationFunction.class - [JAR]

├─ com.github.karlhigley.spark.neighbors.lsh.ScalarRandomProjectionFunction.class - [JAR]

├─ com.github.karlhigley.spark.neighbors.lsh.SignRandomProjectionFunction.class - [JAR]

├─ com.github.karlhigley.spark.neighbors.lsh.Signature.class - [JAR]

com.github.karlhigley.spark.neighbors.linalg

├─ com.github.karlhigley.spark.neighbors.linalg.CosineDistance.class - [JAR]

├─ com.github.karlhigley.spark.neighbors.linalg.DistanceMeasure.class - [JAR]

├─ com.github.karlhigley.spark.neighbors.linalg.EuclideanDistance.class - [JAR]

├─ com.github.karlhigley.spark.neighbors.linalg.HammingDistance.class - [JAR]

├─ com.github.karlhigley.spark.neighbors.linalg.JaccardDistance.class - [JAR]

├─ com.github.karlhigley.spark.neighbors.linalg.ManhattanDistance.class - [JAR]

├─ com.github.karlhigley.spark.neighbors.linalg.RandomProjection.class - [JAR]

org.apache.spark.mllib.linalg

├─ org.apache.spark.mllib.linalg.LinalgShim.class - [JAR]

Advertisement