|
Class Summary |
| BooleanMetric |
class DiceMetric for distance metrics for alpha |
| BooleanValue |
|
| DiceMetric |
class DiceMetric for distance metrics on SetValues |
| DiceMetricsForStringSetValues |
class DiceMetricsForStringSetValues for distance metrics for alpha
distance(v1,v2) = 1.0 if (v1.string != v2.string)
distance(v1,v2) = distance(v1.set,v2.set) |
| DiceMetricsForStringTwoSetValues |
class DiceMetricsForStringTwoSetValues for distance metrics for alpha
distance(v1,v2) = 1.0 if (v1.datype != v2.datype)
distance(v1,v2) = lambda * distance(v1.aset,v2.aset) + (1-lambda)*distance(v1.bset,v2.bset)
user can set the lambda value but it should be in [0,1] |
| DiceMetricsForTwoSetValues |
class DiceMetricsTwoSetValues for distance metrics for alpha
distance(v1,v2) = lambda * distance(v1.aset,v2.aset) + (1-lambda)*distance(v1.bset,v2.bset)
user can set the lambda value but it should be in [0,1] |
| PairItem |
|
| SetValue |
SetValue is a Value for Sets of Objects |
| StringItem |
StringItems of Units |
| StringSetValue |
StringSetValue
Composite Value with one StringValue and one SetValue
These composite values are used for AP agreement measuring (see Natasa paper for SigDial'05, Lisbon) |
| StringTwoSetValue |
StringTwoSetValue
Composite Value with one StringValue and two SetValues
These composite values are used for AP agreement measuring (see Natasa paper for SigDial'05, Lisbon) |
| StringValue |
StringValues of Units |
| TimespanItem |
An item standing for a segment of the timeline. |
| TwoSetValue |
TwoSetValue
Composite Value with two SetValues
These composite values are used for AP agreement measuring (see Natasa paper for SigDial'05, Lisbon) |