/pc_dt_svm

Distributed support vector machines.

Primary LanguageC++

README

This README would normally document whatever steps are necessary to get your application up and running.

What is this repository for?

  • Implementation of PC_DT_SVM
  • OpenCV 2.4.9

Compile using : g++ -std=c++11 main.cpp pcdt_svm.h pcdt_svm.cpp metrices.cpp -o decision_tree -O2 -larmadillo -lopencv_core -lopencv_imgproc -lopencv_highgui -lopencv_ml -lpthread -lopenblas

Run using : ./decision tree