A I M O W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- aggregate(double[]) - Method in interface info.debatty.java.aggregation.AggregatorInterface
-
Aggregate the provided values.
- aggregate(double[]) - Method in class info.debatty.java.aggregation.OWA
- aggregate(double[]) - Method in class info.debatty.java.aggregation.WOWA
- AggregatorInterface - Interface in info.debatty.java.aggregation
- arraySum(double[]) - Method in class info.debatty.java.aggregation.OWA
-
Method to sum the elements in an double array.
- arraySum(double[]) - Method in class info.debatty.java.aggregation.WOWA
-
Method to sum the elements in an double array.
I
- info.debatty.java.aggregation - package info.debatty.java.aggregation
- info.debatty.java.aggregation.examples - package info.debatty.java.aggregation.examples
M
- main(String[]) - Static method in class info.debatty.java.aggregation.examples.WOWAExample
O
- OWA - Class in info.debatty.java.aggregation
-
Ordered Weighted Average aggregation.
- OWA(double[]) - Constructor for class info.debatty.java.aggregation.OWA
-
Initialize with provided weights.
W
- WOWA - Class in info.debatty.java.aggregation
-
Implementation of the WOWA operator as described in: V.
- WOWA(double[], double[]) - Constructor for class info.debatty.java.aggregation.WOWA
-
Initialize with provided weights and ordered weights.
- WOWAExample - Class in info.debatty.java.aggregation.examples
- WOWAExample() - Constructor for class info.debatty.java.aggregation.examples.WOWAExample
All Classes All Packages