Incremental TCM using SVM
Only support binary-class data stream.
There may be some redundancies in my code. e.g. Line 22-23 and more.
Run "online_incremental_confidence_machine_exp"
Replace Line 27 "dataset1_scale" with your dataset and x in Line 28 with feature value matrix and y in Line 29 with class vector.
Line 30: ds = size of initial training set.
Line 31: tend = end of data stream.