1 write to Index
Microsoft.ML.Vision (1)
ImageClassificationTrainer.cs (1)
858
metrics.Bottleneck.
Index
++;
4 references to Index
Microsoft.ML.Vision (4)
ImageClassificationTrainer.cs (4)
202
public override string ToString() => $"Phase: Bottleneck Computation, Dataset used: {DatasetUsed.ToString(),10}, Image Index: {
Index
,3}";
863
featurizedImages = featurizedImages.OrderBy(x => Host.Rand.Next(0, metrics.Bottleneck.
Index
)).ToList();
870
validationSetCount = (int)(metrics.Bottleneck.
Index
* validationFraction);
876
CreateFeaturizedCacheFile(cacheFilePath, metrics.Bottleneck.
Index
- validationSetCount, featureLength,