Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 269 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 269 Bytes

#GPUTree

Implements a Weka package for fast decision tree construction.

Currently supports numerical attributes and nominal class.

GPU algorithm is implemented as a native CUDA library which is then called by Weka using JNA.

Will require a CUDA capable GPU to run.