2 writes to _useRaw
Microsoft.ML.Data (2)
Evaluators\BinaryClassifierEvaluator.cs (2)
1064_useRaw = useRaw; 1097_useRaw = ctx.Reader.ReadBoolByte();
9 references to _useRaw
Microsoft.ML.Data (9)
Evaluators\BinaryClassifierEvaluator.cs (9)
1098Host.CheckDecode(!string.IsNullOrEmpty(_probCol) || _useRaw); 1131Contracts.Assert(!string.IsNullOrEmpty(_probCol) || _useRaw); 1132ctx.Writer.WriteBoolByte(_useRaw); 1142activeOutput(AssignedCol) && (_useRaw && col == ScoreIndex || !_useRaw && col == _probIndex); 1144Host.Assert(_useRaw); 1152Host.Assert(_probIndex >= 0 || _useRaw); 1177if (_useRaw) 1279else if (!_useRaw)