Uses of Class
org.pepstock.charba.client.ml.RegressionBuilder
-
Packages that use RegressionBuilder Package Description org.pepstock.charba.client.ml Contains all classes to activate the ML library to use the regression capabilities. -
-
Uses of RegressionBuilder in org.pepstock.charba.client.ml
Methods in org.pepstock.charba.client.ml that return RegressionBuilder Modifier and Type Method Description static RegressionBuilderRegressionBuilder. create()Creates new regression builder, without any sample.static RegressionBuilderRegressionBuilder. create(List<Double> x, List<Double> y)Creates new regression builder, using the passed data as samples.static RegressionBuilderRegressionBuilder. create(IsRegression regression)Creates new regression builder, using the passed regression instance.static RegressionBuilderRegressionBuilder. create(RegressionDescriptor descriptor)Creates new regression builder, using the passed regression descriptor instance to create new regression.
-