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 PolynomialRegression
RegressionBuilder. buildPolynomialRegression()
Creates a polynomial regression.
It uses the default degree, 2.PolynomialRegression
RegressionBuilder. buildPolynomialRegression(int degree)
Creates a polynomial regression.
-