public class ThreadedNNDescent<T> extends NNDescent<T>
Modifier and Type | Field and Description |
---|---|
protected int |
thread_count |
c, delta, iterations, max_iterations, rho
callback, computed_similarities, k, similarity
Constructor and Description |
---|
ThreadedNNDescent() |
Modifier and Type | Method and Description |
---|---|
protected Graph<T> |
_computeGraph(List<Node<T>> nodes) |
int |
getThreadCount() |
void |
setThreadCount(int thread_count)
Set the number of threads
Default is 4
|
getC, getDelta, getIterations, getMaxIterations, getRho, MakeFullyLinked, PickFalses, PickTruesAndMark, RandomNeighborList, Reverse, Sample, setDelta, setMaxIterations, setRho, Similarity, Union, UpdateNL
clone, computeGraph, estimatedSpeedup, getCallback, getComputedSimilarities, getK, getSimilarity, readFile, setCallback, setK, setSimilarity, test
Copyright © 2015. All rights reserved.