共用方式為


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) 

欄位值

適用於