Class SimLibEdge
java.lang.Object
|
+--SimLibEdge
- public class SimLibEdge
- extends java.lang.Object
SimLibEdge is a class not to be instantiated. Contains static
instances of anonymous class extensions of SimilarityMeasure and
ViewComparator.
Method Summary |
static double |
almostOne()
If instead of assigning exactly one to bad matches, we assign
1-some small random amount, there will not be as many equally
good (or bad, as it is) favorites to combine in the
findBestCombination2 method (in NonSeqSimMeasure). |
static double |
one()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nsvcEdgeAbsPitch
public static final NSVCEdge nsvcEdgeAbsPitch
nsvcEdgeAbsPitch2
public static final NSVCEdge nsvcEdgeAbsPitch2
nsvcEdgePitchInterval
public static final NSVCEdge nsvcEdgePitchInterval
nsvcEdgePitchInterval2
public static final NSVCEdge nsvcEdgePitchInterval2
nsvcEdgePitchContour
public static final NSVCEdge nsvcEdgePitchContour
nsvcEdgeDAP
public static final NSVCEdge nsvcEdgeDAP
nsvcEdgeDI
public static final NSVCEdge nsvcEdgeDI
nsvcEdgeDFI
public static final NSVCEdge nsvcEdgeDFI
nsvcEdgeAbsLength
public static final NSVCEdge nsvcEdgeAbsLength
nsvcEdgeAbsLength2
public static final NSVCEdge nsvcEdgeAbsLength2
nsvcEdgeAbsAnchorLength
public static final NSVCEdge nsvcEdgeAbsAnchorLength
nsvcEdgeLengthInterval
public static final NSVCEdge nsvcEdgeLengthInterval
nsvcEdgeLengthContour
public static final NSVCEdge nsvcEdgeLengthContour
nsvcEdgeWeakIn
public static final NSVCEdge nsvcEdgeWeakIn
nsvcEdgeStrongIn
public static final NSVCEdge nsvcEdgeStrongIn
nsvcEdgeWeakOut
public static final NSVCEdge nsvcEdgeWeakOut
nsvcEdgeStrongOut
public static final NSVCEdge nsvcEdgeStrongOut
nsvcEdgeWeakSimult
public static final NSVCEdge nsvcEdgeWeakSimult
nsvcEdgeStrongSimult
public static final NSVCEdge nsvcEdgeStrongSimult
nonSeqEdgePLIOS
public static final NSSMEdge nonSeqEdgePLIOS
nonSeqEdgeAPAL
public static final NSSMEdge nonSeqEdgeAPAL
nonSeqEdgePIAL
public static final NSSMEdge nonSeqEdgePIAL
nonSeqEdgePCAL
public static final NSSMEdge nonSeqEdgePCAL
nonSeqEdgeDAPAL
public static final NSSMEdge nonSeqEdgeDAPAL
nonSeqEdgeDIAL
public static final NSSMEdge nonSeqEdgeDIAL
nonSeqEdgeDFIAL
public static final NSSMEdge nonSeqEdgeDFIAL
nonSeqEdgeAPAL_nocompounds
public static final NSSMEdge nonSeqEdgeAPAL_nocompounds
nonSeqEdgePIAL_nocompounds
public static final NSSMEdge nonSeqEdgePIAL_nocompounds
nonSeqEdgePCAL_nocompounds
public static final NSSMEdge nonSeqEdgePCAL_nocompounds
nonSeqEdgeDAPAL_nocompounds
public static final NSSMEdge nonSeqEdgeDAPAL_nocompounds
nonSeqEdgeDIAL_nocompounds
public static final NSSMEdge nonSeqEdgeDIAL_nocompounds
nonSeqEdgeDFIAL_nocompounds
public static final NSSMEdge nonSeqEdgeDFIAL_nocompounds
SimLibEdge
public SimLibEdge()
almostOne
public static double almostOne()
- If instead of assigning exactly one to bad matches, we assign
1-some small random amount, there will not be as many equally
good (or bad, as it is) favorites to combine in the
findBestCombination2 method (in NonSeqSimMeasure).
one
public static double one()