1 write to ColMapNewToOld
Microsoft.ML.Data (1)
Transforms\OneToOneTransformerBase.cs (1)
101
ColMapNewToOld
= new Dictionary<int, int>();
15 references to ColMapNewToOld
Microsoft.ML.Data (15)
Transforms\FeatureContributionCalculationTransformer.cs (1)
210
return Utils.MarshalInvoke(_getValueGetterMethodInfo, this, _featureColumnType.RawType, input,
ColMapNewToOld
[iinfo]);
Transforms\KeyToValue.cs (6)
177
meta.Add(InputSchema[
ColMapNewToOld
[i]].Annotations, name => name == AnnotationUtils.Kinds.SlotNames);
229
var typeSrc = schema[
ColMapNewToOld
[iinfo]].Type;
230
var typeVals = schema[
ColMapNewToOld
[iinfo]].Annotations.Schema.GetColumnOrNull(AnnotationUtils.Kinds.KeyValues)?.Type;
259
InputSchema[
ColMapNewToOld
[iinfo]].GetKeyValues(ref keyMetadata);
366
var column = input.Schema[Parent.
ColMapNewToOld
[InfoIndex]];
488
var srcType = Parent.InputSchema[Parent.
ColMapNewToOld
[InfoIndex]].Type;
Transforms\Normalizer.cs (2)
747
builder.Add(InputSchema[
ColMapNewToOld
[iinfo]].Annotations, name => name == AnnotationUtils.Kinds.SlotNames);
759
return _parent.Columns[iinfo].ColumnFunction.GetGetter(input,
ColMapNewToOld
[iinfo]);
Transforms\OneToOneTransformerBase.cs (2)
105
ColMapNewToOld
.Add(i, srcCol);
112
foreach (var pair in
ColMapNewToOld
)
Transforms\TypeConverting.cs (3)
442
builder.Add(InputSchema[
ColMapNewToOld
[i]].Annotations, name => name == AnnotationUtils.Kinds.SlotNames);
452
builder.Add(InputSchema[
ColMapNewToOld
[i]].Annotations, name => name == AnnotationUtils.Kinds.KeyValues);
456
builder.Add(InputSchema[
ColMapNewToOld
[i]].Annotations, name => name == AnnotationUtils.Kinds.IsNormalized);
Transforms\ValueMapping.cs (1)
1054
return _valueMap.GetGetter(input,
ColMapNewToOld
[iinfo]);