Revize 76072df0
Přidáno uživatelem Roman Kalivoda před téměř 4 roky(ů)
Server/ServerApp/Predictor/IPredictor.cs | ||
---|---|---|
42 | 42 |
/// </summary> |
43 | 43 |
/// <param name="filename">Path of the file.</param> |
44 | 44 |
public void Save(string filename); |
45 |
|
|
46 |
/// <summary> |
|
47 |
/// Loads an IPredictor model from file |
|
48 |
/// </summary> |
|
49 |
/// <param name="filename">Path to the model file.</param> |
|
50 |
/// <returns>A prediction model.</returns> |
|
51 |
public void Load(string filename); |
|
45 | 52 |
} |
46 | 53 |
} |
Také k dispozici: Unified diff
Re #8597 Implementation of AbstractClassificationPredictor, SdcaMEClassifier