Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 74bb2a59

Přidáno uživatelem Roman Kalivoda před více než 3 roky(ů)

Re #8953 refactoring

Zobrazit rozdíly:

Server/ServerApp/Predictor/FeatureExtractor.cs
44 44
        /// <param name="interval"></param>
45 45
        /// <param name="wholeDay"></param>
46 46
        /// <returns></returns>
47
        public List<ModelInput> PrepareTrainingInput(int area, DateTime startDate, DateTime endDate, int interval = 3, bool wholeDay = true)
47
        public List<ModelInput> PrepareTrainingInput(int area)
48 48
        {
49
            DataParser.Parse(startDate, endDate, interval, wholeDay);
50 49
            List<string> buildings = new List<string>();
51 50

  
52 51
            // find all buildings in area

Také k dispozici: Unified diff