Package aima.core.probability.example

Examples of aima.core.probability.example.FullJointDistributionPairFairDiceModel


  //
  // ProbabilityModel Tests
  @Test
  public void test_RollingPairFairDiceModel() {
    test_RollingPairFairDiceModel(new FullJointDistributionPairFairDiceModel());
  }
View Full Code Here


  //
  // FiniteProbabilityModel Tests
  @Test
  public void test_RollingPairFairDiceModel_Distributions() {
    test_RollingPairFairDiceModel_Distributions(new FullJointDistributionPairFairDiceModel());
  }
View Full Code Here

TOP

Related Classes of aima.core.probability.example.FullJointDistributionPairFairDiceModel

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.