OntoSim 2.4

Uses of Package
fr.inrialpes.exmo.ontosim.aggregation

Packages that use fr.inrialpes.exmo.ontosim.aggregation
fr.inrialpes.exmo.ontosim.aggregation   
fr.inrialpes.exmo.ontosim.set   
 

Classes in fr.inrialpes.exmo.ontosim.aggregation used by fr.inrialpes.exmo.ontosim.aggregation
AggregationScheme
          Since the constructors are protected, use AggregationScheme.getInstance(yourMeanClass.class) for having the single instance shared by the application.
GenericMean
          Generic mean implementation It follows the formula m=inversePhi(sum(phi(x)/n) phi(x)=x -> arithmetic mean -> use new GenericMean(GenericMean.ARITHMETIC) phi(x)=x^ -> quadratic mean -> use new GenericMean(GenericMean.QUADRATIC) phi(x) = ln(x) -> geometric mean -> use new GenericMean(GenericMean.GEOMETRIC) phi(x) = 1/x -> harmonic mean -> use new GenericMean(GenericMean.HARMONIC) ...
GenericMean.Type
           
 

Classes in fr.inrialpes.exmo.ontosim.aggregation used by fr.inrialpes.exmo.ontosim.set
AggregationScheme
          Since the constructors are protected, use AggregationScheme.getInstance(yourMeanClass.class) for having the single instance shared by the application.
 


OntoSim 2.4

(C) INRIA, UPMF & friends, 2008-2011