Class NSSMVertex
java.lang.Object
|
+--SimilarityMeasure
|
+--NonSeqSimMeasure
|
+--NSSMVertex
- public abstract class NSSMVertex
- extends NonSeqSimMeasure
The non-sequential similarity measure "VERTEX" class contains a
few methods proper to vertex comparison.
Constructor Summary |
NSSMVertex(java.lang.String s)
|
Method Summary |
protected void |
assignBestMatch2(NonSeqSimStmt nsss,
NSSMVertexResult vr)
Uses max matching algorithm to match vertices. |
protected int[] |
getBestMatch(NonSeqSimStmt nsss,
NSSMVertexResult vr)
Tries to find a best matching of vertices in the two subgraphs
of a non-sequential similarity statement. |
protected double |
getFinalValue_deprecated(NonSeqSimStmt nsss,
NSSMVertexResult vr)
|
protected double |
getFinalValue(NonSeqSimStmt nsss,
NSSMVertexResult vr)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NSSMVertex
public NSSMVertex(java.lang.String s)
getBestMatch
protected int[] getBestMatch(NonSeqSimStmt nsss,
NSSMVertexResult vr)
- Tries to find a best matching of vertices in the two subgraphs
of a non-sequential similarity statement.
assignBestMatch2
protected void assignBestMatch2(NonSeqSimStmt nsss,
NSSMVertexResult vr)
- Uses max matching algorithm to match vertices.
getFinalValue_deprecated
protected double getFinalValue_deprecated(NonSeqSimStmt nsss,
NSSMVertexResult vr)
getFinalValue
protected double getFinalValue(NonSeqSimStmt nsss,
NSSMVertexResult vr)