|
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; }
Protected Property AttributeUsageCount As Integer()
Get
Set
Request Example
View SourceProperty Value
Type:
Int32See Also