public class TrainingDatasetBundle extends Object
Constructor and Description |
---|
TrainingDatasetBundle(Integer version) |
TrainingDatasetBundle(Integer version,
org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> dataset,
List<String> labels) |
TrainingDatasetBundle(Integer version,
Map<String,org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>> datasetSplits,
List<String> labels) |
Modifier and Type | Method and Description |
---|---|
List<org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>> |
getDataset(Boolean splitLabels) |
List<org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>> |
getDataset(String split,
Boolean splitLabels) |
Copyright © 2023. All rights reserved.