587 instantiations of LoadableClassAttribute
Microsoft.ML.Data (181)
Commands\CrossValidationCommand.cs (1)
19
[assembly:
LoadableClass
(typeof(CrossValidationCommand), typeof(CrossValidationCommand.Arguments), typeof(SignatureCommand),
Commands\EvaluateCommand.cs (2)
15
[assembly:
LoadableClass
(EvaluateTransform.Summary, typeof(IDataTransform), typeof(EvaluateTransform), typeof(EvaluateTransform.Arguments), typeof(SignatureDataTransform),
18
[assembly:
LoadableClass
(EvaluateCommand.Summary, typeof(EvaluateCommand), typeof(EvaluateCommand.Arguments), typeof(SignatureCommand),
Commands\SaveDataCommand.cs (2)
18
[assembly:
LoadableClass
(SaveDataCommand.Summary, typeof(SaveDataCommand), typeof(SaveDataCommand.Arguments), typeof(SignatureCommand),
21
[assembly:
LoadableClass
(ShowDataCommand.Summary, typeof(ShowDataCommand), typeof(ShowDataCommand.Arguments), typeof(SignatureCommand),
Commands\SavePredictorCommand.cs (1)
18
[assembly:
LoadableClass
(SavePredictorCommand.Summary, typeof(SavePredictorCommand), typeof(SavePredictorCommand.Arguments), typeof(SignatureCommand),
Commands\ScoreCommand.cs (1)
16
[assembly:
LoadableClass
(ScoreCommand.Summary, typeof(ScoreCommand), typeof(ScoreCommand.Arguments), typeof(SignatureCommand),
Commands\ShowSchemaCommand.cs (1)
20
[assembly:
LoadableClass
(ShowSchemaCommand.Summary, typeof(ShowSchemaCommand), typeof(ShowSchemaCommand.Arguments), typeof(SignatureCommand),
Commands\TestCommand.cs (1)
13
[assembly:
LoadableClass
(TestCommand.Summary, typeof(TestCommand), typeof(TestCommand.Arguments), typeof(SignatureCommand),
Commands\TrainCommand.cs (1)
20
[assembly:
LoadableClass
(TrainCommand.Summary, typeof(TrainCommand), typeof(TrainCommand.Arguments), typeof(SignatureCommand),
Commands\TrainTestCommand.cs (1)
15
[assembly:
LoadableClass
(TrainTestCommand.Summary, typeof(TrainTestCommand), typeof(TrainTestCommand.Arguments), typeof(SignatureCommand),
Commands\TypeInfoCommand.cs (1)
15
[assembly:
LoadableClass
(typeof(TypeInfoCommand), typeof(TypeInfoCommand.Arguments), typeof(SignatureCommand),
DataLoadSave\Binary\BinaryLoader.cs (3)
24
[assembly:
LoadableClass
(BinaryLoader.Summary, typeof(BinaryLoader), typeof(BinaryLoader.Arguments), typeof(SignatureDataLoader),
30
[assembly:
LoadableClass
(BinaryLoader.Summary, typeof(BinaryLoader), null, typeof(SignatureLoadDataLoader),
33
[assembly:
LoadableClass
(typeof(BinaryLoader.InfoCommand), typeof(BinaryLoader.InfoCommand.Arguments), typeof(SignatureCommand),
DataLoadSave\Binary\BinarySaver.cs (1)
21
[assembly:
LoadableClass
(BinarySaver.Summary, typeof(BinarySaver), typeof(BinarySaver.Arguments), typeof(SignatureDataSaver),
DataLoadSave\CompositeDataLoader.cs (1)
10
[assembly:
LoadableClass
(CompositeDataLoader<IMultiStreamSource, ITransformer>.Summary, typeof(CompositeDataLoader<IMultiStreamSource, ITransformer>), null, typeof(SignatureLoadModel),
DataLoadSave\Database\DatabaseLoader.cs (1)
16
[assembly:
LoadableClass
(DatabaseLoader.Summary, typeof(DatabaseLoader), null, typeof(SignatureLoadModel),
DataLoadSave\LegacyCompositeDataLoader.cs (2)
15
[assembly:
LoadableClass
(typeof(ILegacyDataLoader), typeof(LegacyCompositeDataLoader), typeof(LegacyCompositeDataLoader.Arguments), typeof(SignatureDataLoader),
18
[assembly:
LoadableClass
(typeof(ILegacyDataLoader), typeof(LegacyCompositeDataLoader), null, typeof(SignatureLoadDataLoader),
DataLoadSave\Text\TextLoader.cs (3)
16
[assembly:
LoadableClass
(TextLoader.Summary, typeof(ILegacyDataLoader), typeof(TextLoader), typeof(TextLoader.Options), typeof(SignatureDataLoader),
19
[assembly:
LoadableClass
(TextLoader.Summary, typeof(ILegacyDataLoader), typeof(TextLoader), null, typeof(SignatureLoadDataLoader),
22
[assembly:
LoadableClass
(TextLoader.Summary, typeof(TextLoader), null, typeof(SignatureLoadModel),
DataLoadSave\Text\TextSaver.cs (1)
17
[assembly:
LoadableClass
(TextSaver.Summary, typeof(TextSaver), typeof(TextSaver.Arguments), typeof(SignatureDataSaver),
DataLoadSave\TransformerChain.cs (1)
16
[assembly:
LoadableClass
(typeof(TransformerChain<ITransformer>), typeof(TransformerChain), null, typeof(SignatureLoadModel),
DataLoadSave\Transpose\TransposeLoader.cs (2)
19
[assembly:
LoadableClass
(TransposeLoader.Summary, typeof(TransposeLoader), typeof(TransposeLoader.Arguments), typeof(SignatureDataLoader),
22
[assembly:
LoadableClass
(TransposeLoader.Summary, typeof(TransposeLoader), null, typeof(SignatureLoadDataLoader),
DataLoadSave\Transpose\TransposeSaver.cs (1)
18
[assembly:
LoadableClass
(TransposeSaver.Summary, typeof(TransposeSaver), typeof(TransposeSaver.Arguments), typeof(SignatureDataSaver),
DataView\RowToRowMapperTransform.cs (1)
17
[assembly:
LoadableClass
(typeof(RowToRowMapperTransform), null, typeof(SignatureLoadDataTransform),
Dirty\ChooseColumnsByIndexTransform.cs (2)
14
[assembly:
LoadableClass
(typeof(ChooseColumnsByIndexTransform), typeof(ChooseColumnsByIndexTransform.Options), typeof(SignatureDataTransform),
17
[assembly:
LoadableClass
(typeof(ChooseColumnsByIndexTransform), null, typeof(SignatureLoadDataTransform),
EntryPoints\SchemaManipulation.cs (1)
11
[assembly:
LoadableClass
(typeof(void), typeof(SchemaManipulation), null, typeof(SignatureEntryPointModule), "SchemaManipulation")]
Evaluators\AnomalyDetectionEvaluator.cs (2)
17
[assembly:
LoadableClass
(typeof(AnomalyDetectionEvaluator), typeof(AnomalyDetectionEvaluator), typeof(AnomalyDetectionEvaluator.Arguments), typeof(SignatureEvaluator),
20
[assembly:
LoadableClass
(typeof(AnomalyDetectionMamlEvaluator), typeof(AnomalyDetectionMamlEvaluator), typeof(AnomalyDetectionMamlEvaluator.Arguments), typeof(SignatureMamlEvaluator),
Evaluators\BinaryClassifierEvaluator.cs (4)
16
[assembly:
LoadableClass
(typeof(BinaryClassifierEvaluator), typeof(BinaryClassifierEvaluator), typeof(BinaryClassifierEvaluator.Arguments), typeof(SignatureEvaluator),
19
[assembly:
LoadableClass
(typeof(BinaryClassifierMamlEvaluator), typeof(BinaryClassifierMamlEvaluator), typeof(BinaryClassifierMamlEvaluator.Arguments), typeof(SignatureMamlEvaluator),
23
[assembly:
LoadableClass
(typeof(BinaryPerInstanceEvaluator), null, typeof(SignatureLoadRowMapper),
26
[assembly:
LoadableClass
(typeof(void), typeof(Evaluate), null, typeof(SignatureEntryPointModule), "Evaluators")]
Evaluators\ClusteringEvaluator.cs (3)
17
[assembly:
LoadableClass
(typeof(ClusteringEvaluator), typeof(ClusteringEvaluator), typeof(ClusteringEvaluator.Arguments), typeof(SignatureEvaluator),
20
[assembly:
LoadableClass
(typeof(ClusteringMamlEvaluator), typeof(ClusteringMamlEvaluator), typeof(ClusteringMamlEvaluator.Arguments), typeof(SignatureMamlEvaluator),
24
[assembly:
LoadableClass
(typeof(ClusteringPerInstanceEvaluator), null, typeof(SignatureLoadRowMapper),
Evaluators\MulticlassClassificationEvaluator.cs (3)
17
[assembly:
LoadableClass
(typeof(MulticlassClassificationEvaluator), typeof(MulticlassClassificationEvaluator), typeof(MulticlassClassificationEvaluator.Arguments), typeof(SignatureEvaluator),
20
[assembly:
LoadableClass
(typeof(MulticlassClassificationMamlEvaluator), typeof(MulticlassClassificationMamlEvaluator), typeof(MulticlassClassificationMamlEvaluator.Arguments), typeof(SignatureMamlEvaluator),
24
[assembly:
LoadableClass
(typeof(MulticlassPerInstanceEvaluator), null, typeof(SignatureLoadRowMapper),
Evaluators\MultiOutputRegressionEvaluator.cs (3)
18
[assembly:
LoadableClass
(typeof(MultiOutputRegressionEvaluator), typeof(MultiOutputRegressionEvaluator), typeof(MultiOutputRegressionEvaluator.Arguments), typeof(SignatureEvaluator),
21
[assembly:
LoadableClass
(typeof(MultiOutputRegressionMamlEvaluator), typeof(MultiOutputRegressionMamlEvaluator), typeof(MultiOutputRegressionMamlEvaluator.Arguments), typeof(SignatureMamlEvaluator),
25
[assembly:
LoadableClass
(typeof(MultiOutputRegressionPerInstanceEvaluator), null, typeof(SignatureLoadRowMapper),
Evaluators\QuantileRegressionEvaluator.cs (3)
15
[assembly:
LoadableClass
(typeof(QuantileRegressionEvaluator), typeof(QuantileRegressionEvaluator), typeof(QuantileRegressionEvaluator.Arguments), typeof(SignatureEvaluator),
18
[assembly:
LoadableClass
(typeof(QuantileRegressionMamlEvaluator), typeof(QuantileRegressionMamlEvaluator), typeof(QuantileRegressionMamlEvaluator.Arguments), typeof(SignatureMamlEvaluator),
22
[assembly:
LoadableClass
(typeof(QuantileRegressionPerInstanceEvaluator), null, typeof(SignatureLoadRowMapper),
Evaluators\RankingEvaluator.cs (3)
18
[assembly:
LoadableClass
(typeof(RankingEvaluator), typeof(RankingEvaluator), typeof(RankingEvaluatorOptions), typeof(SignatureEvaluator),
21
[assembly:
LoadableClass
(typeof(RankingMamlEvaluator), typeof(RankingMamlEvaluator), typeof(RankingMamlEvaluator.Arguments), typeof(SignatureMamlEvaluator),
24
[assembly:
LoadableClass
(typeof(RankingPerInstanceTransform), null, typeof(SignatureLoadDataTransform),
Evaluators\RegressionEvaluator.cs (3)
14
[assembly:
LoadableClass
(typeof(RegressionEvaluator), typeof(RegressionEvaluator), typeof(RegressionEvaluator.Arguments), typeof(SignatureEvaluator),
17
[assembly:
LoadableClass
(typeof(RegressionMamlEvaluator), typeof(RegressionMamlEvaluator), typeof(RegressionMamlEvaluator.Arguments), typeof(SignatureMamlEvaluator),
21
[assembly:
LoadableClass
(typeof(RegressionPerInstanceEvaluator), null, typeof(SignatureLoadRowMapper),
Model\Pfa\SavePfaCommand.cs (1)
18
[assembly:
LoadableClass
(SavePfaCommand.Summary, typeof(SavePfaCommand), typeof(SavePfaCommand.Arguments), typeof(SignatureCommand),
Prediction\Calibrator.cs (12)
26
[assembly:
LoadableClass
(PlattCalibratorTrainer.Summary, typeof(PlattCalibratorTrainer), null, typeof(SignatureCalibrator),
31
[assembly:
LoadableClass
(FixedPlattCalibratorTrainer.Summary, typeof(FixedPlattCalibratorTrainer), typeof(FixedPlattCalibratorTrainer.Arguments), typeof(SignatureCalibrator),
36
[assembly:
LoadableClass
(PavCalibratorTrainer.Summary, typeof(PavCalibratorTrainer), null, typeof(SignatureCalibrator),
41
[assembly:
LoadableClass
(NaiveCalibratorTrainer.Summary, typeof(NaiveCalibratorTrainer), null, typeof(SignatureCalibrator),
48
[assembly:
LoadableClass
(typeof(PlattCalibrator), null, typeof(SignatureLoadModel),
53
[assembly:
LoadableClass
(typeof(IsotonicCalibrator), null, typeof(SignatureLoadModel),
58
[assembly:
LoadableClass
(typeof(NaiveCalibrator), null, typeof(SignatureLoadModel),
62
[assembly:
LoadableClass
(typeof(CalibratedModelParametersBase), typeof(ValueMapperCalibratedModelParameters<IPredictorProducing<float>, ICalibrator>), null, typeof(SignatureLoadModel),
66
[assembly:
LoadableClass
(typeof(CalibratedModelParametersBase), typeof(FeatureWeightsCalibratedModelParameters<IPredictorProducing<float>, ICalibrator>), null, typeof(SignatureLoadModel),
70
[assembly:
LoadableClass
(typeof(CalibratedModelParametersBase), typeof(ParameterMixingCalibratedModelParameters<IPredictorProducing<float>, ICalibrator>), null, typeof(SignatureLoadModel),
74
[assembly:
LoadableClass
(typeof(CalibratedModelParametersBase), typeof(SchemaBindableCalibratedModelParameters<IPredictorProducing<float>, ICalibrator>), null, typeof(SignatureLoadModel),
77
[assembly:
LoadableClass
(typeof(void), typeof(Calibrate), null, typeof(SignatureEntryPointModule), "Calibrate")]
Prediction\CalibratorCatalog.cs (3)
15
[assembly:
LoadableClass
(typeof(CalibratorTransformer<PlattCalibrator>), typeof(PlattCalibratorTransformer), null,
18
[assembly:
LoadableClass
(typeof(CalibratorTransformer<NaiveCalibrator>), typeof(NaiveCalibratorTransformer), null,
21
[assembly:
LoadableClass
(typeof(CalibratorTransformer<IsotonicCalibrator>), typeof(IsotonicCalibratorTransformer), null,
Scorers\BinaryClassifierScorer.cs (2)
15
[assembly:
LoadableClass
(typeof(BinaryClassifierScorer), typeof(BinaryClassifierScorer.Arguments), typeof(SignatureDataScorer),
19
[assembly:
LoadableClass
(typeof(BinaryClassifierScorer), null, typeof(SignatureLoadDataTransform),
Scorers\ClusteringScorer.cs (2)
14
[assembly:
LoadableClass
(typeof(ClusteringScorer), typeof(ClusteringScorer.Arguments), typeof(SignatureDataScorer),
17
[assembly:
LoadableClass
(typeof(ClusteringScorer), null, typeof(SignatureLoadDataTransform),
Scorers\FeatureContributionCalculation.cs (3)
19
[assembly:
LoadableClass
(typeof(IDataScorerTransform), typeof(FeatureContributionScorer), typeof(FeatureContributionScorer.Arguments),
22
[assembly:
LoadableClass
(typeof(ISchemaBindableMapper), typeof(FeatureContributionScorer), typeof(FeatureContributionScorer.Arguments),
25
[assembly:
LoadableClass
(typeof(ISchemaBindableMapper), typeof(FeatureContributionScorer), null, typeof(SignatureLoadModel),
Scorers\GenericScorer.cs (2)
13
[assembly:
LoadableClass
(typeof(GenericScorer), typeof(GenericScorer.Arguments), typeof(SignatureDataScorer),
16
[assembly:
LoadableClass
(typeof(GenericScorer), null, typeof(SignatureLoadDataTransform),
Scorers\MulticlassClassificationScorer.cs (3)
19
[assembly:
LoadableClass
(typeof(MulticlassClassificationScorer),
24
[assembly:
LoadableClass
(typeof(MulticlassClassificationScorer), null, typeof(SignatureLoadDataTransform),
27
[assembly:
LoadableClass
(typeof(ISchemaBindableMapper), typeof(MulticlassClassificationScorer.LabelNameBindableMapper), null, typeof(SignatureLoadModel),
Scorers\PredictionTransformer.cs (6)
14
[assembly:
LoadableClass
(typeof(ISingleFeaturePredictionTransformer<object>), typeof(BinaryPredictionTransformer), null, typeof(SignatureLoadModel),
17
[assembly:
LoadableClass
(typeof(ISingleFeaturePredictionTransformer<object>), typeof(MulticlassPredictionTransformer), null, typeof(SignatureLoadModel),
20
[assembly:
LoadableClass
(typeof(ISingleFeaturePredictionTransformer<object>), typeof(RegressionPredictionTransformer), null, typeof(SignatureLoadModel),
23
[assembly:
LoadableClass
(typeof(ISingleFeaturePredictionTransformer<object>), typeof(RankingPredictionTransformer), null, typeof(SignatureLoadModel),
26
[assembly:
LoadableClass
(typeof(AnomalyPredictionTransformer<IPredictorProducing<float>>), typeof(AnomalyPredictionTransformer), null, typeof(SignatureLoadModel),
29
[assembly:
LoadableClass
(typeof(ClusteringPredictionTransformer<IPredictorProducing<VBuffer<float>>>), typeof(ClusteringPredictionTransformer), null, typeof(SignatureLoadModel),
Scorers\QuantileRegressionScorer.cs (2)
13
[assembly:
LoadableClass
(typeof(IDataScorerTransform), typeof(QuantileRegressionScorerTransform), typeof(QuantileRegressionScorerTransform.Arguments),
16
[assembly:
LoadableClass
(typeof(ISchemaBindableMapper), typeof(QuantileRegressionScorerTransform), typeof(QuantileRegressionScorerTransform.Arguments),
Scorers\SchemaBindablePredictorWrapper.cs (3)
19
[assembly:
LoadableClass
(typeof(SchemaBindablePredictorWrapper), null, typeof(SignatureLoadModel),
22
[assembly:
LoadableClass
(typeof(SchemaBindableQuantileRegressionPredictor), null, typeof(SignatureLoadModel),
25
[assembly:
LoadableClass
(typeof(SchemaBindableBinaryPredictorWrapper), null, typeof(SignatureLoadModel),
Transforms\BootstrapSamplingTransformer.cs (2)
15
[assembly:
LoadableClass
(BootstrapSamplingTransformer.Summary, typeof(BootstrapSamplingTransformer), typeof(BootstrapSamplingTransformer.Options), typeof(SignatureDataTransform),
18
[assembly:
LoadableClass
(BootstrapSamplingTransformer.Summary, typeof(BootstrapSamplingTransformer), null, typeof(SignatureLoadDataTransform),
Transforms\ColumnConcatenatingTransformer.cs (4)
19
[assembly:
LoadableClass
(ColumnConcatenatingTransformer.Summary, typeof(IDataTransform), typeof(ColumnConcatenatingTransformer), typeof(ColumnConcatenatingTransformer.TaggedOptions), typeof(SignatureDataTransform),
22
[assembly:
LoadableClass
(ColumnConcatenatingTransformer.Summary, typeof(IDataTransform), typeof(ColumnConcatenatingTransformer), null, typeof(SignatureLoadDataTransform),
25
[assembly:
LoadableClass
(typeof(ColumnConcatenatingTransformer), null, typeof(SignatureLoadModel),
28
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(ColumnConcatenatingTransformer), null, typeof(SignatureLoadRowMapper),
Transforms\ColumnCopying.cs (4)
17
[assembly:
LoadableClass
(ColumnCopyingTransformer.Summary, typeof(IDataTransform), typeof(ColumnCopyingTransformer),
22
[assembly:
LoadableClass
(ColumnCopyingTransformer.Summary, typeof(IDataTransform), typeof(ColumnCopyingTransformer), null, typeof(SignatureLoadDataTransform),
25
[assembly:
LoadableClass
(ColumnCopyingTransformer.Summary, typeof(ColumnCopyingTransformer), null, typeof(SignatureLoadModel),
28
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(ColumnCopyingTransformer), null, typeof(SignatureLoadRowMapper),
Transforms\ColumnSelecting.cs (5)
16
[assembly:
LoadableClass
(ColumnSelectingTransformer.Summary, typeof(IDataTransform), typeof(ColumnSelectingTransformer),
20
[assembly:
LoadableClass
(ColumnSelectingTransformer.Summary, typeof(IDataView), typeof(ColumnSelectingTransformer), null, typeof(SignatureLoadDataTransform),
23
[assembly:
LoadableClass
(ColumnSelectingTransformer.Summary, typeof(ColumnSelectingTransformer), null, typeof(SignatureLoadModel),
27
[assembly:
LoadableClass
("", typeof(IDataView), typeof(ColumnSelectingTransformer), null, typeof(SignatureLoadDataTransform),
31
[assembly:
LoadableClass
("", typeof(IDataView), typeof(ColumnSelectingTransformer), null, typeof(SignatureLoadDataTransform),
Transforms\FeatureContributionCalculationTransformer.cs (3)
18
[assembly:
LoadableClass
(FeatureContributionCalculatingTransformer.Summary, typeof(FeatureContributionCalculatingTransformer), null, typeof(SignatureLoadModel),
21
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(FeatureContributionCalculatingTransformer), null, typeof(SignatureLoadRowMapper),
24
[assembly:
LoadableClass
(typeof(void), typeof(FeatureContributionEntryPoint), null, typeof(SignatureEntryPointModule), FeatureContributionCalculatingTransformer.LoaderSignature)]
Transforms\GenerateNumberTransform.cs (2)
16
[assembly:
LoadableClass
(GenerateNumberTransform.Summary, typeof(GenerateNumberTransform), typeof(GenerateNumberTransform.Options), typeof(SignatureDataTransform),
19
[assembly:
LoadableClass
(GenerateNumberTransform.Summary, typeof(GenerateNumberTransform), null, typeof(SignatureLoadDataTransform),
Transforms\Hashing.cs (4)
18
[assembly:
LoadableClass
(HashingTransformer.Summary, typeof(IDataTransform), typeof(HashingTransformer), typeof(HashingTransformer.Options), typeof(SignatureDataTransform),
21
[assembly:
LoadableClass
(HashingTransformer.Summary, typeof(IDataTransform), typeof(HashingTransformer), null, typeof(SignatureLoadDataTransform),
24
[assembly:
LoadableClass
(HashingTransformer.Summary, typeof(HashingTransformer), null, typeof(SignatureLoadModel),
27
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(HashingTransformer), null, typeof(SignatureLoadRowMapper),
Transforms\KeyToValue.cs (4)
20
[assembly:
LoadableClass
(typeof(IDataTransform), typeof(KeyToValueMappingTransformer), typeof(KeyToValueMappingTransformer.Options), typeof(SignatureDataTransform),
23
[assembly:
LoadableClass
(typeof(IDataTransform), typeof(KeyToValueMappingTransformer), null, typeof(SignatureLoadDataTransform),
26
[assembly:
LoadableClass
(typeof(KeyToValueMappingTransformer), null, typeof(SignatureLoadModel),
29
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(KeyToValueMappingTransformer), null, typeof(SignatureLoadRowMapper),
Transforms\KeyToVector.cs (4)
19
[assembly:
LoadableClass
(KeyToVectorMappingTransformer.Summary, typeof(IDataTransform), typeof(KeyToVectorMappingTransformer), typeof(KeyToVectorMappingTransformer.Options), typeof(SignatureDataTransform),
22
[assembly:
LoadableClass
(KeyToVectorMappingTransformer.Summary, typeof(IDataTransform), typeof(KeyToVectorMappingTransformer), null, typeof(SignatureLoadDataTransform),
25
[assembly:
LoadableClass
(KeyToVectorMappingTransformer.Summary, typeof(KeyToVectorMappingTransformer), null, typeof(SignatureLoadModel),
28
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(KeyToVectorMappingTransformer), null, typeof(SignatureLoadRowMapper),
Transforms\LabelConvertTransform.cs (2)
16
[assembly:
LoadableClass
(LabelConvertTransform.Summary, typeof(LabelConvertTransform), typeof(LabelConvertTransform.Arguments), typeof(SignatureDataTransform),
19
[assembly:
LoadableClass
(LabelConvertTransform.Summary, typeof(LabelConvertTransform), null, typeof(SignatureLoadDataTransform),
Transforms\LabelIndicatorTransform.cs (3)
15
[assembly:
LoadableClass
(typeof(LabelIndicatorTransform), typeof(LabelIndicatorTransform.Options), typeof(SignatureDataTransform),
17
[assembly:
LoadableClass
(typeof(LabelIndicatorTransform), null, typeof(SignatureLoadDataTransform), LabelIndicatorTransform.UserName,
19
[assembly:
LoadableClass
(typeof(void), typeof(LabelIndicatorTransform), null, typeof(SignatureEntryPointModule), LabelIndicatorTransform.LoadName)]
Transforms\NAFilter.cs (2)
17
[assembly:
LoadableClass
(NAFilter.Summary, typeof(NAFilter), typeof(NAFilter.Arguments), typeof(SignatureDataTransform),
22
[assembly:
LoadableClass
(NAFilter.Summary, typeof(NAFilter), null, typeof(SignatureLoadDataTransform),
Transforms\NopTransform.cs (2)
13
[assembly:
LoadableClass
(NopTransform.Summary, typeof(NopTransform), null, typeof(SignatureLoadDataTransform),
16
[assembly:
LoadableClass
(typeof(void), typeof(NopTransform), null, typeof(SignatureEntryPointModule), "NopTransform")]
Transforms\NormalizeColumn.cs (8)
20
[assembly:
LoadableClass
(NormalizeTransform.MinMaxNormalizerSummary, typeof(IDataTransform), typeof(NormalizeTransform), typeof(NormalizeTransform.MinMaxArguments), typeof(SignatureDataTransform),
23
[assembly:
LoadableClass
(NormalizeTransform.MeanVarNormalizerSummary, typeof(IDataTransform), typeof(NormalizeTransform), typeof(NormalizeTransform.MeanVarArguments), typeof(SignatureDataTransform),
26
[assembly:
LoadableClass
(NormalizeTransform.LogMeanVarNormalizerSummary, typeof(IDataTransform), typeof(NormalizeTransform), typeof(NormalizeTransform.LogMeanVarArguments), typeof(SignatureDataTransform),
29
[assembly:
LoadableClass
(NormalizeTransform.BinNormalizerSummary, typeof(IDataTransform), typeof(NormalizeTransform), typeof(NormalizeTransform.BinArguments), typeof(SignatureDataTransform),
32
[assembly:
LoadableClass
(NormalizeTransform.RobustScalingNormalizerSummary, typeof(IDataTransform), typeof(NormalizeTransform), typeof(NormalizeTransform.RobustScalingArguments), typeof(SignatureDataTransform),
35
[assembly:
LoadableClass
(typeof(NormalizeTransform.AffineColumnFunction), null, typeof(SignatureLoadColumnFunction),
38
[assembly:
LoadableClass
(typeof(NormalizeTransform.CdfColumnFunction), null, typeof(SignatureLoadColumnFunction),
41
[assembly:
LoadableClass
(NormalizeTransform.BinNormalizerSummary, typeof(NormalizeTransform.BinColumnFunction), null, typeof(SignatureLoadColumnFunction),
Transforms\Normalizer.cs (3)
19
[assembly:
LoadableClass
(typeof(NormalizingTransformer), null, typeof(SignatureLoadModel),
22
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(NormalizingTransformer), null, typeof(SignatureLoadRowMapper),
25
[assembly:
LoadableClass
(typeof(IDataTransform), typeof(NormalizingTransformer), null, typeof(SignatureLoadDataTransform),
Transforms\NormalizeUtils.cs (1)
16
[assembly:
LoadableClass
(typeof(void), typeof(Normalize), null, typeof(SignatureEntryPointModule), "Normalize")]
Transforms\RangeFilter.cs (2)
16
[assembly:
LoadableClass
(RangeFilter.Summary, typeof(RangeFilter), typeof(RangeFilter.Options), typeof(SignatureDataTransform),
19
[assembly:
LoadableClass
(RangeFilter.Summary, typeof(RangeFilter), null, typeof(SignatureLoadDataTransform),
Transforms\RowShufflingTransformer.cs (2)
18
[assembly:
LoadableClass
(RowShufflingTransformer.Summary, typeof(RowShufflingTransformer), typeof(RowShufflingTransformer.Options), typeof(SignatureDataTransform),
21
[assembly:
LoadableClass
(RowShufflingTransformer.Summary, typeof(RowShufflingTransformer), null, typeof(SignatureLoadDataTransform),
Transforms\SkipTakeFilter.cs (4)
14
[assembly:
LoadableClass
(SkipTakeFilter.SkipTakeFilterSummary, typeof(SkipTakeFilter), typeof(SkipTakeFilter.Options), typeof(SignatureDataTransform),
17
[assembly:
LoadableClass
(SkipTakeFilter.SkipFilterSummary, typeof(SkipTakeFilter), typeof(SkipTakeFilter.SkipOptions), typeof(SignatureDataTransform),
20
[assembly:
LoadableClass
(SkipTakeFilter.TakeFilterSummary, typeof(SkipTakeFilter), typeof(SkipTakeFilter.TakeOptions), typeof(SignatureDataTransform),
23
[assembly:
LoadableClass
(SkipTakeFilter.SkipTakeFilterSummary, typeof(SkipTakeFilter), null, typeof(SignatureLoadDataTransform),
Transforms\SlotsDroppingTransformer.cs (4)
19
[assembly:
LoadableClass
(SlotsDroppingTransformer.Summary, typeof(IDataTransform), typeof(SlotsDroppingTransformer), typeof(SlotsDroppingTransformer.Options), typeof(SignatureDataTransform),
22
[assembly:
LoadableClass
(SlotsDroppingTransformer.Summary, typeof(IDataTransform), typeof(SlotsDroppingTransformer), null, typeof(SignatureLoadDataTransform),
25
[assembly:
LoadableClass
(SlotsDroppingTransformer.Summary, typeof(SlotsDroppingTransformer), null, typeof(SignatureLoadModel),
28
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(SlotsDroppingTransformer), null, typeof(SignatureLoadRowMapper),
Transforms\TrainAndScoreTransformer.cs (2)
14
[assembly:
LoadableClass
(ScoringTransformer.Summary, typeof(IDataTransform), typeof(ScoringTransformer), typeof(ScoringTransformer.Arguments), typeof(SignatureDataTransform),
17
[assembly:
LoadableClass
(TrainAndScoreTransformer.Summary, typeof(IDataTransform), typeof(TrainAndScoreTransformer),
Transforms\TypeConverting.cs (4)
18
[assembly:
LoadableClass
(TypeConvertingTransformer.Summary, typeof(IDataTransform), typeof(TypeConvertingTransformer), typeof(TypeConvertingTransformer.Options), typeof(SignatureDataTransform),
21
[assembly:
LoadableClass
(TypeConvertingTransformer.Summary, typeof(IDataTransform), typeof(TypeConvertingTransformer), null, typeof(SignatureLoadDataTransform),
24
[assembly:
LoadableClass
(TypeConvertingTransformer.Summary, typeof(TypeConvertingTransformer), null, typeof(SignatureLoadModel),
27
[assembly:
LoadableClass
(TypeConvertingTransformer.Summary, typeof(IRowMapper), typeof(TypeConvertingTransformer), null, typeof(SignatureLoadRowMapper),
Transforms\ValueMapping.cs (4)
19
[assembly:
LoadableClass
(ValueMappingTransformer.Summary, typeof(IDataTransform), typeof(ValueMappingTransformer),
24
[assembly:
LoadableClass
(ValueMappingTransformer.Summary, typeof(IDataTransform), typeof(ValueMappingTransformer), null, typeof(SignatureLoadDataTransform),
27
[assembly:
LoadableClass
(ValueMappingTransformer.Summary, typeof(ValueMappingTransformer), null, typeof(SignatureLoadModel),
30
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(ValueMappingTransformer), null, typeof(SignatureLoadRowMapper),
Transforms\ValueToKeyMappingTransformer.cs (4)
22
[assembly:
LoadableClass
(ValueToKeyMappingTransformer.Summary, typeof(IDataTransform), typeof(ValueToKeyMappingTransformer),
26
[assembly:
LoadableClass
(ValueToKeyMappingTransformer.Summary, typeof(IDataTransform), typeof(ValueToKeyMappingTransformer), null, typeof(SignatureLoadDataTransform),
29
[assembly:
LoadableClass
(ValueToKeyMappingTransformer.Summary, typeof(ValueToKeyMappingTransformer), null, typeof(SignatureLoadModel),
32
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(ValueToKeyMappingTransformer), null, typeof(SignatureLoadRowMapper),
Utils\LossFunctions.cs (7)
13
[assembly:
LoadableClass
(LogLoss.Summary, typeof(LogLoss), null, typeof(SignatureClassificationLoss),
16
[assembly:
LoadableClass
(HingeLoss.Summary, typeof(HingeLoss), typeof(HingeLoss.Options), typeof(SignatureClassificationLoss),
19
[assembly:
LoadableClass
(SmoothedHingeLoss.Summary, typeof(SmoothedHingeLoss), typeof(SmoothedHingeLoss.Options), typeof(SignatureClassificationLoss),
22
[assembly:
LoadableClass
(ExpLoss.Summary, typeof(ExpLoss), typeof(ExpLoss.Options), typeof(SignatureClassificationLoss),
25
[assembly:
LoadableClass
(SquaredLoss.Summary, typeof(SquaredLoss), null, typeof(SignatureRegressionLoss),
28
[assembly:
LoadableClass
(PoissonLoss.Summary, typeof(PoissonLoss), null, typeof(SignatureRegressionLoss),
31
[assembly:
LoadableClass
(TweedieLoss.Summary, typeof(TweedieLoss), typeof(TweedieLoss.Options), typeof(SignatureRegressionLoss),
Microsoft.ML.Ensemble (50)
EntryPoints\CreateEnsemble.cs (1)
17
[assembly:
LoadableClass
(typeof(void), typeof(EnsembleCreator), null, typeof(SignatureEntryPointModule), "CreateEnsemble")]
EntryPoints\Ensemble.cs (1)
10
[assembly:
LoadableClass
(typeof(void), typeof(Ensemble), null, typeof(SignatureEntryPointModule), "TrainEnsemble")]
OutputCombiners\Average.cs (2)
10
[assembly:
LoadableClass
(typeof(Average), null, typeof(SignatureCombiner), Average.UserName)]
11
[assembly:
LoadableClass
(typeof(Average), null, typeof(SignatureLoadModel), Average.UserName, Average.LoaderSignature)]
OutputCombiners\Median.cs (2)
11
[assembly:
LoadableClass
(typeof(Median), null, typeof(SignatureCombiner), Median.UserName, Median.LoadName)]
12
[assembly:
LoadableClass
(typeof(Median), null, typeof(SignatureLoadModel), Median.UserName, Median.LoaderSignature)]
OutputCombiners\MultiAverage.cs (2)
12
[assembly:
LoadableClass
(typeof(MultiAverage), typeof(MultiAverage.Options), typeof(SignatureCombiner),
14
[assembly:
LoadableClass
(typeof(MultiAverage), null, typeof(SignatureLoadModel), Average.UserName,
OutputCombiners\MultiMedian.cs (2)
13
[assembly:
LoadableClass
(typeof(MultiMedian), typeof(MultiMedian.Options), typeof(SignatureCombiner),
15
[assembly:
LoadableClass
(typeof(MultiMedian), null, typeof(SignatureLoadModel), Median.UserName, MultiMedian.LoaderSignature)]
OutputCombiners\MultiStacking.cs (2)
14
[assembly:
LoadableClass
(typeof(MultiStacking), typeof(MultiStacking.Arguments), typeof(SignatureCombiner),
17
[assembly:
LoadableClass
(typeof(MultiStacking), null, typeof(SignatureLoadModel),
OutputCombiners\MultiVoting.cs (2)
13
[assembly:
LoadableClass
(typeof(MultiVoting), null, typeof(SignatureCombiner), Voting.UserName, MultiVoting.LoadName)]
14
[assembly:
LoadableClass
(typeof(MultiVoting), null, typeof(SignatureLoadModel), Voting.UserName, MultiVoting.LoaderSignature)]
OutputCombiners\MultiWeightedAverage.cs (2)
14
[assembly:
LoadableClass
(typeof(MultiWeightedAverage), typeof(MultiWeightedAverage.Options), typeof(SignatureCombiner),
17
[assembly:
LoadableClass
(typeof(MultiWeightedAverage), null, typeof(SignatureLoadModel),
OutputCombiners\RegressionStacking.cs (2)
12
[assembly:
LoadableClass
(typeof(RegressionStacking), typeof(RegressionStacking.Arguments), typeof(SignatureCombiner),
15
[assembly:
LoadableClass
(typeof(RegressionStacking), null, typeof(SignatureLoadModel),
OutputCombiners\Stacking.cs (2)
13
[assembly:
LoadableClass
(typeof(Stacking), typeof(Stacking.Arguments), typeof(SignatureCombiner), Stacking.UserName, Stacking.LoadName)]
14
[assembly:
LoadableClass
(typeof(Stacking), null, typeof(SignatureLoadModel), Stacking.UserName, Stacking.LoaderSignature)]
OutputCombiners\Voting.cs (2)
11
[assembly:
LoadableClass
(typeof(Voting), null, typeof(SignatureCombiner), Voting.UserName, Voting.LoadName)]
12
[assembly:
LoadableClass
(typeof(Voting), null, typeof(SignatureLoadModel), Voting.UserName, Voting.LoaderSignature)]
OutputCombiners\WeightedAverage.cs (2)
14
[assembly:
LoadableClass
(typeof(WeightedAverage), typeof(WeightedAverage.Options), typeof(SignatureCombiner),
17
[assembly:
LoadableClass
(typeof(WeightedAverage), null, typeof(SignatureLoadModel),
PipelineEnsemble.cs (1)
19
[assembly:
LoadableClass
(typeof(SchemaBindablePipelineEnsembleBase), null, typeof(SignatureLoadModel),
Selector\DiversityMeasure\DisagreementDiversityMeasure.cs (1)
9
[assembly:
LoadableClass
(typeof(DisagreementDiversityMeasure), null, typeof(SignatureEnsembleDiversityMeasure),
Selector\DiversityMeasure\MultiDisagreementDiversityMeasure.cs (1)
11
[assembly:
LoadableClass
(typeof(MultiDisagreementDiversityMeasure), null, typeof(SignatureEnsembleDiversityMeasure),
Selector\DiversityMeasure\RegressionDisagreementDiversityMeasure.cs (1)
9
[assembly:
LoadableClass
(typeof(RegressionDisagreementDiversityMeasure), null, typeof(SignatureEnsembleDiversityMeasure),
Selector\FeatureSelector\AllFeatureSelector.cs (1)
11
[assembly:
LoadableClass
(typeof(AllFeatureSelector), null, typeof(SignatureEnsembleFeatureSelector),
Selector\FeatureSelector\RandomFeatureSelector.cs (1)
14
[assembly:
LoadableClass
(typeof(RandomFeatureSelector), typeof(RandomFeatureSelector.Arguments),
Selector\SubModelSelector\AllSelector.cs (1)
10
[assembly:
LoadableClass
(typeof(AllSelector), null, typeof(SignatureEnsembleSubModelSelector), AllSelector.UserName, AllSelector.LoadName)]
Selector\SubModelSelector\AllSelectorMulticlass.cs (1)
11
[assembly:
LoadableClass
(typeof(AllSelectorMulticlass), null, typeof(SignatureEnsembleSubModelSelector),
Selector\SubModelSelector\BestDiverseSelectorBinary.cs (1)
15
[assembly:
LoadableClass
(typeof(BestDiverseSelectorBinary), typeof(BestDiverseSelectorBinary.Arguments),
Selector\SubModelSelector\BestDiverseSelectorMulticlass.cs (1)
16
[assembly:
LoadableClass
(typeof(BestDiverseSelectorMulticlass), typeof(BestDiverseSelectorMulticlass.Arguments),
Selector\SubModelSelector\BestDiverseSelectorRegression.cs (1)
15
[assembly:
LoadableClass
(typeof(BestDiverseSelectorRegression), typeof(BestDiverseSelectorRegression.Arguments),
Selector\SubModelSelector\BestPerformanceRegressionSelector.cs (1)
14
[assembly:
LoadableClass
(typeof(BestPerformanceRegressionSelector), typeof(BestPerformanceRegressionSelector.Arguments),
Selector\SubModelSelector\BestPerformanceSelector.cs (1)
14
[assembly:
LoadableClass
(typeof(BestPerformanceSelector), typeof(BestPerformanceSelector.Arguments),
Selector\SubModelSelector\BestPerformanceSelectorMulticlass.cs (1)
14
[assembly:
LoadableClass
(typeof(BestPerformanceSelectorMulticlass), typeof(BestPerformanceSelectorMulticlass.Arguments),
Selector\SubsetSelector\AllInstanceSelector.cs (1)
13
[assembly:
LoadableClass
(typeof(AllInstanceSelector), typeof(AllInstanceSelector.Arguments),
Selector\SubsetSelector\BootstrapSelector.cs (1)
15
[assembly:
LoadableClass
(typeof(BootstrapSelector), typeof(BootstrapSelector.Arguments),
Selector\SubsetSelector\RandomPartitionSelector.cs (1)
15
[assembly:
LoadableClass
(typeof(RandomPartitionSelector), typeof(RandomPartitionSelector.Arguments),
Trainer\Binary\EnsembleTrainer.cs (2)
15
[assembly:
LoadableClass
(EnsembleTrainer.Summary, typeof(EnsembleTrainer), typeof(EnsembleTrainer.Arguments),
19
[assembly:
LoadableClass
(typeof(EnsembleTrainer), typeof(EnsembleTrainer.Arguments), typeof(SignatureModelCombiner),
Trainer\EnsembleDistributionModelParameters.cs (1)
16
[assembly:
LoadableClass
(typeof(EnsembleDistributionModelParameters), null, typeof(SignatureLoadModel),
Trainer\EnsembleModelParameters.cs (1)
13
[assembly:
LoadableClass
(typeof(EnsembleModelParameters), null, typeof(SignatureLoadModel), EnsembleModelParameters.UserName,
Trainer\Multiclass\EnsembleMulticlassModelParameters.cs (1)
12
[assembly:
LoadableClass
(typeof(EnsembleMulticlassModelParameters), null, typeof(SignatureLoadModel),
Trainer\Multiclass\MulticlassDataPartitionEnsembleTrainer.cs (2)
15
[assembly:
LoadableClass
(MulticlassDataPartitionEnsembleTrainer.Summary, typeof(MulticlassDataPartitionEnsembleTrainer),
21
[assembly:
LoadableClass
(typeof(MulticlassDataPartitionEnsembleTrainer), typeof(MulticlassDataPartitionEnsembleTrainer.Arguments),
Trainer\Regression\RegressionEnsembleTrainer.cs (2)
15
[assembly:
LoadableClass
(typeof(RegressionEnsembleTrainer), typeof(RegressionEnsembleTrainer.Arguments),
20
[assembly:
LoadableClass
(typeof(RegressionEnsembleTrainer), typeof(RegressionEnsembleTrainer.Arguments), typeof(SignatureModelCombiner),
Microsoft.ML.EntryPoints (12)
CrossValidationMacro.cs (1)
16
[assembly:
LoadableClass
(typeof(void), typeof(CrossValidationMacro), null, typeof(SignatureEntryPointModule), "CrossValidationMacro")]
CVSplit.cs (1)
12
[assembly:
LoadableClass
(typeof(void), typeof(CVSplit), null, typeof(SignatureEntryPointModule), "CVSplit")]
DataViewReference.cs (1)
10
[assembly:
LoadableClass
(typeof(void), typeof(DataViewReference), null, typeof(SignatureEntryPointModule), "DataViewReference")]
FeatureCombiner.cs (1)
17
[assembly:
LoadableClass
(typeof(void), typeof(FeatureCombiner), null, typeof(SignatureEntryPointModule), "FeatureCombiner")]
ImportTextData.cs (1)
11
[assembly:
LoadableClass
(typeof(void), typeof(ImportTextData), null, typeof(SignatureEntryPointModule), "ImportTextData")]
JsonUtils\ExecuteGraphCommand.cs (1)
18
[assembly:
LoadableClass
(typeof(ExecuteGraphCommand), typeof(ExecuteGraphCommand.Arguments), typeof(SignatureCommand),
ModelOperations.cs (1)
14
[assembly:
LoadableClass
(typeof(void), typeof(ModelOperations), null, typeof(SignatureEntryPointModule), "ModelOperations")]
OneVersusAllMacro.cs (1)
16
[assembly:
LoadableClass
(typeof(void), typeof(OneVersusAllMacro), null, typeof(SignatureEntryPointModule), "OneVersusAllMacro")]
PermutationFeatureImportance.cs (1)
15
[assembly:
LoadableClass
(typeof(void), typeof(PermutationFeatureImportanceEntryPoints), null, typeof(SignatureEntryPointModule), "PermutationFeatureImportance")]
ScoreModel.cs (1)
11
[assembly:
LoadableClass
(typeof(void), typeof(ScoreModel), null, typeof(SignatureEntryPointModule), "ScoreModel")]
TrainTestMacro.cs (1)
14
[assembly:
LoadableClass
(typeof(void), typeof(TrainTestMacro), null, typeof(SignatureEntryPointModule), "TrainTestMacro")]
TrainTestSplit.cs (1)
12
[assembly:
LoadableClass
(typeof(void), typeof(TrainTestSplit), null, typeof(SignatureEntryPointModule), "TrainTestSplit")]
Microsoft.ML.FastTree (34)
FastTreeClassification.cs (2)
16
[assembly:
LoadableClass
(FastTreeBinaryTrainer.Summary, typeof(FastTreeBinaryTrainer), typeof(FastTreeBinaryTrainer.Options),
35
[assembly:
LoadableClass
(typeof(IPredictorProducing<float>), typeof(FastTreeBinaryModelParameters), null, typeof(SignatureLoadModel),
FastTreeRanking.cs (3)
20
[assembly:
LoadableClass
(FastTreeRankingTrainer.Summary, typeof(FastTreeRankingTrainer), typeof(FastTreeRankingTrainer.Options),
33
[assembly:
LoadableClass
(typeof(FastTreeRankingModelParameters), null, typeof(SignatureLoadModel),
37
[assembly:
LoadableClass
(typeof(void), typeof(FastTree), null, typeof(SignatureEntryPointModule), "FastTree")]
FastTreeRegression.cs (2)
14
[assembly:
LoadableClass
(FastTreeRegressionTrainer.Summary, typeof(FastTreeRegressionTrainer), typeof(FastTreeRegressionTrainer.Options),
26
[assembly:
LoadableClass
(typeof(FastTreeRegressionModelParameters), null, typeof(SignatureLoadModel),
FastTreeTweedie.cs (2)
17
[assembly:
LoadableClass
(FastTreeTweedieTrainer.Summary, typeof(FastTreeTweedieTrainer), typeof(FastTreeTweedieTrainer.Options),
23
[assembly:
LoadableClass
(typeof(FastTreeTweedieModelParameters), null, typeof(SignatureLoadModel),
GamClassification.cs (2)
16
[assembly:
LoadableClass
(GamBinaryTrainer.Summary,
23
[assembly:
LoadableClass
(typeof(IPredictorProducing<float>), typeof(GamBinaryModelParameters), null, typeof(SignatureLoadModel),
GamModelParameters.cs (1)
21
[assembly:
LoadableClass
(typeof(GamModelParametersBase.VisualizationCommand), typeof(GamModelParametersBase.VisualizationCommand.Arguments), typeof(SignatureCommand),
GamRegression.cs (2)
13
[assembly:
LoadableClass
(GamRegressionTrainer.Summary,
20
[assembly:
LoadableClass
(typeof(GamRegressionModelParameters), null, typeof(SignatureLoadModel),
GamTrainer.cs (1)
18
[assembly:
LoadableClass
(typeof(void), typeof(Gam), null, typeof(SignatureEntryPointModule), "GAM")]
RandomForestClassification.cs (3)
20
[assembly:
LoadableClass
(FastForestBinaryTrainer.Summary, typeof(FastForestBinaryTrainer), typeof(FastForestBinaryTrainer.Options),
28
[assembly:
LoadableClass
(typeof(IPredictorProducing<float>), typeof(FastForestBinaryModelParameters), null, typeof(SignatureLoadModel),
32
[assembly:
LoadableClass
(typeof(void), typeof(FastForest), null, typeof(SignatureEntryPointModule), "FastForest")]
RandomForestRegression.cs (2)
20
[assembly:
LoadableClass
(FastForestRegressionTrainer.Summary, typeof(FastForestRegressionTrainer), typeof(FastForestRegressionTrainer.Options),
26
[assembly:
LoadableClass
(typeof(FastForestRegressionModelParameters), null, typeof(SignatureLoadModel),
SumupPerformanceCommand.cs (1)
22
[assembly:
LoadableClass
(typeof(SumupPerformanceCommand), typeof(SumupPerformanceCommand.Arguments), typeof(SignatureCommand),
Training\EarlyStoppingCriteria.cs (5)
12
[assembly:
LoadableClass
(typeof(TolerantEarlyStoppingRule), typeof(TolerantEarlyStoppingRule.Options), typeof(SignatureEarlyStoppingCriterion), "Tolerant (TR)", "tr")]
13
[assembly:
LoadableClass
(typeof(GeneralityLossRule), typeof(GeneralityLossRule.Options), typeof(SignatureEarlyStoppingCriterion), "Loss of Generality (GL)", "gl")]
14
[assembly:
LoadableClass
(typeof(LowProgressRule), typeof(LowProgressRule.Options), typeof(SignatureEarlyStoppingCriterion), "Low Progress (LP)", "lp")]
15
[assembly:
LoadableClass
(typeof(GeneralityToProgressRatioRule), typeof(GeneralityToProgressRatioRule.Options), typeof(SignatureEarlyStoppingCriterion), "Generality to Progress Ratio (PQ)", "pq")]
16
[assembly:
LoadableClass
(typeof(ConsecutiveGeneralityLossRule), typeof(ConsecutiveGeneralityLossRule.Options), typeof(SignatureEarlyStoppingCriterion), "Consecutive Loss in Generality (UP)", "up")]
Training\Parallel\SingleTrainer.cs (1)
12
[assembly:
LoadableClass
(typeof(SingleTrainer),
TreeEnsemble\TreeEnsembleCombiner.cs (1)
12
[assembly:
LoadableClass
(typeof(TreeEnsembleCombiner), null, typeof(SignatureModelCombiner), "Fast Tree Model Combiner", "FastTreeCombiner")]
TreeEnsembleFeaturizationTransformer.cs (1)
12
[assembly:
LoadableClass
(typeof(TreeEnsembleFeaturizationTransformer), typeof(TreeEnsembleFeaturizationTransformer),
TreeEnsembleFeaturizer.cs (5)
22
[assembly:
LoadableClass
(typeof(ISchemaBindableMapper), typeof(TreeEnsembleFeaturizerTransform), typeof(TreeEnsembleFeaturizerBindableMapper.Arguments),
25
[assembly:
LoadableClass
(typeof(IDataScorerTransform), typeof(TreeEnsembleFeaturizerTransform), typeof(TreeEnsembleFeaturizerBindableMapper.Arguments),
28
[assembly:
LoadableClass
(typeof(ISchemaBindableMapper), typeof(TreeEnsembleFeaturizerTransform), null, typeof(SignatureLoadModel),
31
[assembly:
LoadableClass
(TreeEnsembleFeaturizerTransform.TreeEnsembleSummary, typeof(IDataTransform), typeof(TreeEnsembleFeaturizerTransform),
35
[assembly:
LoadableClass
(typeof(void), typeof(TreeFeaturize), null, typeof(SignatureEntryPointModule), "TreeFeaturize")]
Microsoft.ML.ImageAnalytics (21)
EntryPoints\ImageAnalytics.cs (1)
11
[assembly:
LoadableClass
(typeof(void), typeof(ImageAnalyticsEntryPoints), null, typeof(SignatureEntryPointModule), "ImageAnalytics")]
ImageGrayscale.cs (4)
16
[assembly:
LoadableClass
(ImageGrayscalingTransformer.Summary, typeof(IDataTransform), typeof(ImageGrayscalingTransformer), typeof(ImageGrayscalingTransformer.Options), typeof(SignatureDataTransform),
19
[assembly:
LoadableClass
(ImageGrayscalingTransformer.Summary, typeof(IDataTransform), typeof(ImageGrayscalingTransformer), null, typeof(SignatureLoadDataTransform),
22
[assembly:
LoadableClass
(typeof(ImageGrayscalingTransformer), null, typeof(SignatureLoadModel),
25
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(ImageGrayscalingTransformer), null, typeof(SignatureLoadRowMapper),
ImageLoader.cs (4)
21
[assembly:
LoadableClass
(ImageLoadingTransformer.Summary, typeof(IDataTransform), typeof(ImageLoadingTransformer), typeof(ImageLoadingTransformer.Options), typeof(SignatureDataTransform),
24
[assembly:
LoadableClass
(ImageLoadingTransformer.Summary, typeof(IDataTransform), typeof(ImageLoadingTransformer), null, typeof(SignatureLoadDataTransform),
27
[assembly:
LoadableClass
(typeof(ImageLoadingTransformer), null, typeof(SignatureLoadModel), "", ImageLoadingTransformer.LoaderSignature)]
29
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(ImageLoadingTransformer), null, typeof(SignatureLoadRowMapper), "", ImageLoadingTransformer.LoaderSignature)]
ImagePixelExtractor.cs (4)
17
[assembly:
LoadableClass
(ImagePixelExtractingTransformer.Summary, typeof(IDataTransform), typeof(ImagePixelExtractingTransformer), typeof(ImagePixelExtractingTransformer.Options), typeof(SignatureDataTransform),
20
[assembly:
LoadableClass
(ImagePixelExtractingTransformer.Summary, typeof(IDataTransform), typeof(ImagePixelExtractingTransformer), null, typeof(SignatureLoadDataTransform),
23
[assembly:
LoadableClass
(typeof(ImagePixelExtractingTransformer), null, typeof(SignatureLoadModel),
26
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(ImagePixelExtractingTransformer), null, typeof(SignatureLoadRowMapper),
ImageResizer.cs (4)
17
[assembly:
LoadableClass
(ImageResizingTransformer.Summary, typeof(IDataTransform), typeof(ImageResizingTransformer), typeof(ImageResizingTransformer.Arguments),
20
[assembly:
LoadableClass
(ImageResizingTransformer.Summary, typeof(IDataTransform), typeof(ImageResizingTransformer), null, typeof(SignatureLoadDataTransform),
23
[assembly:
LoadableClass
(typeof(ImageResizingTransformer), null, typeof(SignatureLoadModel),
26
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(ImageResizingTransformer), null, typeof(SignatureLoadRowMapper),
VectorToImageTransform.cs (4)
17
[assembly:
LoadableClass
(VectorToImageConvertingTransformer.Summary, typeof(IDataTransform), typeof(VectorToImageConvertingTransformer), typeof(VectorToImageConvertingTransformer.Options), typeof(SignatureDataTransform),
20
[assembly:
LoadableClass
(VectorToImageConvertingTransformer.Summary, typeof(IDataTransform), typeof(VectorToImageConvertingTransformer), null, typeof(SignatureLoadDataTransform),
23
[assembly:
LoadableClass
(typeof(VectorToImageConvertingTransformer), null, typeof(SignatureLoadModel),
26
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(VectorToImageConvertingTransformer), null, typeof(SignatureLoadRowMapper),
Microsoft.ML.KMeansClustering (3)
KMeansModelParameters.cs (1)
17
[assembly:
LoadableClass
(typeof(KMeansModelParameters), null, typeof(SignatureLoadModel),
KMeansPlusPlusTrainer.cs (2)
19
[assembly:
LoadableClass
(KMeansTrainer.Summary, typeof(KMeansTrainer), typeof(KMeansTrainer.Options),
25
[assembly:
LoadableClass
(typeof(void), typeof(KMeansTrainer), null, typeof(SignatureEntryPointModule), "KMeans")]
Microsoft.ML.LightGbm (12)
LightGbmArguments.cs (3)
14
[assembly:
LoadableClass
(typeof(GradientBooster), typeof(GradientBooster.Options),
16
[assembly:
LoadableClass
(typeof(DartBooster), typeof(DartBooster.Options),
18
[assembly:
LoadableClass
(typeof(GossBooster), typeof(GossBooster.Options),
LightGbmBinaryTrainer.cs (3)
18
[assembly:
LoadableClass
(LightGbmBinaryTrainer.Summary, typeof(LightGbmBinaryTrainer), typeof(LightGbmBinaryTrainer.Options),
22
[assembly:
LoadableClass
(typeof(IPredictorProducing<float>), typeof(LightGbmBinaryModelParameters), null, typeof(SignatureLoadModel),
26
[assembly:
LoadableClass
(typeof(void), typeof(LightGbm), null, typeof(SignatureEntryPointModule), "LightGBM")]
LightGbmMulticlassTrainer.cs (1)
19
[assembly:
LoadableClass
(LightGbmMulticlassTrainer.Summary, typeof(LightGbmMulticlassTrainer), typeof(LightGbmMulticlassTrainer.Options),
LightGbmRankingTrainer.cs (2)
17
[assembly:
LoadableClass
(LightGbmRankingTrainer.UserName, typeof(LightGbmRankingTrainer), typeof(LightGbmRankingTrainer.Options),
21
[assembly:
LoadableClass
(typeof(LightGbmRankingModelParameters), null, typeof(SignatureLoadModel),
LightGbmRegressionTrainer.cs (2)
15
[assembly:
LoadableClass
(LightGbmRegressionTrainer.Summary, typeof(LightGbmRegressionTrainer), typeof(LightGbmRegressionTrainer.Options),
19
[assembly:
LoadableClass
(typeof(LightGbmRegressionModelParameters), null, typeof(SignatureLoadModel),
Parallel\SingleTrainer.cs (1)
10
[assembly:
LoadableClass
(typeof(Microsoft.ML.Trainers.LightGbm.SingleTrainer),
Microsoft.ML.Maml (4)
ChainCommand.cs (1)
12
[assembly:
LoadableClass
(ChainCommand.Summary, typeof(ChainCommand), typeof(ChainCommand.Arguments), typeof(SignatureCommand),
HelpCommand.cs (2)
20
[assembly:
LoadableClass
(HelpCommand.Summary, typeof(HelpCommand), typeof(HelpCommand.Arguments), typeof(SignatureCommand),
23
[assembly:
LoadableClass
(typeof(XmlGenerator), typeof(XmlGenerator.Arguments), typeof(SignatureModuleGenerator),
VersionCommand.cs (1)
11
[assembly:
LoadableClass
(VersionCommand.Summary, typeof(VersionCommand), null, typeof(SignatureCommand),
Microsoft.ML.Mkl.Components (9)
OlsLinearRegression.cs (3)
21
[assembly:
LoadableClass
(OlsTrainer.Summary, typeof(OlsTrainer), typeof(OlsTrainer.Options),
27
[assembly:
LoadableClass
(typeof(OlsModelParameters), null, typeof(SignatureLoadModel),
31
[assembly:
LoadableClass
(typeof(void), typeof(OlsTrainer), null, typeof(SignatureEntryPointModule), OlsTrainer.LoadNameValue)]
SymSgdClassificationTrainer.cs (2)
22
[assembly:
LoadableClass
(typeof(SymbolicSgdLogisticRegressionBinaryTrainer), typeof(SymbolicSgdLogisticRegressionBinaryTrainer.Options),
28
[assembly:
LoadableClass
(typeof(void), typeof(SymbolicSgdLogisticRegressionBinaryTrainer), null, typeof(SignatureEntryPointModule), SymbolicSgdLogisticRegressionBinaryTrainer.LoadNameValue)]
VectorWhitening.cs (4)
20
[assembly:
LoadableClass
(VectorWhiteningTransformer.Summary, typeof(IDataTransform), typeof(VectorWhiteningTransformer), typeof(VectorWhiteningTransformer.Options), typeof(SignatureDataTransform),
23
[assembly:
LoadableClass
(VectorWhiteningTransformer.Summary, typeof(IDataTransform), typeof(VectorWhiteningTransformer), null, typeof(SignatureLoadDataTransform),
26
[assembly:
LoadableClass
(VectorWhiteningTransformer.Summary, typeof(VectorWhiteningTransformer), null, typeof(SignatureLoadModel),
29
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(VectorWhiteningTransformer), null, typeof(SignatureLoadRowMapper),
Microsoft.ML.OnnxConverter (2)
SaveOnnxCommand.cs (2)
22
[assembly:
LoadableClass
(SaveOnnxCommand.Summary, typeof(SaveOnnxCommand), typeof(SaveOnnxCommand.Arguments), typeof(SignatureCommand),
25
[assembly:
LoadableClass
(typeof(void), typeof(SaveOnnxCommand), null, typeof(SignatureEntryPointModule), "SaveOnnx")]
Microsoft.ML.OnnxTransformer (4)
OnnxTransform.cs (4)
21
[assembly:
LoadableClass
(OnnxTransformer.Summary, typeof(IDataTransform), typeof(OnnxTransformer),
24
[assembly:
LoadableClass
(OnnxTransformer.Summary, typeof(IDataTransform), typeof(OnnxTransformer),
27
[assembly:
LoadableClass
(typeof(OnnxTransformer), null, typeof(SignatureLoadModel),
30
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(OnnxTransformer), null, typeof(SignatureLoadRowMapper),
Microsoft.ML.Parquet (8)
ParquetLoader.cs (2)
22
[assembly:
LoadableClass
(ParquetLoader.Summary, typeof(ParquetLoader), typeof(ParquetLoader.Arguments), typeof(SignatureDataLoader),
25
[assembly:
LoadableClass
(ParquetLoader.Summary, typeof(ParquetLoader), null, typeof(SignatureLoadDataLoader),
PartitionedFileLoader.cs (2)
20
[assembly:
LoadableClass
(PartitionedFileLoader.Summary, typeof(PartitionedFileLoader), typeof(PartitionedFileLoader.Arguments), typeof(SignatureDataLoader),
23
[assembly:
LoadableClass
(PartitionedFileLoader.Summary, typeof(PartitionedFileLoader), null, typeof(SignatureLoadDataLoader),
PartitionedPathParser.cs (4)
17
[assembly:
LoadableClass
(SimplePartitionedPathParser.Summary, typeof(SimplePartitionedPathParser), typeof(SimplePartitionedPathParser.Arguments), typeof(PartitionedPathParser),
19
[assembly:
LoadableClass
(ParquetPartitionedPathParser.Summary, typeof(ParquetPartitionedPathParser), null, typeof(PartitionedPathParser),
23
[assembly:
LoadableClass
(SimplePartitionedPathParser.Summary, typeof(SimplePartitionedPathParser), null, typeof(SignatureLoadModel),
25
[assembly:
LoadableClass
(ParquetPartitionedPathParser.Summary, typeof(ParquetPartitionedPathParser), null, typeof(SignatureLoadModel),
Microsoft.ML.PCA (8)
PcaTrainer.cs (3)
20
[assembly:
LoadableClass
(RandomizedPcaTrainer.Summary, typeof(RandomizedPcaTrainer), typeof(RandomizedPcaTrainer.Options),
26
[assembly:
LoadableClass
(typeof(PcaModelParameters), null, typeof(SignatureLoadModel),
29
[assembly:
LoadableClass
(typeof(void), typeof(RandomizedPcaTrainer), null, typeof(SignatureEntryPointModule), RandomizedPcaTrainer.LoadNameValue)]
PcaTransformer.cs (5)
19
[assembly:
LoadableClass
(PrincipalComponentAnalysisTransformer.Summary, typeof(IDataTransform), typeof(PrincipalComponentAnalysisTransformer), typeof(PrincipalComponentAnalysisTransformer.Options), typeof(SignatureDataTransform),
22
[assembly:
LoadableClass
(PrincipalComponentAnalysisTransformer.Summary, typeof(IDataTransform), typeof(PrincipalComponentAnalysisTransformer), null, typeof(SignatureLoadDataTransform),
25
[assembly:
LoadableClass
(PrincipalComponentAnalysisTransformer.Summary, typeof(PrincipalComponentAnalysisTransformer), null, typeof(SignatureLoadModel),
28
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(PrincipalComponentAnalysisTransformer), null, typeof(SignatureLoadRowMapper),
31
[assembly:
LoadableClass
(typeof(void), typeof(PrincipalComponentAnalysisTransformer), null, typeof(SignatureEntryPointModule), PrincipalComponentAnalysisTransformer.LoaderSignature)]
Microsoft.ML.Predictor.Tests (1)
TestParallelFasttreeInterface.cs (1)
14
[assembly:
LoadableClass
(typeof(FastTreeParallelInterfaceChecker),
Microsoft.ML.Recommender (3)
MatrixFactorizationPredictor.cs (2)
19
[assembly:
LoadableClass
(typeof(MatrixFactorizationModelParameters), null, typeof(SignatureLoadModel), "Matrix Factorization Predictor Executor", MatrixFactorizationModelParameters.LoaderSignature)]
21
[assembly:
LoadableClass
(typeof(MatrixFactorizationPredictionTransformer), typeof(MatrixFactorizationPredictionTransformer),
MatrixFactorizationTrainer.cs (1)
19
[assembly:
LoadableClass
(MatrixFactorizationTrainer.Summary, typeof(MatrixFactorizationTrainer), typeof(MatrixFactorizationTrainer.Options),
Microsoft.ML.StandardTrainers (42)
FactorizationMachine\FactorizationMachineTrainer.cs (2)
18
[assembly:
LoadableClass
(FieldAwareFactorizationMachineTrainer.Summary, typeof(FieldAwareFactorizationMachineTrainer),
23
[assembly:
LoadableClass
(typeof(void), typeof(FieldAwareFactorizationMachineTrainer), null, typeof(SignatureEntryPointModule), FieldAwareFactorizationMachineTrainer.LoadName)]
FactorizationMachine\FieldAwareFactorizationMachineModelParameters.cs (2)
17
[assembly:
LoadableClass
(typeof(FieldAwareFactorizationMachineModelParameters), null, typeof(SignatureLoadModel), "Field Aware Factorization Machine", FieldAwareFactorizationMachineModelParameters.LoaderSignature)]
19
[assembly:
LoadableClass
(typeof(FieldAwareFactorizationMachinePredictionTransformer), typeof(FieldAwareFactorizationMachinePredictionTransformer), null, typeof(SignatureLoadModel),
LdSvm\LdSvmModelParameters.cs (1)
14
[assembly:
LoadableClass
(typeof(LdSvmModelParameters), null, typeof(SignatureLoadModel), "LDSVM binary predictor", LdSvmModelParameters.LoaderSignature)]
LdSvm\LdSvmTrainer.cs (2)
19
[assembly:
LoadableClass
(LdSvmTrainer.Summary, typeof(LdSvmTrainer), typeof(LdSvmTrainer.Options),
25
[assembly:
LoadableClass
(typeof(void), typeof(LdSvmTrainer), null, typeof(SignatureEntryPointModule), LdSvmTrainer.LoadNameValue)]
Standard\LinearModelParameters.cs (3)
24
[assembly:
LoadableClass
(typeof(IPredictorProducing<float>), typeof(LinearBinaryModelParameters), null, typeof(SignatureLoadModel),
29
[assembly:
LoadableClass
(typeof(LinearRegressionModelParameters), null, typeof(SignatureLoadModel),
34
[assembly:
LoadableClass
(typeof(PoissonRegressionModelParameters), null, typeof(SignatureLoadModel),
Standard\LogisticRegression\LogisticRegression.cs (2)
18
[assembly:
LoadableClass
(LbfgsLogisticRegressionBinaryTrainer.Summary, typeof(LbfgsLogisticRegressionBinaryTrainer), typeof(LbfgsLogisticRegressionBinaryTrainer.Options),
25
[assembly:
LoadableClass
(typeof(void), typeof(LbfgsLogisticRegressionBinaryTrainer), null, typeof(SignatureEntryPointModule), LbfgsLogisticRegressionBinaryTrainer.LoadNameValue)]
Standard\LogisticRegression\MulticlassLogisticRegression.cs (4)
22
[assembly:
LoadableClass
(typeof(LbfgsMaximumEntropyMulticlassTrainer), typeof(LbfgsMaximumEntropyMulticlassTrainer.Options),
30
[assembly:
LoadableClass
(typeof(MaximumEntropyModelParameters), null, typeof(SignatureLoadModel),
34
[assembly:
LoadableClass
(typeof(LinearMulticlassModelParameters), null, typeof(SignatureLoadModel),
38
[assembly:
LoadableClass
(typeof(void), typeof(LbfgsMaximumEntropyMulticlassTrainer), null, typeof(SignatureEntryPointModule), LbfgsMaximumEntropyMulticlassTrainer.LoadNameValue)]
Standard\ModelStatistics.cs (2)
18
[assembly:
LoadableClass
(typeof(ModelStatisticsBase), typeof(LinearModelParameterStatistics), null, typeof(SignatureLoadModel),
23
[assembly:
LoadableClass
(typeof(ModelStatisticsBase), typeof(ModelStatisticsBase), null, typeof(SignatureLoadModel),
Standard\MulticlassClassification\MulticlassNaiveBayesTrainer.cs (3)
17
[assembly:
LoadableClass
(NaiveBayesMulticlassTrainer.Summary, typeof(NaiveBayesMulticlassTrainer), typeof(NaiveBayesMulticlassTrainer.Options),
23
[assembly:
LoadableClass
(typeof(NaiveBayesMulticlassModelParameters), null, typeof(SignatureLoadModel),
26
[assembly:
LoadableClass
(typeof(void), typeof(NaiveBayesMulticlassTrainer), null, typeof(SignatureEntryPointModule), NaiveBayesMulticlassTrainer.LoadName)]
Standard\MulticlassClassification\OneVersusAllTrainer.cs (2)
25
[assembly:
LoadableClass
(OneVersusAllTrainer.Summary, typeof(OneVersusAllTrainer), typeof(OneVersusAllTrainer.Options),
30
[assembly:
LoadableClass
(typeof(OneVersusAllModelParameters), null, typeof(SignatureLoadModel),
Standard\MulticlassClassification\PairwiseCouplingTrainer.cs (2)
16
[assembly:
LoadableClass
(PairwiseCouplingTrainer.Summary, typeof(PairwiseCouplingTrainer), typeof(PairwiseCouplingTrainer.Options),
20
[assembly:
LoadableClass
(typeof(PairwiseCouplingModelParameters), null, typeof(SignatureLoadModel),
Standard\Online\AveragedPerceptron.cs (2)
17
[assembly:
LoadableClass
(AveragedPerceptronTrainer.Summary, typeof(AveragedPerceptronTrainer), typeof(AveragedPerceptronTrainer.Options),
22
[assembly:
LoadableClass
(typeof(void), typeof(AveragedPerceptronTrainer), null, typeof(SignatureEntryPointModule), "AP")]
Standard\Online\LinearSvm.cs (2)
19
[assembly:
LoadableClass
(LinearSvmTrainer.Summary, typeof(LinearSvmTrainer), typeof(LinearSvmTrainer.Options),
25
[assembly:
LoadableClass
(typeof(void), typeof(LinearSvmTrainer), null, typeof(SignatureEntryPointModule), "LinearSvm")]
Standard\Online\OnlineGradientDescent.cs (2)
15
[assembly:
LoadableClass
(OnlineGradientDescentTrainer.Summary, typeof(OnlineGradientDescentTrainer), typeof(OnlineGradientDescentTrainer.Options),
22
[assembly:
LoadableClass
(typeof(void), typeof(OnlineGradientDescentTrainer), null, typeof(SignatureEntryPointModule), "OGD")]
Standard\PoissonRegression\PoissonRegression.cs (2)
15
[assembly:
LoadableClass
(LbfgsPoissonRegressionTrainer.Summary, typeof(LbfgsPoissonRegressionTrainer), typeof(LbfgsPoissonRegressionTrainer.Options),
23
[assembly:
LoadableClass
(typeof(void), typeof(LbfgsPoissonRegressionTrainer), null, typeof(SignatureEntryPointModule), LbfgsPoissonRegressionTrainer.LoadNameValue)]
Standard\SdcaBinary.cs (4)
26
[assembly:
LoadableClass
(typeof(LegacySdcaBinaryTrainer), typeof(LegacySdcaBinaryTrainer.Options),
34
[assembly:
LoadableClass
(typeof(LegacySgdBinaryTrainer), typeof(LegacySgdBinaryTrainer.Options),
40
[assembly:
LoadableClass
(typeof(void), typeof(Sdca), null, typeof(SignatureEntryPointModule), "SDCA")]
41
[assembly:
LoadableClass
(typeof(void), typeof(LegacySgdBinaryTrainer), null, typeof(SignatureEntryPointModule), LegacySgdBinaryTrainer.ShortName)]
Standard\SdcaMulticlass.cs (1)
19
[assembly:
LoadableClass
(SdcaMaximumEntropyMulticlassTrainer.Summary, typeof(SdcaMaximumEntropyMulticlassTrainer), typeof(SdcaMaximumEntropyMulticlassTrainer.Options),
Standard\SdcaRegression.cs (1)
16
[assembly:
LoadableClass
(SdcaRegressionTrainer.Summary, typeof(SdcaRegressionTrainer), typeof(SdcaRegressionTrainer.Options),
Standard\Simple\SimpleTrainers.cs (3)
15
[assembly:
LoadableClass
(PriorTrainer.Summary, typeof(PriorTrainer), typeof(PriorTrainer.Options),
23
[assembly:
LoadableClass
(typeof(RandomModelParameters), null, typeof(SignatureLoadModel),
27
[assembly:
LoadableClass
(typeof(PriorModelParameters), null, typeof(SignatureLoadModel),
Microsoft.ML.Sweeper (17)
Algorithms\Grid.cs (2)
13
[assembly:
LoadableClass
(typeof(RandomGridSweeper), typeof(RandomGridSweeper.Options), typeof(SignatureSweeper),
15
[assembly:
LoadableClass
(typeof(RandomGridSweeper), typeof(RandomGridSweeper.Options), typeof(SignatureSweeperFromParameterList),
Algorithms\KdoSweeper.cs (1)
15
[assembly:
LoadableClass
(typeof(KdoSweeper), typeof(KdoSweeper.Options), typeof(SignatureSweeper),
Algorithms\NelderMead.cs (1)
14
[assembly:
LoadableClass
(typeof(NelderMeadSweeper), typeof(NelderMeadSweeper.Options), typeof(SignatureSweeper),
Algorithms\Random.cs (2)
10
[assembly:
LoadableClass
(typeof(UniformRandomSweeper), typeof(SweeperBase.OptionsBase), typeof(SignatureSweeper),
12
[assembly:
LoadableClass
(typeof(UniformRandomSweeper), typeof(SweeperBase.OptionsBase), typeof(SignatureSweeperFromParameterList),
Algorithms\SmacSweeper.cs (1)
17
[assembly:
LoadableClass
(typeof(SmacSweeper), typeof(SmacSweeper.Options), typeof(SignatureSweeper),
AsyncSweeper.cs (3)
16
[assembly:
LoadableClass
(typeof(SimpleAsyncSweeper), typeof(SweeperBase.OptionsBase), typeof(SignatureAsyncSweeper),
18
[assembly:
LoadableClass
(typeof(SimpleAsyncSweeper), typeof(RandomGridSweeper.Options), typeof(SignatureAsyncSweeper),
20
[assembly:
LoadableClass
(typeof(DeterministicSweeperAsync), typeof(DeterministicSweeperAsync.Options), typeof(SignatureAsyncSweeper),
ConfigRunner.cs (1)
17
[assembly:
LoadableClass
(typeof(LocalExeConfigRunner), typeof(LocalExeConfigRunner.Options), typeof(SignatureConfigRunner),
Parameters.cs (3)
16
[assembly:
LoadableClass
(typeof(LongValueGenerator), typeof(LongParamOptions), typeof(SignatureSweeperParameter),
18
[assembly:
LoadableClass
(typeof(FloatValueGenerator), typeof(FloatParamOptions), typeof(SignatureSweeperParameter),
20
[assembly:
LoadableClass
(typeof(DiscreteValueGenerator), typeof(DiscreteParamOptions), typeof(SignatureSweeperParameter),
SweepCommand.cs (1)
15
[assembly:
LoadableClass
(SweepCommand.Summary, typeof(SweepCommand), typeof(SweepCommand.Arguments), typeof(SignatureCommand),
SweepResultEvaluator.cs (1)
14
[assembly:
LoadableClass
(typeof(InternalSweepResultEvaluator), typeof(InternalSweepResultEvaluator.Options), typeof(SignatureSweepResultEvaluator),
SynthConfigRunner.cs (1)
14
[assembly:
LoadableClass
(typeof(SynthConfigRunner), typeof(SynthConfigRunner.Options), typeof(SignatureConfigRunner),
Microsoft.ML.TensorFlow (4)
TensorflowTransform.cs (4)
25
[assembly:
LoadableClass
(TensorFlowTransformer.Summary, typeof(IDataTransform), typeof(TensorFlowTransformer),
28
[assembly:
LoadableClass
(TensorFlowTransformer.Summary, typeof(IDataTransform), typeof(TensorFlowTransformer), null, typeof(SignatureLoadDataTransform),
31
[assembly:
LoadableClass
(typeof(TensorFlowTransformer), null, typeof(SignatureLoadModel),
34
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(TensorFlowTransformer), null, typeof(SignatureLoadRowMapper),
Microsoft.ML.Tests (2)
ExpressionLanguageTests\ExpressionLanguageTests.cs (2)
29
[assembly:
LoadableClass
(typeof(TestFuncs1), null, typeof(SignatureFunctionProvider), "Test Functions 1", "__test1")]
31
[assembly:
LoadableClass
(typeof(TestFuncs2), null, typeof(SignatureFunctionProvider), "Test Functions 2", "__test2")]
Microsoft.ML.TimeSeries (35)
AdaptiveSingularSpectrumSequenceModeler.cs (1)
16
[assembly:
LoadableClass
(typeof(AdaptiveSingularSpectrumSequenceModelerInternal),
ExponentialAverageTransform.cs (2)
13
[assembly:
LoadableClass
(ExponentialAverageTransform.Summary, typeof(ExponentialAverageTransform), typeof(ExponentialAverageTransform.Arguments), typeof(SignatureDataTransform),
15
[assembly:
LoadableClass
(ExponentialAverageTransform.Summary, typeof(ExponentialAverageTransform), null, typeof(SignatureLoadDataTransform),
IidChangePointDetector.cs (4)
14
[assembly:
LoadableClass
(IidChangePointDetector.Summary, typeof(IDataTransform), typeof(IidChangePointDetector), typeof(IidChangePointDetector.Options), typeof(SignatureDataTransform),
17
[assembly:
LoadableClass
(IidChangePointDetector.Summary, typeof(IDataTransform), typeof(IidChangePointDetector), null, typeof(SignatureLoadDataTransform),
20
[assembly:
LoadableClass
(IidChangePointDetector.Summary, typeof(IidChangePointDetector), null, typeof(SignatureLoadModel),
23
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(IidChangePointDetector), null, typeof(SignatureLoadRowMapper),
IidSpikeDetector.cs (4)
13
[assembly:
LoadableClass
(IidSpikeDetector.Summary, typeof(IDataTransform), typeof(IidSpikeDetector), typeof(IidSpikeDetector.Options), typeof(SignatureDataTransform),
16
[assembly:
LoadableClass
(IidSpikeDetector.Summary, typeof(IDataTransform), typeof(IidSpikeDetector), null, typeof(SignatureLoadDataTransform),
19
[assembly:
LoadableClass
(IidSpikeDetector.Summary, typeof(IidSpikeDetector), null, typeof(SignatureLoadModel),
22
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(IidSpikeDetector), null, typeof(SignatureLoadRowMapper),
MovingAverageTransform.cs (2)
14
[assembly:
LoadableClass
(MovingAverageTransform.Summary, typeof(MovingAverageTransform), typeof(MovingAverageTransform.Arguments), typeof(SignatureDataTransform),
16
[assembly:
LoadableClass
(MovingAverageTransform.Summary, typeof(MovingAverageTransform), null, typeof(SignatureLoadDataTransform),
PercentileThresholdTransform.cs (2)
13
[assembly:
LoadableClass
(PercentileThresholdTransform.Summary, typeof(PercentileThresholdTransform), typeof(PercentileThresholdTransform.Arguments), typeof(SignatureDataTransform),
15
[assembly:
LoadableClass
(PercentileThresholdTransform.Summary, typeof(PercentileThresholdTransform), null, typeof(SignatureLoadDataTransform),
PValueTransform.cs (2)
13
[assembly:
LoadableClass
(PValueTransform.Summary, typeof(PValueTransform), typeof(PValueTransform.Arguments), typeof(SignatureDataTransform),
15
[assembly:
LoadableClass
(PValueTransform.Summary, typeof(PValueTransform), null, typeof(SignatureLoadDataTransform),
SlidingWindowTransform.cs (2)
11
[assembly:
LoadableClass
(SlidingWindowTransform.Summary, typeof(SlidingWindowTransform), typeof(SlidingWindowTransform.Arguments), typeof(SignatureDataTransform),
13
[assembly:
LoadableClass
(SlidingWindowTransform.Summary, typeof(SlidingWindowTransform), null, typeof(SignatureLoadDataTransform),
SRCNNAnomalyDetector.cs (4)
13
[assembly:
LoadableClass
(SrCnnAnomalyDetector.Summary, typeof(IDataTransform), typeof(SrCnnAnomalyDetector), typeof(SrCnnAnomalyDetector.Options), typeof(SignatureDataTransform),
16
[assembly:
LoadableClass
(SrCnnAnomalyDetector.Summary, typeof(IDataTransform), typeof(SrCnnAnomalyDetector), null, typeof(SignatureLoadDataTransform),
19
[assembly:
LoadableClass
(SrCnnAnomalyDetector.Summary, typeof(SrCnnAnomalyDetector), null, typeof(SignatureLoadModel),
22
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(SrCnnAnomalyDetector), null, typeof(SignatureLoadRowMapper),
SsaChangePointDetector.cs (4)
14
[assembly:
LoadableClass
(SsaChangePointDetector.Summary, typeof(IDataTransform), typeof(SsaChangePointDetector), typeof(SsaChangePointDetector.Options), typeof(SignatureDataTransform),
17
[assembly:
LoadableClass
(SsaChangePointDetector.Summary, typeof(IDataTransform), typeof(SsaChangePointDetector), null, typeof(SignatureLoadDataTransform),
20
[assembly:
LoadableClass
(SsaChangePointDetector.Summary, typeof(SsaChangePointDetector), null, typeof(SignatureLoadModel),
23
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(SsaChangePointDetector), null, typeof(SignatureLoadRowMapper),
SSaForecasting.cs (4)
12
[assembly:
LoadableClass
(SsaForecastingTransformer.Summary, typeof(IDataTransform), typeof(SsaForecastingTransformer), typeof(SsaForecastingTransformer.Options), typeof(SignatureDataTransform),
15
[assembly:
LoadableClass
(SsaForecastingTransformer.Summary, typeof(IDataTransform), typeof(SsaForecastingTransformer), null, typeof(SignatureLoadDataTransform),
18
[assembly:
LoadableClass
(SsaForecastingTransformer.Summary, typeof(SsaForecastingTransformer), null, typeof(SignatureLoadModel),
21
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(SsaForecastingTransformer), null, typeof(SignatureLoadRowMapper),
SsaSpikeDetector.cs (4)
13
[assembly:
LoadableClass
(SsaSpikeDetector.Summary, typeof(IDataTransform), typeof(SsaSpikeDetector), typeof(SsaSpikeDetector.Options), typeof(SignatureDataTransform),
16
[assembly:
LoadableClass
(SsaSpikeDetector.Summary, typeof(IDataTransform), typeof(SsaSpikeDetector), null, typeof(SignatureLoadDataTransform),
19
[assembly:
LoadableClass
(SsaSpikeDetector.Summary, typeof(SsaSpikeDetector), null, typeof(SignatureLoadModel),
22
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(SsaSpikeDetector), null, typeof(SignatureLoadRowMapper),
Microsoft.ML.TorchSharp (10)
AutoFormerV2\ObjectDetectionTrainer.cs (2)
28
[assembly:
LoadableClass
(typeof(ObjectDetectionTransformer), null, typeof(SignatureLoadModel),
31
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(ObjectDetectionTransformer), null, typeof(SignatureLoadRowMapper),
NasBert\NerTrainer.cs (2)
24
[assembly:
LoadableClass
(typeof(NerTransformer), null, typeof(SignatureLoadModel),
27
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(NerTransformer), null, typeof(SignatureLoadRowMapper),
NasBert\SentenceSimilarityTrainer.cs (2)
21
[assembly:
LoadableClass
(typeof(SentenceSimilarityTransformer), null, typeof(SignatureLoadModel),
24
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(SentenceSimilarityTransformer), null, typeof(SignatureLoadRowMapper),
NasBert\TextClassificationTrainer.cs (2)
22
[assembly:
LoadableClass
(typeof(TextClassificationTransformer), null, typeof(SignatureLoadModel),
25
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(TextClassificationTransformer), null, typeof(SignatureLoadRowMapper),
Roberta\QATrainer.cs (2)
28
[assembly:
LoadableClass
(typeof(QATransformer), null, typeof(SignatureLoadModel),
31
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(QATransformer), null, typeof(SignatureLoadRowMapper),
Microsoft.ML.Transforms (119)
CompositeTransformer.cs (1)
13
[assembly:
LoadableClass
(typeof(IDataTransform), typeof(CompositeTransformer), null, typeof(SignatureLoadDataTransform),
CountFeatureSelection.cs (1)
16
[assembly:
LoadableClass
(CountFeatureSelectingEstimator.Summary, typeof(IDataTransform), typeof(CountFeatureSelectingEstimator), typeof(CountFeatureSelectingEstimator.Options), typeof(SignatureDataTransform),
Dracula\CMCountTable.cs (2)
15
[assembly:
LoadableClass
(typeof(CMCountTableBuilder),
21
[assembly:
LoadableClass
(typeof(CMCountTable), null, typeof(SignatureLoadModel),
Dracula\CountTableTransformer.cs (4)
18
[assembly:
LoadableClass
(CountTableTransformer.Summary, typeof(IDataTransform), typeof(CountTableTransformer), typeof(CountTableTransformer.Options), typeof(SignatureDataTransform),
21
[assembly:
LoadableClass
(CountTableTransformer.Summary, typeof(IDataTransform), typeof(CountTableTransformer), null, typeof(SignatureLoadDataTransform),
24
[assembly:
LoadableClass
(CountTableTransformer.Summary, typeof(CountTableTransformer), null, typeof(SignatureLoadModel),
27
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(CountTableTransformer), null, typeof(SignatureLoadRowMapper),
Dracula\CountTargetEncodingTransformer.cs (2)
15
[assembly:
LoadableClass
(CountTargetEncodingTransformer.Summary, typeof(IDataTransform), typeof(CountTargetEncodingEstimator), typeof(CountTargetEncodingEstimator.Options), typeof(SignatureDataTransform),
18
[assembly:
LoadableClass
(CountTargetEncodingTransformer.Summary, typeof(CountTargetEncodingTransformer), typeof(CountTargetEncodingEstimator), null, typeof(SignatureLoadModel),
Dracula\DictCountTable.cs (2)
15
[assembly:
LoadableClass
(typeof(DictCountTableBuilder),
21
[assembly:
LoadableClass
(typeof(DictCountTable), null, typeof(SignatureLoadModel),
Dracula\Featurizer.cs (1)
13
[assembly:
LoadableClass
(typeof(CountTargetEncodingFeaturizer), null, typeof(SignatureLoadModel),
Dracula\MultiCountTable.cs (2)
14
[assembly:
LoadableClass
(typeof(ParallelMultiCountTableBuilder.MultiCountTable), null, typeof(SignatureLoadModel),
17
[assembly:
LoadableClass
(typeof(BagMultiCountTableBuilder.MultiCountTable), null, typeof(SignatureLoadModel),
EntryPoints\SelectFeatures.cs (1)
10
[assembly:
LoadableClass
(typeof(void), typeof(SelectFeatures), null, typeof(SignatureEntryPointModule), "SelectFeatures")]
EntryPoints\TextAnalytics.cs (1)
11
[assembly:
LoadableClass
(typeof(void), typeof(TextAnalytics), null, typeof(SignatureEntryPointModule), "TextAnalytics")]
ExpressionTransformer.cs (4)
18
[assembly:
LoadableClass
(ExpressionTransformer.Summary, typeof(IDataTransform), typeof(ExpressionTransformer), typeof(ExpressionTransformer.Options), typeof(SignatureDataTransform),
21
[assembly:
LoadableClass
(ExpressionTransformer.Summary, typeof(IDataTransform), typeof(ExpressionTransformer), null, typeof(SignatureLoadDataTransform),
24
[assembly:
LoadableClass
(ExpressionTransformer.Summary, typeof(ExpressionTransformer), null, typeof(SignatureLoadModel),
27
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(ExpressionTransformer), null, typeof(SignatureLoadRowMapper),
FourierDistributionSampler.cs (4)
14
[assembly:
LoadableClass
(typeof(GaussianKernel), typeof(GaussianKernel.Options), typeof(SignatureKernelBase),
17
[assembly:
LoadableClass
(typeof(LaplacianKernel), typeof(LaplacianKernel.Options), typeof(SignatureKernelBase),
21
[assembly:
LoadableClass
(typeof(GaussianKernel.RandomNumberGenerator), null, typeof(SignatureLoadModel),
25
[assembly:
LoadableClass
(typeof(LaplacianKernel.RandomNumberGenerator), null, typeof(SignatureLoadModel),
GcnTransform.cs (5)
19
[assembly:
LoadableClass
(LpNormNormalizingTransformer.GcnSummary, typeof(IDataTransform), typeof(LpNormNormalizingTransformer), typeof(LpNormNormalizingTransformer.GcnOptions), typeof(SignatureDataTransform),
22
[assembly:
LoadableClass
(LpNormNormalizingTransformer.GcnSummary, typeof(IDataTransform), typeof(LpNormNormalizingTransformer), null, typeof(SignatureLoadDataTransform),
25
[assembly:
LoadableClass
(LpNormNormalizingTransformer.Summary, typeof(IDataTransform), typeof(LpNormNormalizingTransformer), typeof(LpNormNormalizingTransformer.Options), typeof(SignatureDataTransform),
28
[assembly:
LoadableClass
(LpNormNormalizingTransformer.Summary, typeof(LpNormNormalizingTransformer), null, typeof(SignatureLoadModel),
31
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(LpNormNormalizingTransformer), null, typeof(SignatureLoadRowMapper),
GroupTransform.cs (2)
17
[assembly:
LoadableClass
(GroupTransform.Summary, typeof(GroupTransform), typeof(GroupTransform.Options), typeof(SignatureDataTransform),
20
[assembly:
LoadableClass
(GroupTransform.Summary, typeof(GroupTransform), null, typeof(SignatureLoadDataTransform),
HashJoiningTransform.cs (2)
18
[assembly:
LoadableClass
(HashJoiningTransform.Summary, typeof(HashJoiningTransform), typeof(HashJoiningTransform.Arguments), typeof(SignatureDataTransform),
21
[assembly:
LoadableClass
(HashJoiningTransform.Summary, typeof(HashJoiningTransform), null, typeof(SignatureLoadDataTransform),
KeyToVectorMapping.cs (4)
16
[assembly:
LoadableClass
(KeyToBinaryVectorMappingTransformer.Summary, typeof(IDataTransform), typeof(KeyToBinaryVectorMappingTransformer), typeof(KeyToBinaryVectorMappingTransformer.Options), typeof(SignatureDataTransform),
19
[assembly:
LoadableClass
(KeyToBinaryVectorMappingTransformer.Summary, typeof(IDataTransform), typeof(KeyToBinaryVectorMappingTransformer), null, typeof(SignatureLoadDataTransform),
22
[assembly:
LoadableClass
(KeyToBinaryVectorMappingTransformer.Summary, typeof(KeyToBinaryVectorMappingTransformer), null, typeof(SignatureLoadModel),
25
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(KeyToBinaryVectorMappingTransformer), null, typeof(SignatureLoadRowMapper),
LambdaTransform.cs (1)
15
[assembly:
LoadableClass
(typeof(ITransformer), typeof(LambdaTransform), null, typeof(SignatureLoadModel), "", LambdaTransform.LoaderSignature)]
LearnerFeatureSelection.cs (1)
15
[assembly:
LoadableClass
(LearnerFeatureSelectionTransform.Summary, typeof(IDataTransform), typeof(LearnerFeatureSelectionTransform), typeof(LearnerFeatureSelectionTransform.Options), typeof(SignatureDataTransform),
LoadTransform.cs (1)
16
[assembly:
LoadableClass
(LoadTransform.Summary, typeof(IDataTransform), typeof(LoadTransform), typeof(LoadTransform.Arguments), typeof(SignatureDataTransform),
MissingValueDroppingTransformer.cs (4)
17
[assembly:
LoadableClass
(MissingValueDroppingTransformer.Summary, typeof(IDataTransform), typeof(MissingValueDroppingTransformer), typeof(MissingValueDroppingTransformer.Options), typeof(SignatureDataTransform),
20
[assembly:
LoadableClass
(MissingValueDroppingTransformer.Summary, typeof(IDataTransform), typeof(MissingValueDroppingTransformer), null, typeof(SignatureLoadDataTransform),
23
[assembly:
LoadableClass
(MissingValueDroppingTransformer.Summary, typeof(MissingValueDroppingTransformer), null, typeof(SignatureLoadModel),
26
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(MissingValueDroppingTransformer), null, typeof(SignatureLoadRowMapper),
MissingValueHandlingTransformer.cs (1)
15
[assembly:
LoadableClass
(MissingValueHandlingTransformer.Summary, typeof(IDataTransform), typeof(MissingValueHandlingTransformer),
MissingValueIndicatorTransform.cs (2)
14
[assembly:
LoadableClass
(typeof(MissingValueIndicatorTransform), typeof(MissingValueIndicatorTransform.Arguments), typeof(SignatureDataTransform),
17
[assembly:
LoadableClass
(typeof(MissingValueIndicatorTransform), null, typeof(SignatureLoadDataTransform),
MissingValueIndicatorTransformer.cs (4)
17
[assembly:
LoadableClass
(MissingValueIndicatorTransformer.Summary, typeof(IDataTransform), typeof(MissingValueIndicatorTransformer), typeof(MissingValueIndicatorTransformer.Options), typeof(SignatureDataTransform),
20
[assembly:
LoadableClass
(MissingValueIndicatorTransformer.Summary, typeof(IDataTransform), typeof(MissingValueIndicatorTransformer), null, typeof(SignatureLoadDataTransform),
23
[assembly:
LoadableClass
(MissingValueIndicatorTransformer.Summary, typeof(MissingValueIndicatorTransformer), null, typeof(SignatureLoadModel),
26
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(MissingValueIndicatorTransformer), null, typeof(SignatureLoadRowMapper),
MissingValueReplacing.cs (4)
21
[assembly:
LoadableClass
(MissingValueReplacingTransformer.Summary, typeof(IDataTransform), typeof(MissingValueReplacingTransformer), typeof(MissingValueReplacingTransformer.Options), typeof(SignatureDataTransform),
24
[assembly:
LoadableClass
(MissingValueReplacingTransformer.Summary, typeof(IDataTransform), typeof(MissingValueReplacingTransformer), null, typeof(SignatureLoadDataTransform),
27
[assembly:
LoadableClass
(MissingValueReplacingTransformer.Summary, typeof(MissingValueReplacingTransformer), null, typeof(SignatureLoadModel),
30
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(MissingValueReplacingTransformer), null, typeof(SignatureLoadRowMapper),
MutualInformationFeatureSelection.cs (1)
17
[assembly:
LoadableClass
(MutualInformationFeatureSelectingEstimator.Summary, typeof(IDataTransform), typeof(MutualInformationFeatureSelectingEstimator), typeof(MutualInformationFeatureSelectingEstimator.Options), typeof(SignatureDataTransform),
OneHotEncoding.cs (2)
18
[assembly:
LoadableClass
(OneHotEncodingTransformer.Summary, typeof(IDataTransform), typeof(OneHotEncodingTransformer), typeof(OneHotEncodingTransformer.Options), typeof(SignatureDataTransform),
21
[assembly:
LoadableClass
(typeof(void), typeof(Categorical), null, typeof(SignatureEntryPointModule), "Categorical")]
OneHotHashEncoding.cs (1)
15
[assembly:
LoadableClass
(OneHotHashEncodingTransformer.Summary, typeof(IDataTransform), typeof(OneHotHashEncodingTransformer), typeof(OneHotHashEncodingTransformer.Options), typeof(SignatureDataTransform),
OptionalColumnTransform.cs (2)
20
[assembly:
LoadableClass
(OptionalColumnTransform.Summary, typeof(OptionalColumnTransform),
24
[assembly:
LoadableClass
(typeof(OptionalColumnTransform), null, typeof(SignatureLoadDataTransform),
ProduceIdTransform.cs (2)
14
[assembly:
LoadableClass
(ProduceIdTransform.Summary, typeof(ProduceIdTransform), typeof(ProduceIdTransform.Arguments), typeof(SignatureDataTransform),
17
[assembly:
LoadableClass
(ProduceIdTransform.Summary, typeof(ProduceIdTransform), null, typeof(SignatureLoadDataTransform),
RandomFourierFeaturizing.cs (4)
17
[assembly:
LoadableClass
(ApproximatedKernelTransformer.Summary, typeof(IDataTransform), typeof(ApproximatedKernelTransformer), typeof(ApproximatedKernelTransformer.Options), typeof(SignatureDataTransform),
20
[assembly:
LoadableClass
(ApproximatedKernelTransformer.Summary, typeof(IDataTransform), typeof(ApproximatedKernelTransformer), null, typeof(SignatureLoadDataTransform),
23
[assembly:
LoadableClass
(ApproximatedKernelTransformer.Summary, typeof(ApproximatedKernelTransformer), null, typeof(SignatureLoadModel),
26
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(ApproximatedKernelTransformer), null, typeof(SignatureLoadRowMapper),
SvmLight\SvmLightLoader.cs (2)
18
[assembly:
LoadableClass
(SvmLightLoader.Summary, typeof(ILegacyDataLoader), typeof(SvmLightLoader), typeof(SvmLightLoader.Options), typeof(SignatureDataLoader),
21
[assembly:
LoadableClass
(SvmLightLoader.Summary, typeof(ILegacyDataLoader), typeof(SvmLightLoader), null, typeof(SignatureLoadDataLoader),
SvmLight\SvmLightSaver.cs (1)
14
[assembly:
LoadableClass
(SvmLightSaver.Summary, typeof(SvmLightSaver), typeof(SvmLightSaver.Arguments), typeof(SignatureDataSaver),
Text\LdaTransform.cs (4)
20
[assembly:
LoadableClass
(LatentDirichletAllocationTransformer.Summary, typeof(IDataTransform), typeof(LatentDirichletAllocationTransformer), typeof(LatentDirichletAllocationTransformer.Options), typeof(SignatureDataTransform),
23
[assembly:
LoadableClass
(LatentDirichletAllocationTransformer.Summary, typeof(IDataTransform), typeof(LatentDirichletAllocationTransformer), null, typeof(SignatureLoadDataTransform),
26
[assembly:
LoadableClass
(LatentDirichletAllocationTransformer.Summary, typeof(LatentDirichletAllocationTransformer), null, typeof(SignatureLoadModel),
29
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(LatentDirichletAllocationTransformer), null, typeof(SignatureLoadRowMapper),
Text\NgramHashingTransformer.cs (4)
18
[assembly:
LoadableClass
(NgramHashingTransformer.Summary, typeof(IDataTransform), typeof(NgramHashingTransformer), typeof(NgramHashingTransformer.Options), typeof(SignatureDataTransform),
21
[assembly:
LoadableClass
(NgramHashingTransformer.Summary, typeof(IDataTransform), typeof(NgramHashingTransformer), null, typeof(SignatureLoadDataTransform),
24
[assembly:
LoadableClass
(NgramHashingTransformer.Summary, typeof(NgramHashingTransformer), null, typeof(SignatureLoadModel),
27
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(NgramHashingTransformer), null, typeof(SignatureLoadRowMapper),
Text\NgramTransform.cs (4)
19
[assembly:
LoadableClass
(NgramExtractingTransformer.Summary, typeof(IDataTransform), typeof(NgramExtractingTransformer), typeof(NgramExtractingTransformer.Options), typeof(SignatureDataTransform),
22
[assembly:
LoadableClass
(NgramExtractingTransformer.Summary, typeof(IDataTransform), typeof(NgramExtractingTransformer), null, typeof(SignatureLoadDataTransform),
25
[assembly:
LoadableClass
(NgramExtractingTransformer.Summary, typeof(NgramExtractingTransformer), null, typeof(SignatureLoadModel),
28
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(NgramExtractingTransformer), null, typeof(SignatureLoadRowMapper),
Text\SentimentAnalyzingTransform.cs (1)
15
[assembly:
LoadableClass
(TextFeaturizingEstimator.Summary, typeof(IDataTransform), typeof(SentimentAnalyzingTransformer), typeof(SentimentAnalyzingTransformer.Arguments), typeof(SignatureDataTransform),
Text\StopWordsRemovingTransformer.cs (8)
22
[assembly:
LoadableClass
(StopWordsRemovingTransformer.Summary, typeof(IDataTransform), typeof(StopWordsRemovingTransformer), typeof(StopWordsRemovingTransformer.Options), typeof(SignatureDataTransform),
25
[assembly:
LoadableClass
(StopWordsRemovingTransformer.Summary, typeof(IDataTransform), typeof(StopWordsRemovingTransformer), null, typeof(SignatureLoadDataTransform),
28
[assembly:
LoadableClass
(StopWordsRemovingTransformer.Summary, typeof(StopWordsRemovingTransformer), null, typeof(SignatureLoadModel),
31
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(StopWordsRemovingTransformer), null, typeof(SignatureLoadRowMapper),
34
[assembly:
LoadableClass
(CustomStopWordsRemovingTransformer.Summary, typeof(IDataTransform), typeof(CustomStopWordsRemovingTransformer), typeof(CustomStopWordsRemovingTransformer.Options), typeof(SignatureDataTransform),
37
[assembly:
LoadableClass
(CustomStopWordsRemovingTransformer.Summary, typeof(IDataTransform), typeof(CustomStopWordsRemovingTransformer), null, typeof(SignatureLoadDataTransform),
40
[assembly:
LoadableClass
(CustomStopWordsRemovingTransformer.Summary, typeof(CustomStopWordsRemovingTransformer), null, typeof(SignatureLoadModel),
43
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(CustomStopWordsRemovingTransformer), null, typeof(SignatureLoadRowMapper),
Text\TextFeaturizingEstimator.cs (2)
18
[assembly:
LoadableClass
(TextFeaturizingEstimator.Summary, typeof(IDataTransform), typeof(TextFeaturizingEstimator), typeof(TextFeaturizingEstimator.Options), typeof(SignatureDataTransform),
21
[assembly:
LoadableClass
(TextFeaturizingEstimator.Summary, typeof(ITransformer), typeof(TextFeaturizingEstimator), null, typeof(SignatureLoadModel),
Text\TextNormalizing.cs (4)
18
[assembly:
LoadableClass
(TextNormalizingTransformer.Summary, typeof(IDataTransform), typeof(TextNormalizingTransformer), typeof(TextNormalizingTransformer.Options), typeof(SignatureDataTransform),
21
[assembly:
LoadableClass
(TextNormalizingTransformer.Summary, typeof(IDataTransform), typeof(TextNormalizingTransformer), null, typeof(SignatureLoadDataTransform),
24
[assembly:
LoadableClass
(TextNormalizingTransformer.Summary, typeof(TextNormalizingTransformer), null, typeof(SignatureLoadModel),
27
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(TextNormalizingTransformer), null, typeof(SignatureLoadRowMapper),
Text\TokenizingByCharacters.cs (4)
18
[assembly:
LoadableClass
(TokenizingByCharactersTransformer.Summary, typeof(IDataTransform), typeof(TokenizingByCharactersTransformer), typeof(TokenizingByCharactersTransformer.Options), typeof(SignatureDataTransform),
21
[assembly:
LoadableClass
(typeof(IDataTransform), typeof(TokenizingByCharactersTransformer), null, typeof(SignatureLoadDataTransform),
24
[assembly:
LoadableClass
(TokenizingByCharactersTransformer.Summary, typeof(TokenizingByCharactersTransformer), null, typeof(SignatureLoadModel),
27
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(TokenizingByCharactersTransformer), null, typeof(SignatureLoadRowMapper),
Text\WordBagTransform.cs (5)
18
[assembly:
LoadableClass
(WordBagBuildingTransformer.Summary, typeof(IDataTransform), typeof(WordBagBuildingTransformer), typeof(WordBagBuildingTransformer.Options), typeof(SignatureDataTransform),
21
[assembly:
LoadableClass
(NgramExtractorTransform.Summary, typeof(INgramExtractorFactory), typeof(NgramExtractorTransform), typeof(NgramExtractorTransform.NgramExtractorArguments),
27
[assembly:
LoadableClass
(TextExpandingTransformer.Summary, typeof(IDataTransform), typeof(TextExpandingTransformer), null, typeof(SignatureLoadDataTransform),
30
[assembly:
LoadableClass
(typeof(TextExpandingTransformer), null, typeof(SignatureLoadModel),
33
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(TextExpandingTransformer), null, typeof(SignatureLoadRowMapper),
Text\WordEmbeddingsExtractor.cs (4)
21
[assembly:
LoadableClass
(WordEmbeddingTransformer.Summary, typeof(IDataTransform), typeof(WordEmbeddingTransformer), typeof(WordEmbeddingTransformer.Options),
24
[assembly:
LoadableClass
(WordEmbeddingTransformer.Summary, typeof(IDataTransform), typeof(WordEmbeddingTransformer), null, typeof(SignatureLoadDataTransform),
27
[assembly:
LoadableClass
(typeof(WordEmbeddingTransformer), null, typeof(SignatureLoadModel),
30
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(WordEmbeddingTransformer), null, typeof(SignatureLoadRowMapper),
Text\WordHashBagProducingTransform.cs (2)
16
[assembly:
LoadableClass
(WordHashBagProducingTransformer.Summary, typeof(IDataTransform), typeof(WordHashBagProducingTransformer), typeof(WordHashBagProducingTransformer.Options), typeof(SignatureDataTransform),
19
[assembly:
LoadableClass
(NgramHashExtractingTransformer.Summary, typeof(INgramExtractorFactory), typeof(NgramHashExtractingTransformer), typeof(NgramHashExtractingTransformer.NgramHashExtractorArguments),
Text\WordTokenizing.cs (4)
20
[assembly:
LoadableClass
(WordTokenizingTransformer.Summary, typeof(IDataTransform), typeof(WordTokenizingTransformer), typeof(WordTokenizingTransformer.Options), typeof(SignatureDataTransform),
23
[assembly:
LoadableClass
(WordTokenizingTransformer.Summary, typeof(IDataTransform), typeof(WordTokenizingTransformer), null, typeof(SignatureLoadDataTransform),
26
[assembly:
LoadableClass
(WordTokenizingTransformer.Summary, typeof(WordTokenizingTransformer), null, typeof(SignatureLoadModel),
29
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(WordTokenizingTransformer), null, typeof(SignatureLoadRowMapper),
UngroupTransform.cs (2)
17
[assembly:
LoadableClass
(UngroupTransform.Summary, typeof(UngroupTransform), typeof(UngroupTransform.Options), typeof(SignatureDataTransform),
20
[assembly:
LoadableClass
(UngroupTransform.Summary, typeof(UngroupTransform), null, typeof(SignatureLoadDataTransform),
Microsoft.ML.Vision (6)
DnnRetrainTransform.cs (4)
23
[assembly:
LoadableClass
(DnnRetrainTransformer.Summary, typeof(IDataTransform), typeof(DnnRetrainTransformer),
26
[assembly:
LoadableClass
(DnnRetrainTransformer.Summary, typeof(IDataTransform), typeof(DnnRetrainTransformer), null, typeof(SignatureLoadDataTransform),
29
[assembly:
LoadableClass
(typeof(DnnRetrainTransformer), null, typeof(SignatureLoadModel),
32
[assembly:
LoadableClass
(typeof(IRowMapper), typeof(DnnRetrainTransformer), null, typeof(SignatureLoadRowMapper),
ImageClassificationTrainer.cs (2)
32
[assembly:
LoadableClass
(ImageClassificationTrainer.Summary, typeof(ImageClassificationTrainer),
39
[assembly:
LoadableClass
(typeof(ImageClassificationModelParameters), null, typeof(SignatureLoadModel),
2 references to LoadableClassAttribute
Microsoft.ML.Core (1)
Data\IHostEnvironment.cs (1)
67
/// The catalog of loadable components (<see cref="
LoadableClassAttribute
"/>) that are available in this host.
Microsoft.ML.Data (1)
DataView\RowToRowMapperTransform.cs (1)
26
/// <see cref="
LoadableClassAttribute
"/>.