Projekt

Obecné

Profil

« Předchozí | Další » 

Revize ce0940b5

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

Re #9034 fixing files corrupted by merge

Zobrazit rozdíly:

Server/ServerApp/Predictor/IPredictionController.cs
2 2
// Author: Roman Kalivoda
3 3
//
4 4

  
5
using System;
6 5
using System.Collections.Generic;
7
using System.IO;
8
using Microsoft.ML;
9 6
using ServerApp.Connection.XMLProtocolHandler;
10
using ServerApp.Parser.OutputInfo;
11 7

  
12 8
namespace ServerApp.Predictor
13 9
{
......
32 28
        /// </summary>
33 29
        /// <param name="locationKey">A string identifier of the location for which to load a predictor.</param>
34 30
        /// <param name="path">A path to folder with trained prediction model.</param>
35
        void Load(string locationKey = null,string path = null);
31
        void Load(string locationKey = null, string path = null);
36 32

  
37 33
        /// <summary>
38 34
        /// Predicts turnout level at given time supposing given weather conditions.

Také k dispozici: Unified diff