fisher_score: Fisher scoring for variables

Description Usage Arguments Value

View source: R/pscore.R

Description

Fisher scoring for variables

Usage

1
2
fisher_score(x, y, stand = FALSE, max_core_num = getOption("max_core_num",
  2L))

Arguments

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

Value

a vector with significance scores for the variables


james-gyzhu/feature_selection documentation built on May 18, 2019, 11:19 a.m.