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