Package | Description |
---|---|
jsat.classifiers.linear.kernelized | |
jsat.distributions.kernels | |
jsat.regression.evaluation | |
jsat.utils |
Modifier and Type | Field and Description |
---|---|
protected DoubleList |
DUOL.kTmp
Stores the values of k(x_i, y) for reuse when observing a new example
|
Modifier and Type | Field and Description |
---|---|
protected DoubleList |
KernelPoint.alpha |
Modifier and Type | Field and Description |
---|---|
protected DoubleList |
TotalHistoryRegressionScore.predictions
List of the predict values for each target
|
protected DoubleList |
TotalHistoryRegressionScore.truths
List of the true target values
|
protected DoubleList |
TotalHistoryRegressionScore.weights
The weight of importance for each point
|
Modifier and Type | Method and Description |
---|---|
static DoubleList |
DoubleList.view(double[] array,
int length)
Creates and returns a view of the given double array that requires only
a small object allocation.
|
Copyright © 2017. All rights reserved.