(id ResourceID, testSize float32, shuffle bool, randomState int)
| 288 | UpdateTrainingSet(TrainingSetDef) error |
| 289 | GetTrainingSet(id ResourceID) (TrainingSetIterator, error) |
| 290 | GetTrainingSetTestSplit(id ResourceID, testSize float32, shuffle bool, randomState int) (TrainingSetIterator, TrainingSetIterator, func() error, error) |
| 291 | Close() error |
| 292 | ResourceLocation(id ResourceID) (string, error) |
| 293 | Provider |
no outgoing calls