Uses of Class
de.jstacs.classifier.scoringFunctionBased.logPrior.DoesNothingLogPrior

Packages that use DoesNothingLogPrior
de.jstacs.classifier.scoringFunctionBased.logPrior Provides a general definition of a parameter log-prior and a number of implementations of Laplace and Gaussian priors 
 

Uses of DoesNothingLogPrior in de.jstacs.classifier.scoringFunctionBased.logPrior
 

Fields in de.jstacs.classifier.scoringFunctionBased.logPrior declared as DoesNothingLogPrior
static DoesNothingLogPrior DoesNothingLogPrior.defaultInstance
          As this prior does not penalize parameters and does not have any parameters itself, this class does not have a constructor, but provides a default instance in order to reduce memory consumption.