Beispiel #1
0
        public AboveLineTrainingEntry(double x, double y, string lbl)
        {
            // Test example; "Valid line" is x=y
            Labels.Add(DoubleExtension.BoolToDouble(y >= x));

            Inputs.Add(x);
            Inputs.Add(y);
        }