public interface WeightAlgorithm
Modifier and Type | Method and Description |
---|---|
DblMatrix |
getWeight(DblMatrix D)
Get the weight of a particular value.
|
boolean |
isTrueDensity()
Returns true if the weights are being calculated under a true density.
|
void |
useTrueDensity(boolean x)
Set the normalizing behavior of the weight calculation.
|
Copyright © 2011, 2013. Daniel P. Dougherty