1 write to Index
Microsoft.ML.Data (1)
Transforms\NAFilter.cs (1)
52Index = index;
4 references to Index
Microsoft.ML.Data (4)
Transforms\NAFilter.cs (4)
183ctx.SaveNonEmptyString(Source.Schema[info.Index].Name); 245activeInput[_infos[i].Index] = true; 299var getSrc = cursor.Input.GetGetter<T>(cursor.Input.Schema[info.Index]); 311var getSrc = cursor.Input.GetGetter<VBuffer<T>>(cursor.Input.Schema[info.Index]);