All Packages Class Hierarchy This Package Previous Next Index
Class aid.cbr.tools.core.memory.similarity.TverskyAggregationFct
java.lang.Object
|
+----aid.cbr.tools.core.memory.similarity.AbstractAggregationFct
|
+----aid.cbr.tools.core.memory.similarity.FactorAggregationFct
|
+----aid.cbr.tools.core.memory.similarity.TverskyAggregationFct
- public class TverskyAggregationFct
- extends FactorAggregationFct
-
TverskyAggregationFct(int)
-
-
TverskyAggregationFct(int, float)
-
-
aggregate(CmpValue[], WeightVector)
-
-
clone()
-
-
getDifferentFeatureWeight()
-
-
getThreshold(int)
-
-
setDifferentFeatureWeight(float)
-
-
setThreshold(int, float)
-
TverskyAggregationFct
public TverskyAggregationFct(int d,
float defaultValue)
TverskyAggregationFct
public TverskyAggregationFct(int d)
aggregate
public final CmpValue aggregate(CmpValue subsim[],
WeightVector relevances)
- Overrides:
- aggregate in class AbstractAggregationFct
setThreshold
public void setThreshold(int i,
float v)
getThreshold
public float getThreshold(int i)
getDifferentFeatureWeight
public float getDifferentFeatureWeight()
setDifferentFeatureWeight
public void setDifferentFeatureWeight(float w)
clone
public Object clone()
- Overrides:
- clone in class AbstractAggregationFct
All Packages Class Hierarchy This Package Previous Next Index