31 overrides of GetOutputColumnsCore
Microsoft.ML.FastTree (8)
FastTreeClassification.cs (1)
312private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
FastTreeRanking.cs (1)
485private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
FastTreeRegression.cs (1)
201private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
FastTreeTweedie.cs (1)
360private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
GamClassification.cs (1)
183private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
GamRegression.cs (1)
135private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
RandomForestClassification.cs (1)
375private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
RandomForestRegression.cs (1)
504private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
Microsoft.ML.KMeansClustering (1)
KMeansPlusPlusTrainer.cs (1)
303private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
Microsoft.ML.LightGbm (4)
LightGbmBinaryTrainer.cs (1)
282private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
LightGbmMulticlassTrainer.cs (1)
358private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
LightGbmRankingTrainer.cs (1)
298private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
LightGbmRegressionTrainer.cs (1)
246private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
Microsoft.ML.Mkl.Components (2)
OlsLinearRegression.cs (1)
134private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
SymSgdClassificationTrainer.cs (1)
272private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
Microsoft.ML.PCA (1)
PcaTrainer.cs (1)
372private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
Microsoft.ML.StandardTrainers (14)
LdSvm\LdSvmTrainer.cs (1)
180private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
Standard\LogisticRegression\LogisticRegression.cs (1)
169private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
Standard\LogisticRegression\MulticlassLogisticRegression.cs (1)
369private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
Standard\MulticlassClassification\MulticlassNaiveBayesTrainer.cs (1)
114private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
Standard\Online\AveragedPerceptron.cs (1)
196private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
Standard\Online\LinearSvm.cs (1)
305private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
Standard\Online\OnlineGradientDescent.cs (1)
168private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
Standard\PoissonRegression\PoissonRegression.cs (1)
119private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
Standard\SdcaBinary.cs (4)
1455private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema) => _outputColumns; 2299private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema) 2388private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema) 2442private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
Standard\SdcaMulticlass.cs (1)
159private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
Standard\SdcaRegression.cs (1)
193private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
Microsoft.ML.Vision (1)
ImageClassificationTrainer.cs (1)
632private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
1 reference to GetOutputColumnsCore
Microsoft.ML.Data (1)
Training\TrainerEstimatorBase.cs (1)
86foreach (var col in GetOutputColumnsCore(inputSchema))