iteraa

Descriptions

Features

Provides
  1. Plotting functionalities to visualise output.

Documentations

Documentation is available in two forms: docstrings provided with the code, and a loose standing reference guide, available from the IterAA homepage.

Code snippets in docstrings are indicated by three greater-than signs:

>>> x = 42
>>> x = x + 1

Use the built-in help function to view a function’s docstring:

>>> import iteraa
>>> help(iteraa.ArchetypalAnalysis)
... # docstring: +SKIP

Utilities

test (To be implemented)

Run IterAA tests.

__version__

Return IterAA version string.

Submodules