aswi2021tri-musketyri-gitlab/Server/ServerApp/Predictor/ModelInput.cs @ abfd9c7c
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 |
}
|