emolib.classifier.machinelearning.density
Interface ClassConditionalDensity
- All Known Implementing Classes: 
- Gaussian
- public interface ClassConditionalDensity 
The ClassConditionalDensity interface defines the function to retrieve
 the probabilities conditioned on a class given an observed feature.
- Author:
- Alexandre Trilla (atrilla@salle.url.edu)
| Method Summary | 
|  float | getLikelihood(float feature)The likelihood probabitity given a feature vector.
 | 
 
getLikelihood
float getLikelihood(float feature)
- The likelihood probabitity given a feature vector.
 
- 
- Parameters:
- feature- The feature.
- Returns:
- prob The associated probability.