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: