Description Usage Arguments Value Author(s)
Assume that the class cl
is bivariate normally distributed. This
method adds fuzziness to the class. Other classes are not changed.
1 | .classwiseMahalanobisRain(droplets, cl, maxDistance = 30, classCol = "class")
|
droplets |
A data frame of droplets with |
cl |
The class to focus on. This should be either "NN", "NP", "PN" or "PP". |
maxDistance |
An integer corresponding to the maximum Mahalanobis distance for which we will consider points to be members of the class, i.e. this is the level outside of which we consider droplets to be too far from the cluster. |
classCol |
The column (name or number) from |
A factor corresponding to the class column with Rain
entries
added for the class cl
.
Anthony Chiu, anthony.chiu@cruk.manchester.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.