|
GaussianMixtureModelComputeLogLikelihood Property
|
Gets or sets whether the log-likelihood should be computed
at the end of the learning iteration. Setting to False
might save a few computations in case they are not necessary.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public bool ComputeLogLikelihood { get; set; }
Public Property ComputeLogLikelihood As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanSee Also