Description Usage Arguments Value Examples
View source: R/labelTransfer.R
Label transfer between a test partition and a training set of partitions.
1 2 3 4 5 6 | labelTransfer(
training.cytometry,
test.cytometry,
test.partition,
equal.weights = FALSE
)
|
training.cytometry |
List of partitions, where each partition is a dataframe where the last column contains the labels of the partition. |
test.cytometry |
Test data, a dataframe without labels. |
test.partition |
Labels of a partition of the test data. |
equal.weights |
If True, weights assigned to every cluster in a partion are uniform (1/number of clusters) when calculating the similarity distance. If False, weights assigned to clusters are the proportions of points in every cluster compared to the total amount of points in the partition. |
A fuzzy relabeling consistent of a transportation plan.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.