| Class | Description |
|---|---|
| KMeansCluster |
The term "K-Means" Algorithm was officially introduced in 1967 by James MacQueen.
|
| Naive_Bayes_classifier |
The Naive Bayes classification theorem is a mathematical logic that given a set of predictors and a target variable
of distinct classes can classify a new set in one of the categories of the target based on its closenesses with the averages
and variances with the latter.
|
| pca_analysis |
Principal Components analysis is process where a set of numerical variables is
broken down to another set of equal or less variables in a way that the total co-variance
within the principal set is "explained" from the new set .
|