T
- ML instance typepublic interface MLReadable<T>
MLReader
.
Modifier and Type | Method and Description |
---|---|
T |
load(String path)
Reads an ML instance from the input path, a shortcut of
read.load(path) . |
MLReader<T> |
read()
Returns an
MLReader instance for this class. |
T load(String path)
read.load(path)
.
path
- (undocumented)