C# Class AIMA.Probability.ProbabilityModel

Mostra file Open project: PaulMineau/AIMA.Net Class Usage Examples

Protected Methods

Method Description
getRepresentation ( ) : Set
posterior ( IProposition phi ) : double
prior ( ) : double

Private Methods

Method Description
isValid ( ) : bool

Method Details

getRepresentation() abstract protected method

abstract protected getRepresentation ( ) : Set
return Set

posterior() protected abstract method

protected abstract posterior ( IProposition phi ) : double
phi IProposition
return double

prior() protected abstract method

protected abstract prior ( ) : double
return double