11 references to Param
Microsoft.ML.Data (11)
Model\Pfa\PfaUtils.cs (5)
279ctx.AddFunc(name, new JArray(Param("a", Type.Vector(itemType))), Type.Int, 293ctx.AddFunc(name, new JArray(Param("str", Type.String)), Type.Bool, 318ctx.AddFunc(name, new JArray(Param("size", Type.Int)), arrType, 345ctx.AddFunc(name, new JArray(Param("a", itemType), Param("b", itemType)), returnType, Call(binOp, "a", "b"));
Transforms\KeyToValue.cs (1)
492ctx.Pfa.AddFunc(funcName, new JArray(PfaUtils.Param("key", PfaUtils.Type.Int)),
Transforms\KeyToVector.cs (4)
681PfaContext.CreateFuncBlock(new JArray() { PfaUtils.Param("k", PfaUtils.Type.Int) }, 691new JArray() { PfaUtils.Param("v", PfaUtils.Type.Double) }, PfaUtils.Type.Double, 695new JArray(PfaUtils.Param("a", arrType), PfaUtils.Param("i", PfaUtils.Type.Int)),
Transforms\ValueToKeyMappingTransformer.cs (1)
978ctx.Pfa.AddFunc(funcName, new JArray(PfaUtils.Param("term", PfaUtils.Type.String)),