Click or drag to resize
Accord.NET (logo)

DecisionTreeLearningBaseAttributeUsageCount Property

Gets how many times each attribute has already been used in the current path. In the original C4.5 and ID3 algorithms, attributes could be re-used only once, but in the framework implementation this behaviour can be adjusted by setting the Join property.

Namespace:  Accord.MachineLearning.DecisionTrees.Learning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
protected int[] AttributeUsageCount { get; set; }
Request Example View Source

Property Value

Type: Int32
See Also