8 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);
Microsoft.ML.StandardTrainers (2)
Standard\LinearModelParameters.cs (1)
254
var cellRef = PfaUtils.
Cell
(cell);
Standard\LogisticRegression\MulticlassLogisticRegression.cs (1)
959
var cellRef = PfaUtils.
Cell
(cell);