1 write to _examples
Microsoft.ML.StandardTrainers (1)
LdSvm\LdSvmTrainer.cs (1)
525_examples = examples.ToArray();
3 references to _examples
Microsoft.ML.StandardTrainers (3)
LdSvm\LdSvmTrainer.cs (3)
506public override long Length => _examples.Length; 543yield return _examples[_indices[k]]; 553yield return _examples[index].Features;