T
- public class ThreadedBrute<T> extends GraphBuilder<T>
Modifier and Type | Field and Description |
---|---|
static int |
NODES_PER_BLOCK |
callback, computed_similarities, k, similarity
Constructor and Description |
---|
ThreadedBrute() |
Modifier and Type | Method and Description |
---|---|
protected Graph<T> |
_computeGraph(List<Node<T>> nodes) |
clone, computeGraph, estimatedSpeedup, getCallback, getComputedSimilarities, getK, getSimilarity, readFile, setCallback, setK, setSimilarity, test
public static final int NODES_PER_BLOCK
protected final Graph<T> _computeGraph(List<Node<T>> nodes)
_computeGraph
in class GraphBuilder<T>
Copyright © 2016. All rights reserved.