7 references to Double
Microsoft.ML.Data (7)
Model\Pfa\PfaUtils.cs (2)
210
return
Double
;
305
var arrType = Type.Array(Type.
Double
);
Transforms\KeyToVector.cs (3)
676
JToken arrType = PfaUtils.Type.Array(PfaUtils.Type.
Double
);
691
new JArray() { PfaUtils.Param("v", PfaUtils.Type.
Double
) }, PfaUtils.Type.
Double
,
Transforms\NormalizeColumnDbl.cs (1)
759
var itemType = PfaUtils.Type.
Double
;
Transforms\NormalizeColumnSng.cs (1)
916
var itemType = PfaUtils.Type.
Double
;