opt_kappa | R Documentation |
Determines the optimal possible Cohen's Kappa that can be generated by the given feature.
opt_kappa(class.vec, feature.vec)
class.vec |
Vector of categorical labels. |
feature.vec |
Vector of numerical feature values. Assumes the same ordering as 'class.vec'. |
THe optimal possible value of Cohen's Kappa for a classifier generated using this feature.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.