|
DecisionTreeSave Method (String)
|
Note: This API is now obsolete.
Namespace:
Accord.MachineLearning.DecisionTrees
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use Accord.IO.Serializer.Save(path) instead (or use it as an extension method).")]
public void Save(
string path
)
<ObsoleteAttribute("Please use Accord.IO.Serializer.Save(path) instead (or use it as an extension method).")>
Public Sub Save (
path As String
)
Request Example
View SourceParameters
- path
- Type: SystemString
See Also