The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Functions for performing least-squares bilinear clustering of three-way data. The method uses the bilinear decomposition (or bi-additive model) to model two-way matrix slices while clustering over the third way. Up to four different types of clusters are included, one for each term of the bilinear decomposition. In this way, matrices are clustered simultaneously on (a subset of) their overall means, row margins, column margins and row-column interactions. The orthogonality of the bilinear model results in separability of the joint clustering problem into four separate ones. Three of these sub-problems are specific k-means problems, while a special algorithm is implemented for the interactions. Plotting methods are provided, including biplots for the low-rank approximations of the interactions.
Version: | 1.1 |
Depends: | R (≥ 3.5), stats, ggplot2 |
Imports: | plyr, clue, grid, gridExtra, reshape2, Rcpp, mvtnorm, graphics, methods, doParallel, foreach, parallel |
LinkingTo: | Rcpp |
Published: | 2019-04-15 |
DOI: | 10.32614/CRAN.package.lsbclust |
Author: | Pieter Schoonees [aut, cre], Patrick Groenen [ctb] |
Maintainer: | Pieter Schoonees <schoonees at gmail.com> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
NeedsCompilation: | yes |
Citation: | lsbclust citation info |
CRAN checks: | lsbclust results |
Reference manual: | lsbclust.pdf |
Package source: | lsbclust_1.1.tar.gz |
Windows binaries: | r-devel: lsbclust_1.1.zip, r-release: lsbclust_1.1.zip, r-oldrel: lsbclust_1.1.zip |
macOS binaries: | r-release (arm64): lsbclust_1.1.tgz, r-oldrel (arm64): lsbclust_1.1.tgz, r-release (x86_64): lsbclust_1.1.tgz, r-oldrel (x86_64): lsbclust_1.1.tgz |
Old sources: | lsbclust archive |
Reverse imports: | ccrs |
Please use the canonical form https://CRAN.R-project.org/package=lsbclust to link to this page.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.