1 write to ColumnSlotCount
Microsoft.ML.Data (1)
Transforms\NormalizeColumn.cs (1)
918
ColumnSlotCount
= valueCol.Type.GetValueCount();
8 references to ColumnSlotCount
Microsoft.ML.Data (8)
Transforms\NormalizeColumn.cs (4)
920
ColValues = new List<TFloat>[
ColumnSlotCount
];
921
for (int i = 0; i <
ColumnSlotCount
; i++)
936
for (int i = 0; i <
ColumnSlotCount
; i++)
954
while (k <
ColumnSlotCount
)
Transforms\NormalizeColumnDbl.cs (2)
2034
TFloat[][] binUpperBounds = new TFloat[
ColumnSlotCount
][];
2035
for (int i = 0; i <
ColumnSlotCount
; i++)
Transforms\NormalizeColumnSng.cs (2)
2198
TFloat[][] binUpperBounds = new TFloat[
ColumnSlotCount
][];
2199
for (int i = 0; i <
ColumnSlotCount
; i++)