Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 590 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 590 Bytes

xrci

Contents

  • svm.scala This is scala implementation of svm model
  • test.cpp It converts time to milliseconds
  • csv2libsvm.py It converts csv data to libsvm data
  • plot_tree_regression.py Used to Plot the Regression Tree
  • dtree.py Used to train Dtree
  • svm.py Used to train SVM
  • mfcc.conf Used for feature extraction and collecting results in csv
  • time.cpp averages two time intervals and stores in a text file
  • edit_csv.cpp this code modifies the csv file (downsampling)
  • svm_savepred.py this code trains the model on svm and stores the predictions in a text file