View source: R/classifier_train.R
compute_difference | R Documentation |
A function to compute difference between two classes
compute_difference(dd, cls)
dd |
A |
cls |
A set of classes, either in |
A vector of difference
dd[cls == factor.1] - dd[cls==factor.2]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.