{
  "authors": [
    "Stephane.Carrez@gmail.com"
  ],
  "configuration": {
    "disabled": true
  },
  "description": "Collection of Scientific Operations",
  "gpr-externals": {
    "SCIADA_BUILD": [
      "distrib",
      "debug",
      "optimize",
      "profile",
      "coverage"
    ],
    "SCIADA_LIBRARY_TYPE": [
      "relocatable",
      "static",
      "static-pic"
    ]
  },
  "licenses": "Apache-2.0",
  "long-description": "\nSCI Ada provides a collections of algorithms commonly used for data analysis:\n\n- [SCI.Correlations.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-correlations.ads?ref_type=heads) computes correlations between values,\n- [SCI.Occurrences.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-occurrences.ads?ref_type=heads) helps in identifying occurrences of items,\n- [SCI.Similarities.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-similarities.ads?ref_type=heads) provides metrics to compute similarities between sets.\n- [SCI.Sparse.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-sparse.ads?ref_type=heads) defines sparse arrays.\n- [SCI.Statistics.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-statistics.ads?ref_type=heads) defines some classical statistics operations.\n- [SCI.Vectorizers.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-vectorizers.ads?ref_type=heads) transforms a list of tokens to a vector.\n\n## Documentation\n\n- [Programmer's Guide](https://ada-sci.readthedocs.io/en/latest/)\n",
  "maintainers": [
    "Stephane.Carrez@gmail.com"
  ],
  "maintainers-logins": [
    "stcarrez"
  ],
  "name": "sciada",
  "origin": {
    "commit": "cb814ea356b0b867d674db5684ef766dc8d00c19",
    "url": "git+https://gitlab.com/stcarrez/ada-sci.git"
  },
  "tags": [
    "sci",
    "scientific",
    "correlations",
    "occurrences",
    "similarities",
    "statistics"
  ],
  "version": "0.3.0",
  "website": "https://gitlab.com/stcarrez/ada-sci"
}
