AIMA.Probability.Bayes.Impl.CPT.getValue C# (CSharp) Méthode

getValue() public méthode

public getValue ( ) : double
Résultat double
	public double getValue(params Object[] eventValues) {
		return table.getValue(eventValues);
	}