5 references to Index
Microsoft.ML.Data (5)
Transforms\KeyToValue.cs (2)
494PfaUtils.Index(cellRef, "key"))); 498return PfaUtils.If(PfaUtils.Call("<", srcToken, 0), defaultToken, PfaUtils.Index(cellRef, srcToken));
Transforms\KeyToVector.cs (1)
697PfaUtils.Index("a", "i").AddReturn("to", toFunc), "a"));
Transforms\ValueToKeyMappingTransformer.cs (2)
979PfaUtils.Type.Int, PfaUtils.If(PfaUtils.Call("map.containsKey", cellRef, "term"), PfaUtils.Index(cellRef, "term"), -1)); 983return PfaUtils.If(PfaUtils.Call("map.containsKey", cellRef, srcToken), PfaUtils.Index(cellRef, srcToken), -1);