13 references to LambdaColumnMapper
Microsoft.ML.Core.Tests (1)
UnitTests\TestEntryPoints.cs (1)
1793
dataView =
LambdaColumnMapper
.Create(Env, "TextToBinaryLabel", dataView, "Label", "Label",
Microsoft.ML.Data (9)
Evaluators\EvaluatorUtils.cs (7)
379
return
LambdaColumnMapper
.Create(env, registrationName, input, inputColName, outputColName, typeSrc, TextDataViewType.Instance,
413
return
LambdaColumnMapper
.Create(env, registrationName, input, inputColName, outputColName, typeSrc,
548
views[i] =
LambdaColumnMapper
.Create(env, "ReconciledSlotNames", views[i],
632
views[i] =
LambdaColumnMapper
.Create(env, "ReconcileKeyValues", views[i], columnName, columnName,
663
views[i] =
LambdaColumnMapper
.Create(env, "ReconcileKeyValues", views[i], columnName, columnName,
733
views[i] =
LambdaColumnMapper
.Create(env, "ReconcileKeyValues", views[i], columnName, columnName,
986
return
LambdaColumnMapper
.Create(env, "ChangeToVarLength", idv, variableSizeVectorColumnName,
Evaluators\MulticlassClassificationEvaluator.cs (1)
1063
perInst =
LambdaColumnMapper
.Create(Host, "ConvertToDouble", perInst, labelName,
Evaluators\QuantileRegressionEvaluator.cs (1)
521
output =
LambdaColumnMapper
.Create(Host, "Quantile Regression", output, name, name, type, NumberDataViewType.Double,
Microsoft.ML.Ensemble (1)
EnsembleUtils.cs (1)
35
var view =
LambdaColumnMapper
.Create(
Microsoft.ML.FastTree (1)
TreeEnsembleFeaturizer.cs (1)
789
return
LambdaColumnMapper
.Create(env, "Key to Float Mapper", input, col, col, type, NumberDataViewType.Single, mapper);
Microsoft.ML.StandardTrainers (1)
Standard\MulticlassClassification\MetaMulticlassTrainer.cs (1)
104
return
LambdaColumnMapper
.Create(Host, "Label mapper", data.Data,