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 RegressionDescriptorIsRegression. getDescriptor()Returns the regression descriptor.Methods in org.pepstock.charba.client.ml with parameters of type RegressionDescriptor Modifier and Type Method Description static IsRegressionRegressionBuilder. build(RegressionDescriptor descriptor)Creates new regression, using the passed regression descriptor instance to create new regression.static RegressionBuilderRegressionBuilder. create(RegressionDescriptor descriptor)Creates new regression builder, using the passed regression descriptor instance to create new regression.
-