public final class IterativeSimilarityAggregation extends Object
| Constructor and Description |
|---|
IterativeSimilarityAggregation(String[] seedTokens,
de.jungblut.math.tuple.Tuple<String[],de.jungblut.math.DoubleMatrix> bipartiteGraph)
Constructs the similarity aggregation by seed tokens to expand and a given
bipartite graph.
|
IterativeSimilarityAggregation(String[] seedTokens,
de.jungblut.math.tuple.Tuple<String[],de.jungblut.math.DoubleMatrix> bipartiteGraph,
double alpha,
DistanceMeasurer distance)
Constructs the similarity aggregation by seed tokens to expand and a given
bipartite graph.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
startStaticThresholding(double similarityThreshold,
int maxIterations,
boolean verbose)
Starts the static thresholding algorithm and returns the expandedset of
newly found related tokens.
|
public IterativeSimilarityAggregation(String[] seedTokens, de.jungblut.math.tuple.Tuple<String[],de.jungblut.math.DoubleMatrix> bipartiteGraph)
public IterativeSimilarityAggregation(String[] seedTokens, de.jungblut.math.tuple.Tuple<String[],de.jungblut.math.DoubleMatrix> bipartiteGraph, double alpha, DistanceMeasurer distance)
public String[] startStaticThresholding(double similarityThreshold, int maxIterations, boolean verbose)
maxIterations - if > 0 the algorithm will stop after reached
maxIterations.Copyright © 2016. All rights reserved.