C - Type of a partition context.public class SimpleDataset<C extends Serializable> extends DatasetWrapper<C,SimpleDatasetData>
delegate| Constructor and Description |
|---|
SimpleDataset(Dataset<C,SimpleDatasetData> delegate)
Creates a new instance of simple dataset that introduces additional methods based on a matrix of features.
|
| Modifier and Type | Method and Description |
|---|---|
double[][] |
corr()
Calculates correlation matrix by all columns.
|
double[][] |
cov()
Calculates covariance matrix by all columns.
|
double[] |
mean()
Calculates mean value by all columns.
|
double[] |
std()
Calculates standard deviation by all columns.
|
close, compute, computeWithCtxclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, compute, compute, compute, compute, computeWithCtx, computeWithCtx, computeWithCtx, computeWithCtx, computeWithCtx, wrappublic SimpleDataset(Dataset<C,SimpleDatasetData> delegate)
delegate - Delegate that performs compute actions.public double[] mean()
public double[] std()
public double[][] cov()
public double[][] corr()
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025