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)
1098
Host.CheckDecode(!string.IsNullOrEmpty(_probCol) ||
_useRaw
);
1131
Contracts.Assert(!string.IsNullOrEmpty(_probCol) ||
_useRaw
);
1132
ctx.Writer.WriteBoolByte(
_useRaw
);
1142
activeOutput(AssignedCol) && (
_useRaw
&& col == ScoreIndex || !
_useRaw
&& col == _probIndex);
1144
Host.Assert(
_useRaw
);
1152
Host.Assert(_probIndex >= 0 ||
_useRaw
);
1177
if (
_useRaw
)
1279
else if (!
_useRaw
)