Skip to main content

Representational Similarity Analysis (RSA) in Python

Project description

Representational Similarity Analysis 3.0

Documentation Status PyPI version Codacy Badge CodeFactor codecov

Conceived during the RSA retreat 2019 in Blue Mountains.

Documentation

Getting Started

The easiest way to install rsatoolbox is with pip:

pip install rsatoolbox

here is a simple code sample:

import numpy, rsatoolbox
data = rsatoolbox.data.Dataset(numpy.random.rand(10, 5))
rdms = rsatoolbox.rdm.calc_rdm(data)
rsatoolbox.vis.show_rdm(rdms)

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

rsatoolbox-0.0.4.tar.gz (95.2 MB view hashes)

Uploaded Source

Built Distribution

rsatoolbox-0.0.4-py3-none-any.whl (461.6 kB view hashes)

Uploaded Python 3

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