BubbleSort {SIGN} | R Documentation |
BubbleSort is a function for calculating bubble sort correlation between two vectors
Description
BubbleSort is a function for calculating bubble sort correlation between two vectors
Usage
BubbleSort(Vec1, Vec2)
Arguments
Vec1 |
Vector of values of 1st feature across samples |
Vec2 |
Vector of values of 2nd feature across samples |
Value
Bubble sort similarity between the two vectors
[Package SIGN version 0.1.0 Index]