1 write to WeightColumnIndex
Microsoft.ML.PCA (1)
PcaTransformer.cs (1)
536WeightColumnIndex = weightIndex;
4 references to WeightColumnIndex
Microsoft.ML.PCA (4)
PcaTransformer.cs (4)
412if (sInfo.WeightColumnIndex >= 0) 413activeColumns[sInfo.WeightColumnIndex] = true; 424if (sInfo.WeightColumnIndex >= 0) 425weightGetters[iinfo] = cursor.GetGetter<float>(cursor.Schema[sInfo.WeightColumnIndex]);