2 overrides of SampleExamples
Microsoft.ML.StandardTrainers (2)
LdSvm\LdSvmTrainer.cs (2)
529public override IEnumerable<LabelFeatures> SampleExamples(Random rand) 618public override IEnumerable<LabelFeatures> SampleExamples(Random rand)
1 reference to SampleExamples
Microsoft.ML.StandardTrainers (1)
LdSvm\LdSvmTrainer.cs (1)
313var sample = data.SampleExamples(Host.Rand);