Package ca.eandb.jmist.framework.function

Examples of ca.eandb.jmist.framework.function.SumFunction1.addChild()


    SumFunction1  sum    = new SumFunction1();
    int        n    = Math.min(coefficients.length, this.basis.size());

    for (int i = 0; i < n; i++) {
      sum.addChild(new ScaledFunction1(coefficients[i], this.basis.get(i)));
    }

    return sum;

  }
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.