Description Usage Format Details
This dataset stems from the R journal article introducing biclustermd
to R users. It describes the data attributes and run time for varying data
sizes and structures.
1 |
An object of class data.frame
with 2400 rows and 13 columns.
A data frame of 2400 rows and 13 variables (defined range, inclusive):
Unique identifier of a combination of parameters.
Number of rows in the data matrix. (50, 1500)
Number of columns in the data matrix. (50, 1500)
Product of the dimensions of the data. (2500, 2250000)
Number of clusters to partition the rows into. (4, 300)
Number of clusters to partition the columns into. (4, 300)
Average row cluster size. rows / row_clusts
Average column cluster size. cols / col_clusts
Percent of data values which are missing.
CPU time used executing instructions to calls (from ?proc.time
.
CPU time used executing calls (from ?proc.time
.
Amount of time in seconds it took the algorithm to converge.
Number of iterations to convergence.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.