程序包 weka.classifiers.bayes.blr


package weka.classifiers.bayes.blr
  • 说明
    Implementation of the Gaussian Prior update function based on CLG Algorithm with a certain Trust Region Update.
    Implementation of the Gaussian Prior update function based on modified CLG Algorithm (CLG-Lasso) with a certain Trust Region Update based on Laplace Priors.
    This is an interface to plug various priors into the Bayesian Logistic Regression Model.