Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/twisterghost/pants

A parallelized genetic anomaly detection algorithm written with NodeJS. Created for a university project.
https://github.com/twisterghost/pants

Last synced: 4 days ago
JSON representation

A parallelized genetic anomaly detection algorithm written with NodeJS. Created for a university project.

Awesome Lists containing this project

README

        

PANTS
================

Parallel Anomaly geNetic Tracking System

## What does this do?

PANTS is a machine learning system that can help to detect genetic anomolies.
After being trained with healthy genetic information, it can read test data
and help to predict when a patient's information is significantly different
from a healthy patient.

## Requirements
PANTS requires an installation of Node.js on the host machine of version 0.8.0
or above. NPM (installs with Node.js) must be installed as well.

## Usage
`node pants [options]`

Options:

`--train` The location of the training data.

`--test` The location of the testing data.

`-k` The number of neighbors to consider.

`-l` Run linearly.

`--threads` The number of threads to use.