4 writes to Infos
Microsoft.ML.Data (4)
Transforms\TransformBase.cs (4)
507Infos = _bindings.Infos; 521Infos = _bindings.Infos; 535Infos = _bindings.Infos; 559Infos = _bindings.Infos;
43 references to Infos
Microsoft.ML.Data (43)
Transforms\LabelConvertTransform.cs (14)
85Contracts.AssertNonEmpty(Infos); 86Contracts.Assert(Infos.Length == Utils.Size(args.Columns)); 132Host.AssertNonEmpty(Infos); 139Contracts.Assert(0 <= iinfo && iinfo < Infos.Length); 146for (int iinfo = 0; iinfo < Infos.Length; iinfo++) 148using (var bldr = md.BuildMetadata(iinfo, Source.Schema, Infos[iinfo].Source, PassThrough)) 162Contracts.Assert(0 <= iinfo && iinfo < Infos.Length); 174Contracts.Assert(0 <= iinfo && iinfo < Infos.Length); 177int col = Infos[iinfo].Source; 185Host.Assert(0 <= iinfo && iinfo < Infos.Length); 186var srcSlotType = Infos[iinfo].SlotTypeSrc; 198Host.Assert(0 <= iinfo && iinfo < Infos.Length); 199Host.AssertValue(Infos[iinfo].SlotTypeSrc); 201var cursor = InputTranspose.GetSlotCursor(Infos[iinfo].Source);
Transforms\LabelIndicatorTransform.cs (12)
137Host.AssertNonEmpty(Infos); 138Host.Assert(Infos.Length == Utils.Size(options.Columns)); 139_classIndex = new int[Infos.Length]; 141for (int iinfo = 0; iinfo < Infos.Length; ++iinfo) 151Host.AssertNonEmpty(Infos); 153_classIndex = new int[Infos.Length]; 155for (int iinfo = 0; iinfo < Infos.Length; ++iinfo) 163Host.Assert(0 <= iinfo && iinfo < Infos.Length); 172ch.Assert(0 <= iinfo && iinfo < Infos.Length); 175var info = Infos[iinfo]; 183ch.Assert(0 <= iinfo && iinfo < Infos.Length); 185var info = Infos[iinfo];
Transforms\TransformBase.cs (17)
508Metadata = new MetadataDispatcher(Infos.Length); 522Metadata = new MetadataDispatcher(Infos.Length); 536Metadata = new MetadataDispatcher(Infos.Length); 550OneToOneColumn[] map = transform.Infos 560Metadata = new MetadataDispatcher(Infos.Length); 581for (int iinfo = 0; iinfo < Infos.Length; ++iinfo) 583var info = Infos[iinfo]; 608for (int iinfo = 0; iinfo < Infos.Length; ++iinfo) 610ColInfo info = Infos[iinfo]; 643Host.Assert(Infos[iinfo] == info); 662Host.Assert(0 <= iinfo && iinfo < Infos.Length); 670Host.Assert(0 <= iinfo && iinfo < Infos.Length); 682Host.Assert(0 <= iinfo && iinfo < Infos.Length); 683active[Infos[iinfo].Source] = true; 697Host.Assert(0 <= iinfo && iinfo < Infos.Length); 698int src = Infos[iinfo].Source; 861_getters = new Delegate[parent.Infos.Length];