ProgressHeader.UnitNames 欄位

定義

這些是進度「單元」的名稱,從最細緻到最細緻。 例如,神經網路可能有 {'epoch', 'example'},FastTree 可能有 {'tree', 'split', 'feature'}。 永遠不會是空,但可以是空的。

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

欄位值

適用於