|
BinarySplitComputeProportions Property
|
Gets or sets whether
cluster proportions
should be calculated after the learning algorithm has finished computing the clusters. Default
is false.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public bool ComputeProportions { get; set; }
Public Property ComputeProportions As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
Booleantrue if to compute proportions after learning; otherwise,
false.
See Also