Revize 662b2404
Přidáno uživatelem Roman Kalivoda před téměř 4 roky(ů)
Server/ServerApp/Program.cs | ||
---|---|---|
84 | 84 |
|
85 | 85 |
// TODO nastavit čas |
86 | 86 |
IDataParser p = new DataParser(dd); |
87 |
DateTime startT = new DateTime(2019, 10, 5); |
|
88 |
DateTime endT = new DateTime(2020, 6, 30); |
|
89 | 87 |
IPredictionController predictionController = new PredictionController(p); |
90 | 88 |
predictionController.Train(); |
91 | 89 |
//var results = predictionController.Predict() |
Také k dispozici: Unified diff
Re #8832 integration