JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.github.signaflo.data.regression
Interface Prediction
All Known Subinterfaces:
LinearRegressionPrediction
public interface
Prediction
A prediction of an unobserved response.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
double
estimate
()
The point estimate for this prediction.
Method Detail
estimate
double estimate()
The point estimate for this prediction.
Returns:
the point estimate.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method