Uses of Class
wGmdh.jGmdh.oldskul.LinearEqSystem

Packages that use LinearEqSystem
wGmdh.jGmdh.hybrid   
 

Uses of LinearEqSystem in wGmdh.jGmdh.hybrid
 

Methods in wGmdh.jGmdh.hybrid that return LinearEqSystem
static LinearEqSystem SseRegressionEquations.contractSystem(LinearEqSystem system, java.util.List<java.lang.Integer> toRemove)
          Provided with a model, this method gives matrix and vectors related to regression of a smaller model, whose links are a subset of original model's links.
static LinearEqSystem SseRegressionEquations.extendSystemByOne(LinearEqSystem system, double[][] inputs, double[] regressTo)
           
 

Methods in wGmdh.jGmdh.hybrid with parameters of type LinearEqSystem
static LinearEqSystem SseRegressionEquations.contractSystem(LinearEqSystem system, java.util.List<java.lang.Integer> toRemove)
          Provided with a model, this method gives matrix and vectors related to regression of a smaller model, whose links are a subset of original model's links.
static LinearEqSystem SseRegressionEquations.extendSystemByOne(LinearEqSystem system, double[][] inputs, double[] regressTo)