Projekt

Obecné

Profil

Stáhnout (225 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
namespace ServerApp.Predictor
2
{
3
    public class ModelInput
4
    {
5
        protected class DataPoint
6
        {
7
            public uint Label { get; set; }
8

    
9
            public float[] Features { get; set; }
10
        }
11
    }
12
}
(2-2/3)