1 write to IndicesNonZeroOffset
Microsoft.ML.Data (1)
Transforms\NormalizeColumn.cs (1)
491
IndicesNonZeroOffset
= indicesNonZeroOffset;
4 references to IndicesNonZeroOffset
Microsoft.ML.Data (4)
Transforms\NormalizeColumnDbl.cs (2)
798
else if (
IndicesNonZeroOffset
== null)
814
FillValues(in dst, bldr, Scale, Offset,
IndicesNonZeroOffset
);
Transforms\NormalizeColumnSng.cs (2)
955
else if (
IndicesNonZeroOffset
== null)
971
FillValues(in dst, bldr, Scale, Offset,
IndicesNonZeroOffset
);