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