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