public class JaccardSimilarityMeasure extends Object implements ProgramDescription
Input files are plain text files and must be formatted as follows:
Edges are represented by pairs of srcVertexId, trgVertexId separated by tabs.
Edges themselves are separated by newlines.
For example: 1 2\n1 3\n
defines two edges 1-2 and 1-3.
JaccardSimilarityMeasure <edge path> <result path>
JaccardSimilarityMeasureData
Constructor and Description |
---|
JaccardSimilarityMeasure() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns a description of the plan that is generated by the assembler and
also of the arguments if they are available.
|
static void |
main(String[] args) |
public String getDescription()
ProgramDescription
getDescription
in interface ProgramDescription
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.