Пример #1
0
 //learn the train csv (TimeSeries).
 public void LearnNormal(TimeSeries ts)
 {
     CreateCf(ts);
     CreateForm(ts);
 }
Пример #2
0
 //upload the test file and create the TimeSeries test.
 public void UploadTest(string file)
 {
     _test     = new TimeSeries(file);
     _testFile = file;
     UpdateJoystickFeatures();
 }