Package org.pepstock.charba.client.ml
Class RegressionDescriptor
- java.lang.Object
- 
- org.pepstock.charba.client.ml.RegressionDescriptor
 
- 
 @JsType(isNative=true, name="Object", namespace="<global>") public final class RegressionDescriptor extends ObjectIt maps a regression and it can be used to clone or create new instance.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RegressionTypegetType()Returns the regression type of the descriptor.
 
- 
- 
- 
Method Detail- 
getType@JsOverlay public RegressionType getType() Returns the regression type of the descriptor.- Returns:
- the regression type of the descriptor
 
 
- 
 
-