|   | BaseMaximumLikelihoodLearningTModel, TDistribution, TObservation, TOptionsUseLaplaceRule Property  | 
        
         
              Gets or sets whether to use Laplace's rule
              of succession to avoid zero probabilities.
            
 
    Namespace: 
   Accord.Statistics.Models.Markov.Learning
    Assembly:
   Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
 Syntax
Syntaxpublic bool UseLaplaceRule { get; set; }Public Property UseLaplaceRule As Boolean
	Get
	Set
Property Value
Type: 
Boolean See Also
See Also