Package unbbayes.prs.bn

Examples of unbbayes.prs.bn.PotentialTable.tableSize()


       * 1 | State 1 | State 2 | State 1 | State 2 |
       * |------------------------------------------------------| | Node
       * State 1 | 1 | 1 | 1 | 1 | | Node State 2 | 0 | 0 | 0 | 0 |
       *
       */
      states = potTab.tableSize() / node.getStatesSize();
      /*
       * for (int count = 1; count < variables; count++) { states *=
       * potTab.getVariableAt(count).getStatesSize(); }
       */

 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.