Revize 569d5612
Přidáno uživatelem Alex Konig před více než 3 roky(ů)
Server/ServerApp/Program.cs | ||
---|---|---|
132 | 132 |
// PARSE DATA |
133 | 133 |
|
134 | 134 |
|
135 |
/* |
|
135 | 136 |
JsonParser jsonP = new JsonParser(null); |
136 | 137 |
jsonP.ParsePrediction(); |
137 | 138 |
|
... | ... | |
142 | 143 |
IPredictionController predictionController = new PredictionController(p); |
143 | 144 |
predictionController.Train(); |
144 | 145 |
//var results = predictionController.Predict() |
145 |
|
|
146 |
*/ |
|
146 | 147 |
|
147 | 148 |
//parse(new DateTime(2019, 10, 5), , interval = 1, wholeDay = true) |
148 | 149 |
|
Také k dispozici: Unified diff
re #8847 Fixing conflicts in merge