Class SimLibDiffCount

java.lang.Object
  |
  +--SimLibDiffCount

public class SimLibDiffCount
extends java.lang.Object

A class not to be instantiated. Contains static instances of anonymous class extensions of SimilarityMeasure and ViewComparator.


Field Summary
static SeqViewComparator absLengthDiffCount
           
static SeqViewComparator absPitchDiffCount
           
static SeqViewComparator diatonicAbsPitchDiffCount
           
static SeqViewComparator diatonicForwardIntervalDiffCount
           
static SeqViewComparator diatonicIntervalDiffCount
           
static SeqViewComparator diatonicInversionIntervalDiffCount
           
static double LENGTH_CONST
           
static SeqViewComparator lengthIntervalDiffCount
           
static SeqViewComparator pitchIntervalDiffCount
           
static SeqSimMeasure seqDFI_Grp
           
static SeqSimMeasure seqDFIAndLength_Grp
           
static SeqSimMeasure seqDI_Grp
           
static SeqSimMeasure seqDiatonicAbsPitchAndLength_Grp
           
static SeqSimMeasure seqDiatonicIntervalAndLength_Grp
           
static SeqSimMeasure seqDiatonicInversionAndLength_Grp
           
static SeqSimMeasure seqPitchIntervalAndLength_Grp
           
 
Constructor Summary
SimLibDiffCount()
           
 
Method Summary
static double groupingValue(SimilarityStatement ss)
           
static double sizeValue(double d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

diatonicForwardIntervalDiffCount

public static final SeqViewComparator diatonicForwardIntervalDiffCount

absLengthDiffCount

public static final SeqViewComparator absLengthDiffCount

lengthIntervalDiffCount

public static final SeqViewComparator lengthIntervalDiffCount

absPitchDiffCount

public static final SeqViewComparator absPitchDiffCount

diatonicAbsPitchDiffCount

public static final SeqViewComparator diatonicAbsPitchDiffCount

pitchIntervalDiffCount

public static final SeqViewComparator pitchIntervalDiffCount

diatonicIntervalDiffCount

public static final SeqViewComparator diatonicIntervalDiffCount

diatonicInversionIntervalDiffCount

public static final SeqViewComparator diatonicInversionIntervalDiffCount

seqDFI_Grp

public static final SeqSimMeasure seqDFI_Grp

seqDI_Grp

public static final SeqSimMeasure seqDI_Grp

seqDFIAndLength_Grp

public static final SeqSimMeasure seqDFIAndLength_Grp

seqDiatonicIntervalAndLength_Grp

public static final SeqSimMeasure seqDiatonicIntervalAndLength_Grp

seqPitchIntervalAndLength_Grp

public static final SeqSimMeasure seqPitchIntervalAndLength_Grp

seqDiatonicAbsPitchAndLength_Grp

public static final SeqSimMeasure seqDiatonicAbsPitchAndLength_Grp

seqDiatonicInversionAndLength_Grp

public static final SeqSimMeasure seqDiatonicInversionAndLength_Grp

LENGTH_CONST

public static final double LENGTH_CONST
See Also:
Constant Field Values
Constructor Detail

SimLibDiffCount

public SimLibDiffCount()
Method Detail

sizeValue

public static double sizeValue(double d)

groupingValue

public static double groupingValue(SimilarityStatement ss)