Uses of Class
org.pepstock.charba.client.ml.LinearRegression
-
Packages that use LinearRegression Package Description org.pepstock.charba.client.ml Contains all classes to activate the ML library to use the regression capabilities. -
-
Uses of LinearRegression in org.pepstock.charba.client.ml
Methods in org.pepstock.charba.client.ml that return LinearRegression Modifier and Type Method Description LinearRegression
RegressionBuilder. buildLinearRegression()
Creates a simple linear regression.
-