kunaldahiya / pc_dt_svm

Distributed support vector machines.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Distributed support vector machines.


Languages

Language:C++ 99.2%Language:Shell 0.8%