AIMA.Probability.Bayes.Impl.CPT.getValue C# (CSharp) Method

getValue() public method

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