SampleDatasetBase 類別
代表範例資料集基類。
- 繼承
-
SampleDatasetBase
建構函式
SampleDatasetBase()
方法
get_file_dataset |
FileDataset傳回包含檔案的 。 |
get_tabular_dataset |
傳回包含 TabularDataset 資料的 。 |
get_file_dataset
FileDataset傳回包含檔案的 。
get_file_dataset(enable_telemetry: bool = True) -> FileDataset
參數
名稱 | Description |
---|---|
cls
必要
|
目前類別 |
enable_telemetry
|
bool, <xref:optional>
啟用遙測,預設值為 True 預設值: True
|
傳回
類型 | Description |
---|---|
檔案資料集 |
get_tabular_dataset
傳回包含 TabularDataset 資料的 。
get_tabular_dataset(enable_telemetry: bool = True) -> TabularDataset
參數
名稱 | Description |
---|---|
cls
必要
|
目前類別 |
enable_telemetry
|
bool, <xref:optional>
啟用遙測,預設值為 True 預設值: True
|
傳回
類型 | Description |
---|---|
表格式資料集。 |