Description Usage Arguments Value
This function projects data in multiple data files to the dreiction of classification boundray identified in SVM()
1 | batch_projection(directory, index, center, std, weight)
|
directory |
Directory of the folder that contains all data files to be projected |
index |
A vector of index for features to be used for projection |
center |
Center of typical cells, outputs of SVM() |
std |
Standard deviations of typical cells, outputs of SVM() |
weights |
Weights of each feature (i.e. direction of the classification boundary), outputs of SVM() |
percentages A vector of percentage of cells with positive projection for each data file
cell.counts A vector of cell numbers in each data file
names A vector of names for each data file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.