Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 9fc5fa93

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

Draft Predictor

re #8598 @2h

Zobrazit rozdíly:

Server/ServerApp/Predictor/IPredictor.cs
11 11
    interface IPredictor
12 12
    {
13 13

  
14
        void Fit(ModelInput trainInput);
14
        void Fit(IEnumerable<ModelInput> trainInput);
15 15

  
16
        void Predict(ModelInput testInput);
16
        ModelOutput Predict(IEnumerable<ModelInput> input);
17 17
    }
18 18
}

Také k dispozici: Unified diff