Class: MLWritable

eclairjs/ml/util. MLWritable

Trait for classes that provide MLWriter.

Constructor

new MLWritable()

Source:

Methods

$init$() → (nullable) {?}

Source:
Returns:
Type
?

save(path)

Saves this ML instance to the input path, a shortcut of `write.save(path)`.
Parameters:
Name Type Description
path string
Source:

write() → {module:eclairjs/ml/util.MLWriter}

Returns an MLWriter instance for this ML instance.
Source:
Returns:
Type
module:eclairjs/ml/util.MLWriter