public abstract class AbstractWeightAlgorithm extends java.lang.Object implements WeightAlgorithm
| Constructor and Description |
|---|
AbstractWeightAlgorithm()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract 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.
|
public void useTrueDensity(boolean x)
useTrueDensity in interface WeightAlgorithmpublic boolean isTrueDensity()
isTrueDensity in interface WeightAlgorithmpublic abstract DblMatrix getWeight(DblMatrix D)
getWeight in interface WeightAlgorithmCopyright © 2011, 2013. Daniel P. Dougherty