Uses of Class
org.pepstock.charba.client.ml.RegressionDescriptor
-
Packages that use RegressionDescriptor Package Description org.pepstock.charba.client.ml Contains all classes to activate the ML library to use the regression capabilities. -
-
Uses of RegressionDescriptor in org.pepstock.charba.client.ml
Methods in org.pepstock.charba.client.ml that return RegressionDescriptor Modifier and Type Method Description RegressionDescriptor
IsRegression. getDescriptor()
Returns the regression descriptor.Methods in org.pepstock.charba.client.ml with parameters of type RegressionDescriptor Modifier and Type Method Description static IsRegression
RegressionBuilder. build(RegressionDescriptor descriptor)
Creates new regression, using the passed regression descriptor instance to create new regression.static RegressionBuilder
RegressionBuilder. create(RegressionDescriptor descriptor)
Creates new regression builder, using the passed regression descriptor instance to create new regression.
-