Click or drag to resize
Accord.NET (logo)

DecisionRuleToString Method (CodificationString)

Returns a String that represents this instance.

Namespace:  Accord.MachineLearning.DecisionTrees.Rules
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public string ToString(
	Codification<string> codebook
)
Request Example View Source

Parameters

codebook
Type: Accord.Statistics.FiltersCodificationString

Return Value

Type: String
A String that represents this instance.
See Also