← Back to home
Comparison · Analytics

tglkmeans vs washdata

A side-by-side editorial comparison of tglkmeans and washdata — release velocity, themes, recent moves, and the top alternatives to consider.

tglkmeans vs washdata: at a glance

Featuretglkmeanswashdata
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesr-package, clustering, missing-data, correctnessopen data, wash surveys, data package, maintenance
Last editorial update2h ago43m ago
WebsiteVisit →Visit →

What is tglkmeans?

A k-means implementation that just told users their Spearman clustering on missing data was wrong

tglkmeans is a multi-core k-means implementation with seeding, aimed at single-cell and other large matrix workloads. Version 0.4.0 flipped the id_column default and moved to R's random number generator, 0.5.x added count-matrix downsampling and fixed id handling, and 0.6.3 in May 2026 is a correctness release: Spearman distance was ranking missing values as the largest value instead of dropping them, and predict_tgl_kmeans() with Euclidean distance did not reproduce the training metric when a cluster center had a missing dimension.

Read the full tglkmeans trajectory →

What is washdata?

washdata is a fixed survey dataset; eight years of releases have changed only its packaging.

A data package distributing the Urban Water and Sanitation Survey, on CRAN since January 2018. No release has altered the data. The 2018 pair added survey country, year and aim to DESCRIPTION and fixed a README link; everything since — 2020, 2024 and the January 2026 release — is documentation, formatting, badges, repository refreshes and updates for a new rhub version.

Read the full washdata trajectory →

tglkmeans vs washdata: editorial side-by-side

T
tglkmeans
ANALYTICS
0.0

A k-means implementation that just told users their Spearman clustering on missing data was wrong

◆ Current state

tglkmeans is a multi-core k-means implementation with seeding, aimed at single-cell and other large matrix workloads. Version 0.4.0 flipped the id_column default and moved to R's random number generator, 0.5.x added count-matrix downsampling and fixed id handling, and 0.6.3 in May 2026 is a correctness release: Spearman distance was ranking missing values as the largest value instead of dropping them, and predict_tgl_kmeans() with Euclidean distance did not reproduce the training metric when a cluster center had a missing dimension.

◆ Where it's heading

The package handles missing data across three distance metrics, and 0.6.3 shows those paths had drifted apart — Spearman behaved unlike Euclidean and Pearson, and prediction behaved unlike training. Both fixes change results on affected data, and the release notes are careful to bound exactly where: Spearman on data with NAs changes, complete data does not. Performance work runs alongside, with the dense per-thread vote matrix removed from the reassignment step.

◆ Prediction

With the metric paths now aligned on missing-value handling, further work is more likely to target the parallel reassignment internals than the distance semantics.

W
washdata
ANALYTICS
0.0

washdata is a fixed survey dataset; eight years of releases have changed only its packaging.

◆ Current state

A data package distributing the Urban Water and Sanitation Survey, on CRAN since January 2018. No release has altered the data. The 2018 pair added survey country, year and aim to DESCRIPTION and fixed a README link; everything since — 2020, 2024 and the January 2026 release — is documentation, formatting, badges, repository refreshes and updates for a new rhub version.

◆ Where it's heading

Nothing is heading anywhere, and for a dataset package that is the point: the value is a citable, unchanging artifact, and the release history exists to keep it installable as R's toolchain moves. The maintenance cadence matches the maintainer's other nutrition packages, which received the same repository-refresh treatment in the same period. Note also that the tags are backfilled out of order — v0.1.0 carries a later stamp than v0.1.2.

◆ Prediction

Expect further releases only when CRAN checks or infrastructure require them; there is no indication the survey data itself will be extended.

Alternatives to tglkmeans and washdata

Other Analytics products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either tglkmeans or washdata.

See all tglkmeans alternatives → · See all washdata alternatives →

Recent activity from tglkmeans and washdata

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 2mo agotglkmeansSpearman metric no longer ranks missing values as the largest
  2. 6mo agowashdataRepository and toolchain maintenance
  3. 2y agowashdataDocumentation and formatting updates
  4. 2y agotglkmeansFixes corrupted cluster ids and dropped dimnames
  5. 2y agotglkmeansAdds downsample_matrix() for count matrices
  6. 2y agotglkmeansBreaking: id_column defaults to FALSE, switches to R's RNG
  7. 5y agowashdataSecond release: documentation and formatting
  8. 8y agowashdataPre-release of the survey dataset
  9. 8y agowashdataFirst CRAN release of the Urban Water and Sanitation Survey

Frequently asked questions

What is the difference between tglkmeans and washdata?

They serve adjacent needs but don't currently overlap on shipped themes. tglkmeans and washdata are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is tglkmeans better than washdata?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. tglkmeans and washdata are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). For your specific use case, the alternatives sections above list other Analytics products to evaluate alongside.

What are the best alternatives to tglkmeans?

Top tglkmeans alternatives in Analytics are ranked by recent ship velocity. Browse the "tglkmeans alternatives" section above for the current picks, or visit /alternatives/tglkmeans for the full list with editorial commentary on each.

What are the best alternatives to washdata?

Top washdata alternatives in Analytics are ranked by recent ship velocity. Browse the "washdata alternatives" section above for the current picks, or visit /alternatives/washdata for the full list with editorial commentary on each.