3 writes to Size
Microsoft.ML.DataView (3)
263 references to Size
Microsoft.ML.Core (7)
Microsoft.ML.Core.Tests (6)
Microsoft.ML.Data (127)
Evaluators\MultiOutputRegressionEvaluator.cs (9)
552labelType = new VectorDataViewType((PrimitiveDataViewType)t.ItemType, t.Size);
553var slotNamesType = new VectorDataViewType(TextDataViewType.Instance, t.Size);
555builder.AddSlotNames(t.Size, CreateSlotNamesGetter(schema, LabelIndex, labelType.Size, "True"));
561scoreType = new VectorDataViewType((PrimitiveDataViewType)t.ItemType, t.Size);
563builder.AddSlotNames(t.Size, CreateSlotNamesGetter(schema, ScoreIndex, scoreType.Size, "Predicted"));
712labelCount = type.Size;
714ch.Check(labelCount == type.Size, "All vector metrics should contain the same number of slots");
Microsoft.ML.DataView (11)
Microsoft.ML.Ensemble (20)
Microsoft.ML.EntryPoints (1)
Microsoft.ML.FastTree (5)
Microsoft.ML.ImageAnalytics (1)
Microsoft.ML.IntegrationTests (6)
Microsoft.ML.Mkl.Components (3)
Microsoft.ML.OnnxConverter (1)
Microsoft.ML.PCA (1)
Microsoft.ML.Predictor.Tests (6)
Microsoft.ML.Samples (3)
Microsoft.ML.StandardTrainers (14)
Microsoft.ML.TensorFlow (1)
Microsoft.ML.TestFramework (1)
Microsoft.ML.TestFrameworkCommon (4)
Microsoft.ML.Tests (10)
Microsoft.ML.Transforms (34)
Microsoft.ML.Vision (1)