T - public class ThreadedBrute<T> extends GraphBuilder<T>
| Modifier and Type | Field and Description |
|---|---|
static int |
NODES_PER_BLOCK
Number of nodes per thread.
|
DEFAULT_K| Constructor and Description |
|---|
ThreadedBrute() |
| Modifier and Type | Method and Description |
|---|---|
protected Graph<T> |
computeGraph(List<T> nodes,
int k,
SimilarityInterface<T> similarity) |
computeGraph, getComputedSimilarities, getK, getSimilarity, readFile, setK, setSimilarity, testpublic static final int NODES_PER_BLOCK
protected final Graph<T> computeGraph(List<T> nodes, int k, SimilarityInterface<T> similarity)
computeGraph in class GraphBuilder<T>Copyright © 2017. All rights reserved.