Uses of Class
org.pepstock.charba.client.ml.PolynomialRegression
-
Packages that use PolynomialRegression Package Description org.pepstock.charba.client.ml Contains all classes to activate the ML library to use the regression capabilities. -
-
Uses of PolynomialRegression in org.pepstock.charba.client.ml
Methods in org.pepstock.charba.client.ml that return PolynomialRegression Modifier and Type Method Description PolynomialRegressionRegressionBuilder. buildPolynomialRegression()Creates a polynomial regression.
It uses the default degree, 2.PolynomialRegressionRegressionBuilder. buildPolynomialRegression(int degree)Creates a polynomial regression.
-