14 references to CommonInputs
Microsoft.ML.Data (14)
EntryPoints\EntryPointNode.cs (6)
83
type == typeof(
CommonInputs
.IEvaluatorInput) ||
187
if (variableType == typeof(
CommonInputs
.IEvaluatorInput))
503
SetColumnArgument(ch, inputInstance, "LabelColumnName", label, "label", typeof(
CommonInputs
.ITrainerInputWithLabel));
504
SetColumnArgument(ch, inputInstance, "RowGroupColumnName", group, "group Id", typeof(
CommonInputs
.ITrainerInputWithGroupId));
505
SetColumnArgument(ch, inputInstance, "ExampleWeightColumnName", weight, "weight", typeof(
CommonInputs
.ITrainerInputWithWeight), typeof(
CommonInputs
.IUnsupervisedTrainerWithWeight));
EntryPoints\InputBase.cs (1)
27
[TlcModule.EntryPointKind(typeof(
CommonInputs
.IEvaluatorInput))]
Prediction\Calibrator.cs (1)
2127
[TlcModule.EntryPointKind(typeof(
CommonInputs
.ICalibratorInput))]
Training\TrainerInputBase.cs (5)
15
[TlcModule.EntryPointKind(typeof(
CommonInputs
.ITrainerInput))]
55
[TlcModule.EntryPointKind(typeof(
CommonInputs
.ITrainerInputWithLabel))]
71
[TlcModule.EntryPointKind(typeof(
CommonInputs
.ITrainerInputWithWeight))]
86
[TlcModule.EntryPointKind(typeof(
CommonInputs
.IUnsupervisedTrainerWithWeight))]
101
[TlcModule.EntryPointKind(typeof(
CommonInputs
.ITrainerInputWithGroupId))]
Transforms\TransformInputBase.cs (1)
13
[TlcModule.EntryPointKind(typeof(
CommonInputs
.ITransformInput))]