|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--SimMeasureResult | +--NSSMVertexResult
This is the result of applying an NSSMVertex measure to a non-sequential similarity statement.
Field Summary | |
java.util.Vector |
allMatches
A Vector of MusicEdge of type MATCH, each of which points to two vertices that have been matched. |
int[] |
bestMatch
The best match found. |
int |
doubleStringLength
|
double[][] |
meanSimilarities
The similarity matrix with the mean value of all vertex viewpoints used. |
int |
multipleMatchingsInBest
|
Fields inherited from class SimMeasureResult |
measure, measureNoOverlap, origin, viewDifferences |
Constructor Summary | |
NSSMVertexResult(double meas,
NSSMVertex or,
double[][] meansims,
int[] bmatch,
int doublematchings,
java.util.Vector allMatch)
|
|
NSSMVertexResult(NSSMVertex or)
|
Method Summary | |
void |
completeMatchData(NonSeqSimStmt nsss)
Computes the number of multiple matchings and the vector allMatches |
double[][] |
meanVertexSimMatrices()
Computes the mean similarities matrix. |
java.lang.String |
toString()
|
java.lang.String |
toStringWithViewDifferences()
Overrides this method because we don't want to see all the viewdiffs. |
Methods inherited from class SimMeasureResult |
toGnuplotHeader, toGnuplotString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public double[][] meanSimilarities
public int[] bestMatch
public int multipleMatchingsInBest
public java.util.Vector allMatches
public final int doubleStringLength
Constructor Detail |
public NSSMVertexResult(double meas, NSSMVertex or, double[][] meansims, int[] bmatch, int doublematchings, java.util.Vector allMatch)
public NSSMVertexResult(NSSMVertex or)
Method Detail |
public java.lang.String toStringWithViewDifferences()
toStringWithViewDifferences
in class SimMeasureResult
public double[][] meanVertexSimMatrices()
public void completeMatchData(NonSeqSimStmt nsss)
public java.lang.String toString()
toString
in class SimMeasureResult
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |