1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: octave-mvn
Section: math
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Rafael Laboissière <rafael@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-octave (>= 0.5.2)
Standards-Version: 4.5.0
Homepage: https://octave.sourceforge.io/mvn/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-mvn.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-mvn
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no
Package: octave-mvn
Architecture: all
Depends: ${misc:Depends}, ${octave:Depends}
Description: multivariate normal distribution clustering for Octave
This package contains multivariate normal distribution clustering and
utility functions for Octave, a scientific computation software. It
implements different divergence techniques for similarity computation
and also include a k-means clustering method for the multivariate
Gaussians and a method to compute native self-organizing maps for
multivatiate Gaussians and their divergences.
.
This Octave add-on package is part of the Octave-Forge project.
|