2 overrides of AcceptColumnValue
Microsoft.ML.Data (2)
Transforms\NormalizeColumn.cs (2)
890protected override bool AcceptColumnValue() 927protected override bool AcceptColumnValue()
1 reference to AcceptColumnValue
Microsoft.ML.Data (1)
Transforms\NormalizeColumn.cs (1)
866var accept = label >= 0 && AcceptColumnValue(); // skip examples with negative label