Package ai.kognition.pilecv4j.nr
-
Interface Summary Interface Description Minimizer.Func Interface representing the function/lambda to be minimized.MinimizerAPI.EvalCallback -
Class Summary Class Description LinearRegression Deprecated. LinearRegressionWithKnownSlope This 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]Minimizer This class encapsulates the running of Powell's Method on a given function in order to determine a local minimum.Minimizer.FinalPosition MinimizerAPI SimpleLinearRegression This 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] -
Exception Summary Exception Description MinimizerException