|
OntoSim 2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AggregationScheme | |
|---|---|
| fr.inrialpes.exmo.ontosim.aggregation | |
| fr.inrialpes.exmo.ontosim.set | |
| Uses of AggregationScheme in fr.inrialpes.exmo.ontosim.aggregation |
|---|
| Subclasses of AggregationScheme in fr.inrialpes.exmo.ontosim.aggregation | |
|---|---|
class |
DummyAS
A dummy extractor which returns the first value of the vector |
class |
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) ... |
| Fields in fr.inrialpes.exmo.ontosim.aggregation with type parameters of type AggregationScheme | |
|---|---|
private static Map<Class<? extends AggregationScheme>,AggregationScheme> |
AggregationScheme.INSTANCES
|
private static Map<Class<? extends AggregationScheme>,AggregationScheme> |
AggregationScheme.INSTANCES
|
| Methods in fr.inrialpes.exmo.ontosim.aggregation with type parameters of type AggregationScheme | ||
|---|---|---|
static
|
AggregationScheme.getInstance(Class<O> c)
|
|
| Uses of AggregationScheme in fr.inrialpes.exmo.ontosim.set |
|---|
| Fields in fr.inrialpes.exmo.ontosim.set declared as AggregationScheme | |
|---|---|
protected AggregationScheme |
SetMeasure.as
|
| Constructors in fr.inrialpes.exmo.ontosim.set with parameters of type AggregationScheme | |
|---|---|
SalphaMeasure(Measure<S> lm,
Extractor e,
AggregationScheme as)
Deprecated. |
|
SetMeasure(Measure<S> lm,
Extractor e,
AggregationScheme as)
|
|
|
OntoSim 2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||