Learn R Programming

⚠️There's a newer version (1.0.1) of this package.Take me there.

discrim (version 0.0.2)

Model Wrappers for Discriminant Analysis

Description

Bindings for additional classification models for use with the 'parsnip' package. Models include flavors of discriminant analysis, such as linear (Fisher (1936) ), regularized (Friedman (1989) ), and flexible (Hastie, Tibshirani, and Buja (1994) ), as well as naive Bayes classifiers (Hand and Yu (2007) ).

Copy Link

Version

Install

install.packages('discrim')

Monthly Downloads

1,553

Version

0.0.2

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

April 9th, 2020

Functions in discrim (0.0.2)

parabolic

Parabolic class boundary data
naive_Bayes

General Interface for Naive Bayes Models
discrim_regularized

General Interface for Regularized Discriminant Models
klar_bayes_wrapper

Internal wrapper functions
frac_common_cov

Parameter objects for Regularized Discriminant Models
discrim_flexible

General Interface for Flexible Discriminant Models
discrim_linear

General Interface for Linear Discriminant Models