public class WeightedValuesHolder extends Object implements Serializable
| Constructor and Description |
|---|
WeightedValuesHolder() |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(double value,
double weight) |
void |
addValues(double[] values,
double[] weights) |
int |
getNumVals() |
double |
getValue(int index) |
double |
getWeight(int index) |
Copyright © 2020. All rights reserved.