C# 클래스 AIMA.Probability.Reasoning.HMMAgent

파일 보기 프로젝트 열기: PaulMineau/AIMA.Net

공개 메소드들

메소드 설명
HMMAgent ( HiddenMarkovModel hmm ) : AIMA.Probability
act ( String action ) : void
belief ( ) : RandomVariable
perceive ( String perception ) : void
waitWithoutActing ( ) : void

메소드 상세

HMMAgent() 공개 메소드

public HMMAgent ( HiddenMarkovModel hmm ) : AIMA.Probability
hmm HiddenMarkovModel
리턴 AIMA.Probability

act() 공개 메소드

public act ( String action ) : void
action String
리턴 void

belief() 공개 메소드

public belief ( ) : RandomVariable
리턴 RandomVariable

perceive() 공개 메소드

public perceive ( String perception ) : void
perception String
리턴 void

waitWithoutActing() 공개 메소드

public waitWithoutActing ( ) : void
리턴 void