1 write to Features
Microsoft.ML.Samples (1)
Dynamic\Trainers\BinaryClassification\GamWithOptions.cs (1)
159
Features
= new float[2] { centeredFloat(), centeredFloat() }
2 references to Features
Microsoft.ML.Samples (2)
Dynamic\Trainers\BinaryClassification\GamWithOptions.cs (2)
162
data.Label = Sigmoid(Parabola(data.
Features
[0]) +
163
SimplePiecewise(data.
Features
[1]) + centeredFloat()) > 0.5;