9 references to Int
Microsoft.ML.Data (9)
Model\Pfa\PfaUtils.cs (4)
185
return
Int
;
196
return
Int
;
279
ctx.AddFunc(name, new JArray(Param("a", Type.Vector(itemType))), Type.
Int
,
318
ctx.AddFunc(name, new JArray(Param("size", Type.
Int
)), arrType,
Transforms\KeyToValue.cs (1)
492
ctx.Pfa.AddFunc(funcName, new JArray(PfaUtils.Param("key", PfaUtils.Type.
Int
)),
Transforms\KeyToVector.cs (2)
681
PfaContext.CreateFuncBlock(new JArray() { PfaUtils.Param("k", PfaUtils.Type.
Int
) },
695
new JArray(PfaUtils.Param("a", arrType), PfaUtils.Param("i", PfaUtils.Type.
Int
)),
Transforms\ValueToKeyMappingTransformer.cs (2)
972
"TermMap", PfaUtils.Type.Map(PfaUtils.Type.
Int
), jsonMap);
979
PfaUtils.Type.
Int
, PfaUtils.If(PfaUtils.Call("map.containsKey", cellRef, "term"), PfaUtils.Index(cellRef, "term"), -1));