checkGenClusteredDataInputsPre() requires n_clusters >= 1. Consider relaxing to allow n_clusters = 0 so one can generate data with no latent/clustered features (pure unclustered design).
Scope: require cluster_size >= 1 only when n_clusters >= 1; in makeCovarianceMatrix() require block_size >= 1 rather than >= 2; audit the other generators (genClusteredDataWeighted/Random) and their characterization snapshots for the n_clusters = 0 path.
Surfaced from an in-source TODO(gregfaletto) note in index.Rmd; filed and stripped as part of #96.
checkGenClusteredDataInputsPre()requiresn_clusters >= 1. Consider relaxing to allown_clusters = 0so one can generate data with no latent/clustered features (pure unclustered design).Scope: require
cluster_size >= 1only whenn_clusters >= 1; inmakeCovarianceMatrix()requireblock_size >= 1rather than>= 2; audit the other generators (genClusteredDataWeighted/Random) and their characterization snapshots for then_clusters = 0path.Surfaced from an in-source
TODO(gregfaletto)note inindex.Rmd; filed and stripped as part of #96.