ProgressHeader.UnitNames 字段

定义

这些是进度“units”的名称,从最小粒度到最精细。 例如,神经网络可能具有 {'epoch'、'example'} 和 FastTree 可能具有 {'tree', 'split', 'feature'}。 永远不会为 null,但可以为空。

public readonly System.Collections.Generic.IReadOnlyList<string> UnitNames;
val mutable UnitNames : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly UnitNames As IReadOnlyList(Of String) 

字段值

适用于