Description Usage Arguments Details See Also
This is the same function as in maxDissim
but with the verbose argument replaced by a progress bar.
1 2 | maxDissimProgBar(a, b, n = 2, obj = minDiss, useNames = FALSE,
randomFrac = 1, ...)
|
a |
a matrix or data frame of samples to start |
b |
a matrix or data frame of samples to sample from |
n |
the size of the sub-sample |
obj |
an objective function to measure overall dissimilarity |
useNames |
a logical: should the function return the row names (as opposed ot the row index) |
randomFrac |
a number in (0, 1] that can be used to sub-sample from the remaining candidate values |
... |
optional arguments to pass to dist |
See vignette("vis2rfi")
for a tutorial/guide
on how the package can be used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.