generate_uni_dat {SparseMDC} | R Documentation |
Uniform data generator For use with the gap statistic. Generates datasets drawn from the reference distribution where each reference feature is generated uniformly over the range of observed values for that feature.
Description
Uniform data generator For use with the gap statistic. Generates datasets drawn from the reference distribution where each reference feature is generated uniformly over the range of observed values for that feature.
Usage
generate_uni_dat(data)
Arguments
data |
A dataset with rows as features and columns as samples. |
Value
A dataset drawn from the reference distribution for use internally with the gap statistic.
[Package SparseMDC version 0.99.5 Index]