International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 128 - Number 3 |
Year of Publication: 2015 |
Authors: Abdiansah Abdiansah, Retantyo Wardoyo |
10.5120/ijca2015906480 |
Abdiansah Abdiansah, Retantyo Wardoyo . Time Complexity Analysis of Support Vector Machines (SVM) in LibSVM. International Journal of Computer Applications. 128, 3 ( October 2015), 28-34. DOI=10.5120/ijca2015906480
Support Vector Machines (SVM) is one of machine learning methods that can be used to perform classification task. Many researchers using SVM library to accelerate their research development. Using such a library will save their time and avoid to write codes from scratch. LibSVM is one of SVM library that has been widely used by researchers to solve their problems. The library also integrated to WEKA, one of popular Data Mining tools. This article contain results of our work related to complexity analysis of Support Vector Machines. Our work has focus on SVM algorithm and its implementation in LibSVM. We also using two popular programming languages i.e C++ and Java with three different dataset to test our analysis and experiment. The results of our research has proved that the complexity of SVM (LibSVM) is O(n3) and the time complexity shown that C++ faster than Java, both in training and testing, beside that the data growth will be affect and increase the time of computation.