public abstract static class RegressionComponent.Builder<T extends RegressionComponent.Builder<T>>
extends java.lang.Object
RegressionComponent
.This abstract class is not designed to be extended by third-party code, which is why it does not have an accessible constructor.
Instances of this builder class are designed for single-threaded use only. It's fine to create and use instances in multiple concurrent threads, but, in the absence of external synchronization, the use of each individual builder instance should be restricted to one thread only.
Modifier and Type | Method and Description |
---|---|
abstract RegressionComponent |
build() |
T |
setCoefficient(double coefficient) |
T |
setCoefficientPValue(double coefficientPValue) |
T |
setCoefficientStandardError(double coefficientStandardError) |
public T setCoefficient(double coefficient)
public T setCoefficientStandardError(double coefficientStandardError)
public T setCoefficientPValue(double coefficientPValue)
public abstract RegressionComponent build()
See www.degreedays.net/api/ for more about the Degree Days.net API.
You can sign up for a Degree Days.net API account and read the integration guide that is useful and applicable whether you are using Java or not.