Uses of Class
wGmdh.jGmdh.oldskul.Model.Summand

Packages that use Model.Summand
wGmdh.jGmdh.oldskul   
 

Uses of Model.Summand in wGmdh.jGmdh.oldskul
 

Methods in wGmdh.jGmdh.oldskul that return types with arguments of type Model.Summand
 java.util.ArrayList<Model.Summand> Model.generateSummands(double[] coefficients)
          i.e. model has following form: P10 = a0 + a1*P1 + a2*P2 + a3*P3 + a4*P1*P1 + a5*P1*P2 + a6*P1*P3 + a7*P2*P2 + a8*P2*P3 + a9*P3*P3, method would return [ [a0, [null]], [a1,[P1]], [a2,[P2]], [a3,[P3]], [a4,[P1,P1]], [a5,[P1,P2]], ...]