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

Constructor Index

 o TverskyAggregationFct(int)
 o TverskyAggregationFct(int, float)

Method Index

 o aggregate(CmpValue[], WeightVector)
 o clone()
 o getDifferentFeatureWeight()
 o getThreshold(int)
 o setDifferentFeatureWeight(float)
 o setThreshold(int, float)

Constructors

 o TverskyAggregationFct
 public TverskyAggregationFct(int d,
                              float defaultValue)
 o TverskyAggregationFct
 public TverskyAggregationFct(int d)

Methods

 o aggregate
 public final CmpValue aggregate(CmpValue subsim[],
                                 WeightVector relevances)
Overrides:
aggregate in class AbstractAggregationFct
 o setThreshold
 public void setThreshold(int i,
                          float v)
 o getThreshold
 public float getThreshold(int i)
 o getDifferentFeatureWeight
 public float getDifferentFeatureWeight()
 o setDifferentFeatureWeight
 public void setDifferentFeatureWeight(float w)
 o clone
 public Object clone()
Overrides:
clone in class AbstractAggregationFct

All Packages  Class Hierarchy  This Package  Previous  Next  Index