default_dist_funs | R Documentation |
As used in run_rafs
.
default_dist_funs
An object of class list
of length 3.
The default functions compute:
Pearson's correlation (cor
: cor_dist
),
Variation of Information (vi
: vi_dist
) and
Symmetric Target Information Gain (stig
: stig_dist
).
These functions follow a similar protocol to default_fs_fun
.
They expect the same input except for the assumption that the data passed in is relevant.
Each of them outputs a matrix of distances (dissimilarities) between features.
See also builtin_dist_funs
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.