jeognah0304 / Rstudy

내가 스스로 알아서 찾아서 공부한 공간(R/Statistics)
0 stars 0 forks source link

machine learning algorithms in R #1

Open jeognah0304 opened 5 years ago

jeognah0304 commented 5 years ago

** types. of algorithms.

  1. Linear discriminant analysis
  2. Regression
  3. Naive Bayes
  4. Support vector machines
  5. Classification and regression trees
  6. Random forests
  7. Boosting etc.
jeognah0304 commented 5 years ago

Normality Test (1) ad.test() : Anderson-Darling test for normality (2) cvm.test() : Cramer-von Mises test for normality (3) lillie.test() : Lilliefors (Kolmogorov-Smirnov) test for normality (4) pearson.test() : Pearson chi-square test for normality (5) sf.test() : Shapiro-Francia test for normality