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. This is the new masked version of KlustaKwik, designed for large dense electrode arrays.
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. This is the new masked version of KlustaKwik, designed for large dense electrode arrays.
To install maskedKlustaKwik, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install maskedKlustaKwik
To see what files were installed by maskedKlustaKwik, run:
port contents maskedKlustaKwik
To later upgrade maskedKlustaKwik, run:
sudo port selfupdate && sudo port upgrade maskedKlustaKwik
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.