About Dinosaurs
🦖 Troodon is a Library for Deno to Handle Algorithms
Project Structure
Troodon # Project Name
├── algorithms # List of Algorithm
| └── ...
├── examples # List of Example Algorithm Usage
│ └── ...
├── tests # List of Algorithm Test
│ └── ...
├── .gitignore
├── LICENSE
├── mod.ts # just import this file to use this library
├── README.md
└── trodoon.jpg # mascot : Powered by toppng.com and vectorstock.com
Features
- Technique for Order of Preference by Similarity to Ideal Solution / Topsis algorithm.
- Simple Additive Weighting / SAW algorithm.
- Prime Number / Prime algorithm.
- Analytic Hierarchy Process / AHP algorithm.
- C 4.5 algorithm.
- K-Means algorithm.
- Support Vector Machines / SVM algorithm.
- Apriori algorithm.
- k-Nearest Neighbors / KNN algorithm.
- Naive Bayes algorithm.
Usage
All the following algorithms modules are exposed in mod.ts
Examples
Run Test
deno test
License
The Troodon project is open-sourced software licensed under the MIT license.