Package unbbayes.gui.table

Examples of unbbayes.gui.table.GUIPotentialTable


    }

    if (node instanceof IRandomVariable) {
      potTab = (PotentialTable)((IRandomVariable) node).getProbabilityFunction();

      table = new GUIPotentialTable(potTab).makeTable();

    } else {
      // decision

      // the number of rows in this case is the number of states of the
View Full Code Here

TOP

Related Classes of unbbayes.gui.table.GUIPotentialTable

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.