Package aima.core.probability.hmm

Examples of aima.core.probability.hmm.HMMAgent


  private HMMAgent robot, rainman;

  @Before
  public void setUp() {

    robot = new HMMAgent(HMMFactory.createRobotHMM());
    rainman = new HMMAgent(HMMFactory.createRainmanHMM());
  }
View Full Code Here

TOP

Related Classes of aima.core.probability.hmm.HMMAgent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.