You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R-package/R/ivis.R
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
#' IVIS algorithm
2
2
#'
3
3
#' @param X numerical matrix to be reduced. Columns correspond to features.
4
-
#' @param y int, optional (default: NULL). Optional class vector triggering supervised tripplet selection.
5
4
#' @param embedding_dims int, optional (default: 2) Number of dimensions in the embedding space
6
5
#' @param k int, optional (default: 150)
7
6
#' The number of neighbours to retrieve for each point
@@ -24,7 +23,7 @@
24
23
#' Whether to pre-compute the nearest neighbours. Pre-computing is significantly faster, but requires more memory. If memory is limited, try setting this to False.
0 commit comments