2 writes to _transformInfos
Microsoft.ML.PCA (2)
PcaTransformer.cs (2)
209_transformInfos = new TransformInfo[_numColumns]; 234_transformInfos = new TransformInfo[_numColumns];
11 references to _transformInfos
Microsoft.ML.PCA (11)
PcaTransformer.cs (11)
217_transformInfos[i] = new TransformInfo(colInfo.Rank, sInfo.InputType.GetValueCount()); 220Train(columns, _transformInfos, input); 236_transformInfos[i] = new TransformInfo(ctx); 291for (int i = 0; i < _transformInfos.Length; i++) 292_transformInfos[i].Save(ctx); 553if (colSchemaInfo.InputType.GetVectorSize() != _parent._transformInfos[i].Dimension) 556new VectorDataViewType(NumberDataViewType.Single, _parent._transformInfos[i].Dimension).ToString(), colSchemaInfo.InputType.ToString()); 565result[i] = new DataViewSchema.DetachedColumn(_parent.ColumnPairs[i].outputColumnName, _parent._transformInfos[i].OutputType, null); 581TransformFeatures(Host, in src, ref dst, _parent._transformInfos[iinfo]); 610var transformInfo = _parent._transformInfos[i]; 631TransformInfo transformInfo = _parent._transformInfos[iinfo];