Uses of Interface
ai.kognition.pilecv4j.nr.Minimizer.Func
-
-
Uses of Minimizer.Func in ai.kognition.pilecv4j.nr
Classes in ai.kognition.pilecv4j.nr that implement Minimizer.Func Modifier and Type Class Description classLinearRegressionDeprecated.classLinearRegressionWithKnownSlopeThis class will do a linear regression by minimizing the squared error between the points provided to the constructor and the line specified by y = m[0]x + m[1]classSimpleLinearRegressionThis class will do a linear regression by minimizing the squared error between the points provided to the constructor and the line specified by y = m[0]x + m[1]Methods in ai.kognition.pilecv4j.nr with parameters of type Minimizer.Func Modifier and Type Method Description static Minimizer.FinalPositionMinimizer. minimize(Minimizer.Func functionToMinimize, double[] startingPosition)Constructors in ai.kognition.pilecv4j.nr with parameters of type Minimizer.Func Constructor Description Minimizer(Minimizer.Func f)Construct the minimizer with the function to be minimized.
-