Package edu.gmu.seor.prognos.unbbayesplugin.jt.util

Examples of edu.gmu.seor.prognos.unbbayesplugin.jt.util.FloatCollection


  /**
   * Initialize data and variables.
   */
  public PotentialTable() {
    modified = true;
    dataPT = new FloatCollection();
    dataCopy = new FloatCollection();
    dataMarginal = new FloatCollection();
    variableList = new ArrayList<Node>();
  }
View Full Code Here

TOP

Related Classes of edu.gmu.seor.prognos.unbbayesplugin.jt.util.FloatCollection

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.