jar

info.debatty : spark-knn-graphs

Maven & Gradle

Sep 17, 2017
40 stars

spark-knn-graphs · Spark algorithms for building k-nn graphs

Table Of Contents

Latest Version

Download info.debatty : spark-knn-graphs JAR file - Latest Versions:

All Versions

Download info.debatty : spark-knn-graphs JAR file - All Versions:

Version Vulnerabilities Size Updated
0.15
0.13
0.12
0.11
0.10
0.9
0.8
0.7
0.6
0.5
0.4
0.2
0.1

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-knn-graphs-0.15.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

info.debatty.spark.knngraphs.partitioner

├─ info.debatty.spark.knngraphs.partitioner.AssignToMedoidFunction.class - [JAR]

├─ info.debatty.spark.knngraphs.partitioner.ClusteringSimilarityAdapter.class - [JAR]

├─ info.debatty.spark.knngraphs.partitioner.Edge1D.class - [JAR]

├─ info.debatty.spark.knngraphs.partitioner.Edge1DFunction.class - [JAR]

├─ info.debatty.spark.knngraphs.partitioner.GetDegreesFunction.class - [JAR]

├─ info.debatty.spark.knngraphs.partitioner.GetPartitionFunction.class - [JAR]

├─ info.debatty.spark.knngraphs.partitioner.JaBeJa.class - [JAR]

├─ info.debatty.spark.knngraphs.partitioner.KMedoids.class - [JAR]

├─ info.debatty.spark.knngraphs.partitioner.KMedoidsPartitioning.class - [JAR]

├─ info.debatty.spark.knngraphs.partitioner.MakeRequestsFunction.class - [JAR]

├─ info.debatty.spark.knngraphs.partitioner.NodePartitioner.class - [JAR]

├─ info.debatty.spark.knngraphs.partitioner.Partitioner.class - [JAR]

├─ info.debatty.spark.knngraphs.partitioner.Partitioning.class - [JAR]

├─ info.debatty.spark.knngraphs.partitioner.PerformSwapFunction.class - [JAR]

├─ info.debatty.spark.knngraphs.partitioner.ProcessRequestsFunction.class - [JAR]

├─ info.debatty.spark.knngraphs.partitioner.RandomizeFunction.class - [JAR]

├─ info.debatty.spark.knngraphs.partitioner.SwapRequest.class - [JAR]

├─ info.debatty.spark.knngraphs.partitioner.SwapResult.class - [JAR]

info.debatty.spark.knngraphs.partitioner.jabeja

├─ info.debatty.spark.knngraphs.partitioner.jabeja.Budget.class - [JAR]

├─ info.debatty.spark.knngraphs.partitioner.jabeja.TimeBudget.class - [JAR]

├─ info.debatty.spark.knngraphs.partitioner.jabeja.UnlimitedBudget.class - [JAR]

info.debatty.spark.knngraphs

├─ info.debatty.spark.knngraphs.ApproximateSearch.class - [JAR]

├─ info.debatty.spark.knngraphs.CountFunction.class - [JAR]

├─ info.debatty.spark.knngraphs.DistributedGraph.class - [JAR]

├─ info.debatty.spark.knngraphs.DistributedSearch.class - [JAR]

├─ info.debatty.spark.knngraphs.ExhaustiveSearch.class - [JAR]

├─ info.debatty.spark.knngraphs.NeighborListToGraph.class - [JAR]

├─ info.debatty.spark.knngraphs.SearchFunction.class - [JAR]

├─ info.debatty.spark.knngraphs.SumFunction.class - [JAR]

info.debatty.spark.knngraphs.example

├─ info.debatty.spark.knngraphs.example.BruteExample.class - [JAR]

├─ info.debatty.spark.knngraphs.example.CustomValue.class - [JAR]

├─ info.debatty.spark.knngraphs.example.LSHSuperBitExample.class - [JAR]

├─ info.debatty.spark.knngraphs.example.LSHSuperBitNNDescentTextExample.class - [JAR]

├─ info.debatty.spark.knngraphs.example.LSHSuperBitSparseIntegerVectorExample.class - [JAR]

├─ info.debatty.spark.knngraphs.example.LSHSuperBitTextExample.class - [JAR]

├─ info.debatty.spark.knngraphs.example.NNCTPHExample.class - [JAR]

├─ info.debatty.spark.knngraphs.example.NNDescentCustomValue.class - [JAR]

├─ info.debatty.spark.knngraphs.example.NNDescentExample.class - [JAR]

├─ info.debatty.spark.knngraphs.example.Search.class - [JAR]

info.debatty.spark.knngraphs.builder

├─ info.debatty.spark.knngraphs.builder.AbstractPartitioningBuilder.class - [JAR]

├─ info.debatty.spark.knngraphs.builder.AddNode.class - [JAR]

├─ info.debatty.spark.knngraphs.builder.AssociateFunction.class - [JAR]

├─ info.debatty.spark.knngraphs.builder.Brute.class - [JAR]

├─ info.debatty.spark.knngraphs.builder.DistributedGraphBuilder.class - [JAR]

├─ info.debatty.spark.knngraphs.builder.FilterFunction.class - [JAR]

├─ info.debatty.spark.knngraphs.builder.FindNodesToUpdate.class - [JAR]

├─ info.debatty.spark.knngraphs.builder.LSHSuperBit.class - [JAR]

├─ info.debatty.spark.knngraphs.builder.LSHSuperBitDoubleArray.class - [JAR]

├─ info.debatty.spark.knngraphs.builder.LSHSuperBitSparseDoubleVector.class - [JAR]

├─ info.debatty.spark.knngraphs.builder.LSHSuperBitSparseIntegerVector.class - [JAR]

├─ info.debatty.spark.knngraphs.builder.MergeFunction.class - [JAR]

├─ info.debatty.spark.knngraphs.builder.MergeGraphs.class - [JAR]

├─ info.debatty.spark.knngraphs.builder.NNCTPH.class - [JAR]

├─ info.debatty.spark.knngraphs.builder.NNDescent.class - [JAR]

├─ info.debatty.spark.knngraphs.builder.Online.class - [JAR]

├─ info.debatty.spark.knngraphs.builder.RandomizeFunction.class - [JAR]

├─ info.debatty.spark.knngraphs.builder.RemoveUpdate.class - [JAR]

├─ info.debatty.spark.knngraphs.builder.ReverseFunction.class - [JAR]

├─ info.debatty.spark.knngraphs.builder.SearchNeighbors.class - [JAR]

├─ info.debatty.spark.knngraphs.builder.StatisticsAccumulator.class - [JAR]

├─ info.debatty.spark.knngraphs.builder.SubgraphSizeFunction.class - [JAR]

├─ info.debatty.spark.knngraphs.builder.UpdateFunction.class - [JAR]

├─ info.debatty.spark.knngraphs.builder.UpdateNLFunction.class - [JAR]

Advertisement

Dependencies from Group

39 usages
2.4k stars
Jun 24, 2019
10 usages
268 stars
Oct 29, 2020
3 usages
1 stars
Nov 23, 2017
2 usages
34 stars
Sep 08, 2017
2 usages
5 stars

Discover Dependencies

Mar 19, 2023
13 stars
Mar 03, 2023
17 usages
18 stars
Sep 15, 2020
22 usages
918 stars
Jun 07, 2017
Jan 26, 2023
2 usages
9 stars
Jun 17, 2015
5.4k stars
Dec 13, 2019
1 usages
0 stars