Description Usage Arguments Value
Function: Grid search to estimate predicted values and estimate the values of h
1 | nb_updated_scores_only(scores, classes, prior_g, scores_test, h = 1.06)
|
scores |
N x K matrix of scores in the training set |
classes |
Group labels vector of length N |
prior_g |
vector of prior probability of being in each group, sums up to 1 |
scores_test |
N_test x K matrix of scores in the testing set |
h |
multiplier for kernel based density function |
predicted classes for the Bayes Classifier
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.