22 references to EntryPointKind
Microsoft.ML.Data (21)
EntryPoints\CommonOutputs.cs (13)
19
[TlcModule.
EntryPointKind
(typeof(ITransformOutput))]
42
[TlcModule.
EntryPointKind
(typeof(ITrainerOutput))]
52
[TlcModule.
EntryPointKind
(typeof(ICalibratorOutput))]
67
[TlcModule.
EntryPointKind
(typeof(IBinaryClassificationOutput))]
82
[TlcModule.
EntryPointKind
(typeof(IMulticlassClassificationOutput))]
97
[TlcModule.
EntryPointKind
(typeof(IRegressionOutput))]
112
[TlcModule.
EntryPointKind
(typeof(IMultiRegressionOutput))]
127
[TlcModule.
EntryPointKind
(typeof(IClusteringOutput))]
142
[TlcModule.
EntryPointKind
(typeof(IAnomalyDetectionOutput))]
157
[TlcModule.
EntryPointKind
(typeof(IRankingOutput))]
172
[TlcModule.
EntryPointKind
(typeof(ISequencePredictionOutput))]
212
[TlcModule.
EntryPointKind
(typeof(IEvaluatorOutput))]
228
[TlcModule.
EntryPointKind
(typeof(IClassificationEvaluatorOutput))]
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))]
Microsoft.ML.FastTree (1)
TreeEnsembleFeaturizer.cs (1)
560
[TlcModule.
EntryPointKind
(typeof(CommonInputs.IFeaturizerInput))]