TextLoader.Range 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定應該對應至輸出資料行之輸入資料行的索引範圍。
public sealed class TextLoader.Range
type TextLoader.Range = class
Public NotInheritable Class TextLoader.Range
- 繼承
-
TextLoader.Range
建構函式
TextLoader.Range() |
指定應該對應至輸出資料行之輸入資料行的索引範圍。 |
TextLoader.Range(Int32) |
代表單一值的範圍。 將產生純量資料行。 |
TextLoader.Range(Int32, Nullable<Int32>) |
代表一組值的範圍。 將會產生向量資料行。 |
欄位
AllOther |
此範圍是否只包含未指定的其他索引。 |
AutoEnd |
這個範圍是否延伸至行尾,但應該是固定的專案數。 如果 Max 指定 ,則會忽略 和 欄位 VariableEndAutoEnd 。 |
ForceVector |
強制將純量資料行視為長度為一的向量。 |
Max |
資料行的最大索引,包含。 如果 |
Min |
資料行的最小索引,包含。 |
VariableEnd |
這個範圍是否延伸至行尾,這可以因行而異。
如果 Max 指定 ,則會忽略 和 欄位 VariableEndAutoEnd 。
如果 AutoEnd 為 |