public interface ConditionalDensityEstimator
Modifier and Type | Method and Description |
---|---|
double |
logDensity(Instance instance,
double value)
Returns natural logarithm of density estimate for given value based on given instance.
|
double logDensity(Instance instance, double value) throws Exception
instance
- the instance to make the prediction for.value
- the value to make the prediction for.Exception
- if the density cannot be computedCopyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.