Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 220 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 220 Bytes

PCART decision tree optimization

For usage, see example/example.cpp. To compile and run the example on Linux/Mac/MinGW, run

cd example
make
./example

On Microsoft Visual Studio, use the solution pcart.sln.