getSign | R Documentation |
Evaluates the sign for a given feature this is the old getMgsVsTraitSignDiscr function.
getSign(X, y, clf = NULL, parallel.local = FALSE)
X: |
the data matrix with variables in the rows and observations in the columns |
y: |
the response vector |
clf: |
the classifier parameter object |
parallel.local: |
weather or not to run in // |
a vector of +1 & -1 for each variable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.