2 writes to _inputType
Microsoft.ML.PCA (2)
PcaTrainer.cs (2)
472
_inputType
= new VectorDataViewType(NumberDataViewType.Single, _dimension);
516
_inputType
= new VectorDataViewType(NumberDataViewType.Single, _dimension);
1 reference to _inputType
Microsoft.ML.PCA (1)
PcaTrainer.cs (1)
609
get { return
_inputType
; }