public interface MLWritable
MLWriter.| Modifier and Type | Method and Description | 
|---|---|
void | 
save(String path)
Saves this ML instance to the input path, a shortcut of  
write.save(path). | 
MLWriter | 
write()
Returns an  
MLWriter instance for this ML instance. | 
void save(String path) throws java.io.IOException
write.save(path).path - (undocumented)java.io.IOExceptionMLWriter write()
MLWriter instance for this ML instance.