Click or drag to resize
Accord.NET (logo)

DecisionTreeLoad 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.Load<DecisionTree>(path) instead.")]
public static DecisionTree Load(
	string path
)
Request Example View Source

Parameters

path
Type: SystemString

Return Value

Type: DecisionTree
See Also