public abstract class MatrixLoader extends water.Iced<MatrixLoader>
| Modifier and Type | Class and Description |
|---|---|
static class |
MatrixLoader.DMatrixProvider |
| Constructor and Description |
|---|
MatrixLoader() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
hasValidationFrame() |
abstract MatrixLoader.DMatrixProvider |
makeLocalTrainMatrix() |
abstract MatrixLoader.DMatrixProvider |
makeLocalValidMatrix() |
public abstract MatrixLoader.DMatrixProvider makeLocalTrainMatrix()
public abstract MatrixLoader.DMatrixProvider makeLocalValidMatrix()
public abstract boolean hasValidationFrame()