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.


Field Summary
 
Fields inherited from class SimilarityMeasure
name, viewComparators
 
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 NonSeqSimMeasure
evaluate, evaluateAllViewComparators, evaluateNonSeq, findAllCombinations, findBestCombination, findBestCombination2
 
Methods inherited from class SimilarityMeasure
getNumberOfViewComparators, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NSSMVertex

public NSSMVertex(java.lang.String s)
Method Detail

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)