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 RegressionBuilder
RegressionBuilder. create()
Creates new regression builder, without any sample.static RegressionBuilder
RegressionBuilder. create(List<Double> x, List<Double> y)
Creates new regression builder, using the passed data as samples.static RegressionBuilder
RegressionBuilder. create(IsRegression regression)
Creates new regression builder, using the passed regression instance.static RegressionBuilder
RegressionBuilder. create(RegressionDescriptor descriptor)
Creates new regression builder, using the passed regression descriptor instance to create new regression.
-