1 write to _nameFormat
Microsoft.ML.Data (1)
Commands\EvaluateCommand.cs (1)
67
_nameFormat
= nameFormat;
2 references to _nameFormat
Microsoft.ML.Data (2)
Commands\EvaluateCommand.cs (2)
78
if (string.IsNullOrEmpty(_groupName) || string.IsNullOrEmpty(
_nameFormat
))
84
return string.Format(
_nameFormat
, s);