Projekt

Obecné

Profil

« Předchozí | Další » 

Revize ebe96ca4

Přidáno uživatelem Roman Kalivoda před téměř 4 roky(ů)

Re #8832 PredictionController implementation

Zobrazit rozdíly:

Server/ServerApp/Program.cs
83 83
			jsonP.ParsePrediction();
84 84

  
85 85
			// TODO nastavit čas
86
			DataParser p = new DataParser(dd);
86
			IDataParser p = new DataParser(dd);
87 87
			DateTime startT = new DateTime(2019, 10, 5);
88 88
			DateTime endT = new DateTime(2020, 6, 30);
89
			p.Parse(startT, endT, wholeDay: false, interval: 3);
89
            IPredictionController predictionController = new PredictionController(p);
90
            predictionController.Train();
91
            //var results = predictionController.Predict()
92

  
90 93

  
91 94

  
92 95
			// test - connection:

Také k dispozici: Unified diff