← Back to home
Comparison · Analytics

singlercapture vs tglkmeans

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

singlercapture vs tglkmeans: at a glance

Featuresinglercapturetglkmeans
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themescapture-recapture, population estimation, zero-truncated models, bootstrapr-package, clustering, missing-data, correctness
Last editorial update44m ago2h ago
WebsiteVisit →Visit →

What is singlercapture?

singleRcapture reached 1.0.0 with no release notes at all — the arc has to be read backwards.

A package for single-source capture-recapture population size estimation: zero-truncated Poisson, geometric and negative binomial regression, Chao and Zelterman mixture models, analytic and bootstrap variance estimation, all behind estimatePopsize(). The 0.2.x line professionalised it — an offset argument, parallel bootstrap and dfbeta, faster semiparametric sampling, a singleRStaticCountData subclass explicitly created so a companion package could fit models from countreg and VGAM, then interaction-term and anova fixes. The 1.0.0 release carries nothing but a link to the compare view.

Read the full singlercapture trajectory →

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 →

singlercapture vs tglkmeans: editorial side-by-side

S0.0

singleRcapture reached 1.0.0 with no release notes at all — the arc has to be read backwards.

◆ Current state

A package for single-source capture-recapture population size estimation: zero-truncated Poisson, geometric and negative binomial regression, Chao and Zelterman mixture models, analytic and bootstrap variance estimation, all behind estimatePopsize(). The 0.2.x line professionalised it — an offset argument, parallel bootstrap and dfbeta, faster semiparametric sampling, a singleRStaticCountData subclass explicitly created so a companion package could fit models from countreg and VGAM, then interaction-term and anova fixes. The 1.0.0 release carries nothing but a link to the compare view.

◆ Where it's heading

The direction visible in 0.2.x is outward: refactoring for maintainability, extending to models fitted elsewhere via a subclass, adding a JSS-paper vignette, and pushing coverage towards 90%. That is a package preparing to be cited and extended rather than one still finding its methods. The 1.0.0 tag presumably marks the end of that stabilisation, but the entry itself gives no evidence either way.

◆ Prediction

Not readable from this feed — the 1.0.0 notes are empty, so whether the major version marks an API freeze or a breaking change cannot be determined from the entries shown.

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.

Alternatives to singlercapture and tglkmeans

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 singlercapture or tglkmeans.

See all singlercapture alternatives → · See all tglkmeans alternatives →

Recent activity from singlercapture and tglkmeans

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

  1. 2mo agotglkmeansSpearman metric no longer ranks missing values as the largest
  2. 6mo agosinglercapturesingleRcapture 1.0.0
  3. 1y agosinglercaptureanova and other broken methods fixed
  4. 1y agosinglercaptureInteraction terms fixed; logLik returns gradients and hessians
  5. 2y agotglkmeansFixes corrupted cluster ids and dropped dimnames
  6. 2y agotglkmeansAdds downsample_matrix() for count matrices
  7. 2y agotglkmeansBreaking: id_column defaults to FALSE, switches to R's RNG
  8. 2y agosinglercaptureSubclass opens population estimation to countreg and VGAM fits
  9. 4y agosinglercaptureFirst usable release: zero-truncated and mixture estimators

Frequently asked questions

What is the difference between singlercapture and tglkmeans?

They serve adjacent needs but don't currently overlap on shipped themes. singlercapture and tglkmeans 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 singlercapture better than tglkmeans?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. singlercapture and tglkmeans 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 singlercapture?

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

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.