A program for automatic clustering of continuous data into a mixture of Gaussians.
KlustaKwik is an open-source program for automatic clustering of continuous data into a mixture of Gaussians. The program was originally developed for sorting of neuronal action potentials, but can be applied to any sort of data.
KlustaKwik is an open-source program for automatic clustering of continuous data into a mixture of Gaussians. The program was originally developed for sorting of neuronal action potentials, but can be applied to any sort of data.
To install KlustaKwik, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install KlustaKwik
To see what files were installed by KlustaKwik, run:
port contents KlustaKwik
To later upgrade KlustaKwik, run:
sudo port selfupdate && sudo port upgrade KlustaKwik
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.