public class Threshold extends Object implements SimilarityMatrixProcessor
protected double threshold
public Threshold(double threshold)
threshold - the thresholdpublic void process(SimilarityMatrix matrix)
SimilarityMatrixProcessorSimilarityMatrix, making changes inplace.process in interface SimilarityMatrixProcessormatrix - the matrix to process.