Click or drag to resize
Accord.NET (logo)

DecisionTreeLoad Method (Stream)

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

Parameters

stream
Type: System.IOStream

Return Value

Type: DecisionTree
See Also