f_dominate | R Documentation |
Determining cover balls
f_dominate(x_main, x_other, proportion = 1, p_of = 0)
x_main |
Target class samples. |
x_other |
Non-target class samples. |
proportion |
proportion of covered samples. A real number between |
p_of |
roportion to increase cover radius. A real number between
|
To be used in DatRel
.
a list object with following:
i_dominant |
dominant sample indexes |
dist_main2other |
distance matrix of target class samples to non-target class samples |
dist_main2main |
distance matrix of target class samples to target class samples |
Fatih Saglam, saglamf89@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.