Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

path
Type: SystemString
See Also