|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object viper.comparison.distances.AttrMeasure viper.comparison.FramewiseEvaluation.FrameMeasure
A measure for a given frame.
Method Summary | |
java.util.Iterator |
getAsymetricDistances()
Gets distane functions that are not symmetric. |
java.util.List |
getDistanceFunctors()
Gets all the distance functions. |
AttrMeasure |
getDontCareMeasure()
Gets the don't care measure. |
int |
getLength()
Gets the total count of metrics and localizers. |
java.util.List |
getLocalizations()
Gets the localizers (measures associated with thresholds). |
java.util.Iterator |
getLocalizers()
Gets the localizers as an iterator. |
int |
getOffset()
Gets the frame offset to evaluate |
void |
setOffset(int o)
Sets the frame offset. |
java.lang.String |
toString()
Gets the raw formatted information about localizers and metrics. |
Methods inherited from class viper.comparison.distances.AttrMeasure |
calculateDistancesAndThresh, distanceAgainst, distanceAgainstDynamic, equals, getDistances, getMetric, getStatistics, getStatThreshold, getStatType, getTolerance, hashCode, isValidFor, isValidMeasure, isValidTolerance, setMetric, setTolerance, thresh |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.util.List getLocalizations()
public java.util.Iterator getLocalizers()
public int getOffset()
public void setOffset(int o)
o
- the new frame offset.public int getLength()
public AttrMeasure getDontCareMeasure()
public java.util.List getDistanceFunctors()
public java.util.Iterator getAsymetricDistances()
public java.lang.String toString()
(INFINITY)
toString
in class AttrMeasure
metric threshold
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |