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