Package: twomodeclusteringGA Title: Genetic Algorithm Based Two-Mode Clustering Version: 1.0.0 Authors@R: person(given = "Jos", family = "Hageman", email = "jos.hageman@wur.nl", role = c("aut", "cre")) Description: Implements two-mode clustering (biclustering) using genetic algorithms. The method was first introduced in Hageman et al. (2008) . The package provides tools for fitting, visualization, and validation of two-mode cluster structures in data matrices. License: GPL-3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Depends: R (>= 3.6) Imports: GA, stats, utils, ggplot2 URL: https://github.com/joshageman/twomodeclusteringGA BugReports: https://github.com/joshageman/twomodeclusteringGA/issues Repository: https://joshageman.r-universe.dev Date/Publication: 2025-09-10 19:05:00 UTC RemoteUrl: https://github.com/joshageman/twomodeclusteringga RemoteRef: HEAD RemoteSha: 9a89183606cd6015fdcee700a5b81115de5ef763 NeedsCompilation: no Packaged: 2026-07-13 08:29:42 UTC; root Author: Jos Hageman [aut, cre] Maintainer: Jos Hageman