AIMA.Probability.Bayes.Impl.CPT.getSample C# (CSharp) 메소드

getSample() 공개 메소드

public getSample ( double probabilityChoice ) : Object
probabilityChoice double
리턴 Object
	public Object getSample(double probabilityChoice, params  Object[] parentValues) {
		return ProbUtil.sample(probabilityChoice, on,
				getConditioningCase(parentValues).getValues());
	}