Description Usage Arguments Value
Fisher scoring for variables
1 2 | fisher_score(x, y, stand = FALSE, max_core_num = getOption("max_core_num",
2L))
|
x |
a data frame or matrix, row-wised input varible data for scoring |
y |
an integer vector, response vector with one label for each row/compoonent of x |
stand |
a logical value indicating if the varibles to be scaled |
max_core_num |
integer, number of cores/threads used for parallelized clustering |
a vector with significance scores for the variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.