Package edu.gmu.seor.prognos.unbbayesplugin.gmmNode.table

Examples of edu.gmu.seor.prognos.unbbayesplugin.gmmNode.table.GUIPotentialTable


        String str = strConbined + " createCPT( "+ node.getName() +" );";
         controller.compileWork(str);
       
        CPS.getInstance().setScript(getProbabilityFunctionOwner(), strConbined );
        PotentialTable auxTab = (PotentialTable) ((IRandomVariable) node).getProbabilityFunction();
        GUIPotentialTable table = new GUIPotentialTable( auxTab );
        table.showTable("CPT");
        
      }
    };     
    return createButton(actCPT);
  }
View Full Code Here

TOP

Related Classes of edu.gmu.seor.prognos.unbbayesplugin.gmmNode.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.