SPI Subsets
Description of all pre-defined subsets in pyspi.
Last updated
All page cover images on this wiki are created with the help of DALL-E, an AI program developed by OpenAI, or stock images from Unsplash.
Description of all pre-defined subsets in pyspi.
Last updated
As standard, we include several SPI subsets in pyspi that can be used directly when instantiating a Calculator
. Below we provide details about each subset including its intended purpose.
fabfour
4
Four basic pairwise measures that are commonly used in the literature.
sonnet
14
A minimally redundant set obtained by grouping SPIs according to their empirical behaviour on over 1000 MTS. Further details are provided in this . We also provide for each of the features in this subset.
fast
216
A subset of SPIs that are fastest to compute. Provides an ideal balance between comprehensiveness of pairwise measures and computational demand.
all
284
Default option. Contains the entire library of SPIs.
To specify a subset, simply initialise the Calculator
using the subset name as a parameter: