Skip to main content

Clustering for high dimensional neural data

Project description

https://travis-ci.org/kwikteam/klustakwik2.svg?branch=master

NOTE: please follow the instructions for the klusta package https://github.com/kwikteam/klusta : the instructions below should not be used.

Installation instructions

Install Python using the Anaconda distribution. You will need to install the packages numpy, scipy, cython and nose. For Windows, Python 2.7 might be a better option than 3.x.

On all platforms, KlustaKwik can be installed using pip install klustakwik2 (from source) or conda install -c kwikteam klustakwik2 (precompiled binary). The default installation options are as follows:

  • Linux: Multithreading on by default.

  • Windows: Multithreading on by default if MSVC installed, otherwise off. Note that under the Anaconda distribution, multithreading will be off by default, but this can be easily resolved if you have MSVC installed, see below.

  • Mac: Multithreading off by default.

To override these options, install from source (see below).

Multithreading with Anaconda on Windows

The Anaconda distribution installs its own compiler that doesn’t support OpenMP for multithreading and uses this by default instead of the MSVC compiler, which does support OpenMP. To disable the Anaconda compiler, simply run the following command before installing KlustaKwik.

conda remove libpython

Installing from source

Download the source, either from one of the source distributions on PyPI or get the latest version from GitHub. Run one of the following commands from a command prompt in this directory. For default options:

python setup.py install

To force multithreading to be on:

python setup.py install –with-openmp

To force multithreading to be off:

python setup.py install –no-openmp

Windows

Install a precompiled Windows binary with Anaconda in an anaconda package:

conda install -c kwikteam klustakwik2

If you wish to compile from source, the instructions are a bit more complicated:

Using Python 2.7, you will need a copy of MS Visual Studio Express 2008 for Python, available for free download here. Python 3.x might require a different version of Visual Studio, we haven’t tested this.

Download the source as above. Open a command prompt in the directory where you downloaded and extracted the files. If you installed Python for all users, then you will need admin rights on this command prompt. To get this in Windows, press the Windows key, type “cmd”, right click on “cmd.exe” and click “Run as administrator”.

Now run the commands as in the section on installing from source above.

Mac

It is possible to install a version of gcc that allows for multithreading. TODO: details.

Usage

To cluster a pair of files name.fet.n, name.fmask.n run the command:

kk2_legacy name n

This will generate a name.klg.n and name.clu.n file. Note that the first time you run it, it will generate a whole lot of warnings and compiler output: ignore this, it is normal.

You can specify additional options to this script. The major ones are explained below:

  • max_iterations=1000: the maximum number of full iterations to carry out before giving up.

  • max_possible_clusters=1000: the maximum number of clusters to output at the end. At the moment, this option limits RAM usage but in a future version there will be no such limit.

  • drop_last_n_features=0: don’t use the last N features of the fet file for clustering.

  • save_clu_every=None: how often (in minutes) to save a temporary .clu file.

  • num_starting_clusters=500: how many initial clusters to use (should probably be higher than the number of final clusters you expect to find).

  • start_from_clu=None: if specified, start the clustering from a previously saved .clu file.

  • use_mua_cluster=True: whether or not to use “black hole” MUA cluster variant of the algorithm. This is designed to improve clustering on noisier data sets, but you can turn it off if you are having problems with it. Note that if this is on, cluster 2 will be the MUA cluster, and the first ‘normal’ cluster will be cluster 3.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

klustakwik2-0.2.7-cp37-cp37m-manylinux1_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.7m

klustakwik2-0.2.7-cp36-cp36m-manylinux1_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.6m

klustakwik2-0.2.7-cp27-cp27m-manylinux1_x86_64.whl (2.9 MB view details)

Uploaded CPython 2.7m

File details

Details for the file klustakwik2-0.2.7-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: klustakwik2-0.2.7-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8

File hashes

Hashes for klustakwik2-0.2.7-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 09c45022f11d5c6aaa1b05d43f6d32bfda1cf079fc38f0d18810d814914953f7
MD5 babbc11271cd7c9b67b97a6783097f0c
BLAKE2b-256 ee325c5d17c23af19bc85a7ad5a74d1a604d47de6761af88bcc2069eafb9b9c1

See more details on using hashes here.

Provenance

File details

Details for the file klustakwik2-0.2.7-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: klustakwik2-0.2.7-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8

File hashes

Hashes for klustakwik2-0.2.7-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2c9821086513f4563446a0519181538aef08711a0a702a393ccacb7004244bcd
MD5 14b21ac1508f6f59ffa49cc3f4add468
BLAKE2b-256 6c4d840da8eb78038dec6c1b3ffdf02dfd30f02ad8c32ad64aae732c81df2f39

See more details on using hashes here.

Provenance

File details

Details for the file klustakwik2-0.2.7-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: klustakwik2-0.2.7-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8

File hashes

Hashes for klustakwik2-0.2.7-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2d9510048cc7b9cb5725ca8a2c44fdf5ad0db41fc96179a68314fe2b538caa24
MD5 8130630deb4b30c93b327a4f6ea7dc08
BLAKE2b-256 1ed285b391ecb17cfc75b2766aa3035b6b91cdd8ed3118676fa5f8cc46d8597d

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page