This function runs hybrid subset selection.
1 |
x |
table with predictors of interest |
y |
vector of class labels |
score.method |
scoring metric for feature selection using HSS. Options include: 'euclidean', 'silhouette', 'pixel.density', 'pixel.entropy', or 'custom'. |
custom.score.method |
function for your custom scoring metric. Score.method must be 'custom' |
downsample |
boolean indicating whether to downsample data. Defaults to TRUE. Downsamples to 5000 cells per class label, or balanced sampling based on the class label with minimum # of cells. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.