JavaScript is disabled on your browser.
ec.app.regression
Class RegressionData
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
double |
x |
-
Method Summary
All Methods
| Modifier and Type |
Method and Description |
void |
copyTo (GPData gpd)
Modifies gpd so that gpd is equivalent to us.
|
-
-
Constructor Detail
-
RegressionData
public RegressionData()
-
Method Detail
-
copyTo
public void copyTo(GPData gpd)
Description copied from class: GPData
Modifies gpd so that gpd is equivalent to us. You may
safely assume that gpd is of the same class as we are.
Do not share pointers with the other object, except to
read-only data: instead, copy any read-write data as necessary.
- Overrides:
copyTo in class GPData
Copyright © 2019. All rights reserved.