4 references to GetVecGetterAs
Microsoft.ML.Data (4)
Data\RowCursorUtils.cs (1)
151
/// <see cref="
GetVecGetterAs
{TDst}(PrimitiveDataViewType, DataViewRow, int)"/>.
Evaluators\MultiOutputRegressionEvaluator.cs (1)
473
? RowCursorUtils.
GetVecGetterAs
<float>(NumberDataViewType.Single, input, LabelIndex)
Transforms\KeyToVector.cs (2)
518
var getSrc = RowCursorUtils.
GetVecGetterAs
<uint>(NumberDataViewType.UInt32, input, srcCol);
564
var getSrc = RowCursorUtils.
GetVecGetterAs
<uint>(NumberDataViewType.UInt32, input, srcCol);