84 instantiations of EntryPointModule
Microsoft.ML.Data (16)
EntryPoints\SelectRows.cs (1)
9[assembly: EntryPointModule(typeof(SelectRows))]
EntryPoints\SummarizePredictor.cs (1)
14[assembly: EntryPointModule(typeof(SummarizePredictor))]
Prediction\Calibrator.cs (4)
79[assembly: EntryPointModule(typeof(FixedPlattCalibratorTrainer.Arguments))] 80[assembly: EntryPointModule(typeof(NaiveCalibratorTrainerFactory))] 81[assembly: EntryPointModule(typeof(PavCalibratorTrainerFactory))] 82[assembly: EntryPointModule(typeof(PlattCalibratorTrainerFactory))]
Transforms\BootstrapSamplingTransformer.cs (1)
21[assembly: EntryPointModule(typeof(BootstrapSample))]
Transforms\GenerateNumberTransform.cs (1)
22[assembly: EntryPointModule(typeof(RandomNumberGenerator))]
Transforms\TypeConverting.cs (1)
30[assembly: EntryPointModule(typeof(TypeConversion))]
Utils\LossFunctions.cs (7)
34[assembly: EntryPointModule(typeof(ExpLoss.Options))] 35[assembly: EntryPointModule(typeof(LogLossFactory))] 36[assembly: EntryPointModule(typeof(HingeLoss.Options))] 37[assembly: EntryPointModule(typeof(PoissonLossFactory))] 38[assembly: EntryPointModule(typeof(SmoothedHingeLoss.Options))] 39[assembly: EntryPointModule(typeof(SquaredLossFactory))] 40[assembly: EntryPointModule(typeof(TweedieLoss.Options))]
Microsoft.ML.Ensemble (29)
EntryPoints\DiversityMeasure.cs (3)
9[assembly: EntryPointModule(typeof(DisagreementDiversityFactory))] 10[assembly: EntryPointModule(typeof(RegressionDisagreementDiversityFactory))] 11[assembly: EntryPointModule(typeof(MultiDisagreementDiversityFactory))]
EntryPoints\FeatureSelector.cs (2)
9[assembly: EntryPointModule(typeof(AllFeatureSelectorFactory))] 10[assembly: EntryPointModule(typeof(RandomFeatureSelector))]
EntryPoints\OutputCombiner.cs (11)
9[assembly: EntryPointModule(typeof(AverageFactory))] 10[assembly: EntryPointModule(typeof(MedianFactory))] 11[assembly: EntryPointModule(typeof(MultiAverage))] 12[assembly: EntryPointModule(typeof(MultiMedian))] 13[assembly: EntryPointModule(typeof(MultiStacking))] 14[assembly: EntryPointModule(typeof(MultiVotingFactory))] 15[assembly: EntryPointModule(typeof(MultiWeightedAverage))] 16[assembly: EntryPointModule(typeof(RegressionStacking))] 17[assembly: EntryPointModule(typeof(Stacking))] 18[assembly: EntryPointModule(typeof(VotingFactory))] 19[assembly: EntryPointModule(typeof(WeightedAverage))]
EntryPoints\PipelineEnsemble.cs (1)
11[assembly: EntryPointModule(typeof(PipelineEnsemble))]
EntryPoints\SubModelSelector.cs (8)
9[assembly: EntryPointModule(typeof(AllSelectorFactory))] 10[assembly: EntryPointModule(typeof(AllSelectorMulticlassFactory))] 11[assembly: EntryPointModule(typeof(BestDiverseSelectorBinary))] 12[assembly: EntryPointModule(typeof(BestDiverseSelectorMulticlass))] 13[assembly: EntryPointModule(typeof(BestDiverseSelectorRegression))] 14[assembly: EntryPointModule(typeof(BestPerformanceRegressionSelector))] 15[assembly: EntryPointModule(typeof(BestPerformanceSelector))] 16[assembly: EntryPointModule(typeof(BestPerformanceSelectorMulticlass))]
Selector\SubsetSelector\AllInstanceSelector.cs (1)
16[assembly: EntryPointModule(typeof(AllInstanceSelector))]
Selector\SubsetSelector\BootstrapSelector.cs (1)
18[assembly: EntryPointModule(typeof(BootstrapSelector))]
Selector\SubsetSelector\RandomPartitionSelector.cs (1)
18[assembly: EntryPointModule(typeof(RandomPartitionSelector))]
Trainer\EnsembleModelParameters.cs (1)
16[assembly: EntryPointModule(typeof(EnsembleModelParameters))]
Microsoft.ML.EntryPoints (1)
MacroUtils.cs (1)
11[assembly: EntryPointModule(typeof(MacroUtils))]
Microsoft.ML.FastTree (15)
FastTreeArguments.cs (4)
13[assembly: EntryPointModule(typeof(FastTreeBinaryTrainer.Options))] 14[assembly: EntryPointModule(typeof(FastTreeRegressionTrainer.Options))] 15[assembly: EntryPointModule(typeof(FastTreeTweedieTrainer.Options))] 16[assembly: EntryPointModule(typeof(FastTreeRankingTrainer.Options))]
Training\EarlyStoppingCriteria.cs (10)
18[assembly: EntryPointModule(typeof(TolerantEarlyStoppingRule))] 19[assembly: EntryPointModule(typeof(GeneralityLossRule))] 20[assembly: EntryPointModule(typeof(LowProgressRule))] 21[assembly: EntryPointModule(typeof(GeneralityToProgressRatioRule))] 22[assembly: EntryPointModule(typeof(ConsecutiveGeneralityLossRule))] 24[assembly: EntryPointModule(typeof(TolerantEarlyStoppingRule.Options))] 25[assembly: EntryPointModule(typeof(GeneralityLossRule.Options))] 26[assembly: EntryPointModule(typeof(LowProgressRule.Options))] 27[assembly: EntryPointModule(typeof(GeneralityToProgressRatioRule.Options))] 28[assembly: EntryPointModule(typeof(ConsecutiveGeneralityLossRule.Options))]
Training\Parallel\SingleTrainer.cs (1)
15[assembly: EntryPointModule(typeof(SingleTrainerFactory))]
Microsoft.ML.LightGbm (4)
LightGbmArguments.cs (3)
21[assembly: EntryPointModule(typeof(GradientBooster.Options))] 22[assembly: EntryPointModule(typeof(DartBooster.Options))] 23[assembly: EntryPointModule(typeof(GossBooster.Options))]
Parallel\SingleTrainer.cs (1)
13[assembly: EntryPointModule(typeof(Microsoft.ML.Trainers.LightGbm.SingleTrainerFactory))]
Microsoft.ML.OnnxTransformer (1)
OnnxTransform.cs (1)
33[assembly: EntryPointModule(typeof(OnnxTransformer))]
Microsoft.ML.Parquet (2)
PartitionedPathParser.cs (2)
28[assembly: EntryPointModule(typeof(SimplePartitionedPathParser.Arguments))] 29[assembly: EntryPointModule(typeof(ParquetPartitionedPathParserFactory))]
Microsoft.ML.StandardTrainers (1)
Standard\MulticlassClassification\OneVersusAllTrainer.cs (1)
34[assembly: EntryPointModule(typeof(OneVersusAllModelParameters))]
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
37[assembly: EntryPointModule(typeof(TensorFlowTransformer))]
Microsoft.ML.TimeSeries (1)
TimeSeriesProcessing.cs (1)
9[assembly: EntryPointModule(typeof(TimeSeriesProcessingEntryPoints))]
Microsoft.ML.Transforms (13)
Dracula\CMCountTable.cs (1)
25[assembly: EntryPointModule(typeof(CMCountTableBuilder.Options))]
Dracula\CountTableTransformer.cs (1)
30[assembly: EntryPointModule(typeof(CountTable))]
Dracula\CountTargetEncodingTransformer.cs (1)
21[assembly: EntryPointModule(typeof(CountTargetEncoder))]
Dracula\DictCountTable.cs (1)
25[assembly: EntryPointModule(typeof(DictCountTableBuilder.Arguments))]
GcnTransform.cs (1)
34[assembly: EntryPointModule(typeof(LpNormNormalization))]
GroupTransform.cs (1)
23[assembly: EntryPointModule(typeof(Microsoft.ML.Transforms.GroupingOperations))]
HashJoiningTransform.cs (1)
24[assembly: EntryPointModule(typeof(HashJoin))]
NAHandling.cs (1)
9[assembly: EntryPointModule(typeof(NAHandling))]
OptionalColumnTransform.cs (1)
27[assembly: EntryPointModule(typeof(OptionalColumnTransform))]
Text\StopWordsRemovingTransformer.cs (2)
46[assembly: EntryPointModule(typeof(PredefinedStopWordsRemoverFactory))] 47[assembly: EntryPointModule(typeof(CustomStopWordsRemovingTransformer.LoaderArguments))]
Text\WordBagTransform.cs (1)
24[assembly: EntryPointModule(typeof(NgramExtractorTransform.NgramExtractorArguments))]
Text\WordHashBagProducingTransform.cs (1)
22[assembly: EntryPointModule(typeof(NgramHashExtractingTransformer.NgramHashExtractorArguments))]