Uses of Interface
marf.Stats.StatisticalEstimators.Smoothing.ISmoothing

Packages that use ISmoothing
marf.Stats.StatisticalEstimators   
marf.Stats.StatisticalEstimators.Smoothing   
 

Uses of ISmoothing in marf.Stats.StatisticalEstimators
 

Classes in marf.Stats.StatisticalEstimators that implement ISmoothing
 class MLE
          Maximum-Likelihood Statistical Estimator (MLE).
 

Uses of ISmoothing in marf.Stats.StatisticalEstimators.Smoothing
 

Classes in marf.Stats.StatisticalEstimators.Smoothing that implement ISmoothing
 class AddDelta
          Add-Delta Smoothing Estimator.
 class AddOne
          Add-One Smoothing Estimator.
 class GoodTuring
          Good-Turing Smoothing Estimator.
 class Smoothing
          Generic Smoothing Estimator implementation.
 class WittenBell
          Represents Witten-Bell Smoothing Algorithm.
 



SourceForge Logo