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