6 references to Cell
Microsoft.ML.Data (6)
Transforms\KeyToValue.cs (1)
486
JObject cellRef = PfaUtils.
Cell
(cellName);
Transforms\NormalizeColumnDbl.cs (2)
762
var scaleCell = PfaUtils.
Cell
(cellName);
766
var offsetCell = PfaUtils.
Cell
(cellName);
Transforms\NormalizeColumnSng.cs (2)
919
var scaleCell = PfaUtils.
Cell
(cellName);
923
var offsetCell = PfaUtils.
Cell
(cellName);
Transforms\ValueToKeyMappingTransformer.cs (1)
973
JObject cellRef = PfaUtils.
Cell
(cellName);