Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Latest commit

 

History

History
73 lines (45 loc) · 979 Bytes

File metadata and controls

73 lines (45 loc) · 979 Bytes

ADHD Classifier Badge License

Tests for my Research Project
Memory managment went down the drain with this one. Sorry. :(

Requirements

  • Python 3

    + Modules:

    • numpy
    • sklearn

    PIP

    pip install numpy sklearn
  • C

    + Modules:

    • Python 3.x headers
    • GNU Scientific Library

    Ubuntu

    sudo apt install python3-dev libgsl-dev


Usage

Shared Library

Build the C library with:

Tools/Build.sh

Remove the C library and Object Files with:

Tools/Build.sh clean

Testing

Execute the test suite with:

Tools/Test.sh