All Classes
-
All Classes Interface Summary Class Summary Exception 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 Minimizer.Func Interface representing the function/lambda to be minimized.MinimizerAPI MinimizerAPI.EvalCallback MinimizerException 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]