145 references to ExceptSchemaMismatch
Microsoft.ML.Data (50)
DataLoadSave\DataOperationsCatalog.cs (2)
232
throw _env.
ExceptSchemaMismatch
(nameof(columnName), "filter", columnName, "number", type.ToString());
266
throw _env.
ExceptSchemaMismatch
(nameof(columnName), "filter", columnName, "KeyType", type.ToString());
Evaluators\AnomalyDetectionEvaluator.cs (2)
100
throw Host.
ExceptSchemaMismatch
(nameof(schema), "score", score.Name, "Single", t.ToString());
104
throw Host.
ExceptSchemaMismatch
(nameof(schema), "label", schema.Label.Value.Name, "Single or a Key with cardinality 2", t.ToString());
Evaluators\BinaryClassifierEvaluator.cs (6)
132
throw host.
ExceptSchemaMismatch
(nameof(schema), "score", score.Name, "Single", t.ToString());
136
throw host.
ExceptSchemaMismatch
(nameof(schema), "label", schema.Label.Value.Name, "Single, Double, Boolean, or a Key with cardinality 2", t.ToString());
148
throw host.
ExceptSchemaMismatch
(nameof(schema), "probability", prob[0].Name, "Single", probType.ToString());
1266
throw Host.
ExceptSchemaMismatch
(nameof(schema), "label", LabelCol, "Single, Double, Boolean or a Key with cardinality 2", t.ToString());
1270
throw Host.
ExceptSchemaMismatch
(nameof(schema), "score", ScoreCol, "Single", t.ToString());
1277
throw Host.
ExceptSchemaMismatch
(nameof(schema), "probability", _probCol, "Single", t.ToString());
Evaluators\ClusteringEvaluator.cs (4)
102
throw Host.
ExceptSchemaMismatch
(nameof(schema), "label", schema.Label.Value.Name,
109
throw Host.
ExceptSchemaMismatch
(nameof(schema), "score", score.Name, "known-size vector of Single", type.ToString());
120
throw Host.
ExceptSchemaMismatch
(nameof(schema), "features", schema.Feature.Value.Name,
757
throw Host.
ExceptSchemaMismatch
(nameof(schema), "score", ScoreCol, "known-size vector of Single", type.ToString());
Evaluators\MulticlassClassificationEvaluator.cs (4)
80
throw Host.
ExceptSchemaMismatch
(nameof(schema), "score", score.Name, "vector of two or more items of type Single", score.Type.ToString());
84
throw Host.
ExceptSchemaMismatch
(nameof(schema), "label", schema.Label.Value.Name, "Single or Key", labelType.ToString());
862
throw Host.
ExceptSchemaMismatch
(nameof(schema), "score", ScoreCol, "Vector of two or more items of type Single", schema[ScoreIndex].Type.ToString());
865
throw Host.
ExceptSchemaMismatch
(nameof(schema), "label", LabelCol, "Single or Key", labelType.ToString());
Evaluators\MultiOutputRegressionEvaluator.cs (4)
63
throw Host.
ExceptSchemaMismatch
(nameof(schema), "score", score.Name, "known-size vector of Single", score.Type.ToString());
67
throw Host.
ExceptSchemaMismatch
(nameof(schema), "label", schema.Label.Value.Name, "known-size vector of Single or Double", schema.Label.Value.Type.ToString());
551
throw Host.
ExceptSchemaMismatch
(nameof(schema), "label", LabelCol, "known-size vector of Single or Double", schema[LabelIndex].Type.ToString());
560
throw Host.
ExceptSchemaMismatch
(nameof(schema), "score", ScoreCol, "known-size vector of Single", schema[ScoreIndex].Type.ToString());
Evaluators\QuantileRegressionEvaluator.cs (4)
61
throw Host.
ExceptSchemaMismatch
(nameof(schema), "score", score.Name, "Vector of Single or Double", score.Type.ToString());
65
throw Host.
ExceptSchemaMismatch
(nameof(schema), "label", schema.Label.Value.Name, "Single", t.ToString());
449
throw Host.
ExceptSchemaMismatch
(nameof(schema), "label", LabelCol, "Single", t.ToString());
454
throw Host.
ExceptSchemaMismatch
(nameof(schema), "score", ScoreCol, "known-size vector of Single or Double", t.ToString());
Evaluators\RankingEvaluator.cs (3)
101
throw Host.
ExceptSchemaMismatch
(nameof(RankingMamlEvaluator.Arguments.LabelColumn),
107
throw Host.
ExceptSchemaMismatch
(nameof(RankingMamlEvaluator.Arguments.ScoreColumn),
117
throw Host.
ExceptSchemaMismatch
(nameof(RankingMamlEvaluator.Arguments.GroupIdColumn),
Evaluators\RegressionEvaluator.cs (4)
60
throw Host.
ExceptSchemaMismatch
(nameof(schema), "score", score.Name, "Single", t.ToString());
64
throw Host.
ExceptSchemaMismatch
(nameof(schema), "label", schema.Label.Value.Name, "Single", t.ToString());
330
throw Host.
ExceptSchemaMismatch
(nameof(schema), "label", LabelCol, "Single", t.ToString());
334
throw Host.
ExceptSchemaMismatch
(nameof(schema), "score", ScoreCol, "Single", t.ToString());
Prediction\CalibratorCatalog.cs (1)
94
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), columnRole, column.Name, column.GetTypeString(), outCol.GetTypeString());
Scorers\PredictionTransformer.cs (1)
285
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "feature", FeatureColumnName, FeatureColumnType.ToString(), inputSchema[col].Type.ToString());
Training\TrainerEstimatorBase.cs (3)
111
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "feature", FeatureColumn.Name,
119
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "weight", WeightColumn.Name,
139
throw Host.
ExceptSchemaMismatch
(nameof(labelCol), "label", LabelColumn.Name,
Transforms\ColumnConcatenatingTransformer.cs (1)
490
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", srcName, itemType.ToString(), curType.ToString());
Transforms\FeatureContributionCalculationTransformer.cs (2)
185
throw Host.
ExceptSchemaMismatch
(nameof(schema), "feature", _parent.ColumnPairs[0].inputColumnName, "vector of Single", schema[_featureColumnIndex].Type.ToString());
346
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "column", _featureColumn, "known-size vector of Single", col.GetTypeString());
Transforms\KeyToValue.cs (1)
643
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", colInfo.inputColumnName, "KeyType", col.GetTypeString());
Transforms\KeyToVector.cs (1)
119
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", ColumnPairs[col].inputColumnName, reason, type.ToString());
Transforms\NAFilter.cs (1)
152
throw Host.
ExceptSchemaMismatch
(nameof(schema), "source", src, "scalar or vector of float, double or KeyType", type.ToString());
Transforms\Normalizer.cs (4)
354
throw _host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", colInfo.InputColumnName, "known-size vector or scalar", col.GetTypeString());
357
throw _host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", colInfo.InputColumnName, "vector or scalar of Single or Double", col.GetTypeString());
708
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", ColumnPairs[col].inputColumnName, expectedType, "variable-size vector");
711
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", ColumnPairs[col].inputColumnName, expectedType, colType.ToString());
Transforms\RangeFilter.cs (1)
156
throw Host.
ExceptSchemaMismatch
(nameof(schema), "source", column, "Single, Double or Key", _type.ToString());
Transforms\ValueToKeyMappingTransformer.cs (1)
239
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", ColumnPairs[i].inputColumnName, reason, type.ToString());
Microsoft.ML.FastTree (1)
FastTreeRanking.cs (1)
125
() => throw Host.
ExceptSchemaMismatch
(nameof(labelCol), "label", labelCol.Name, "Single or Key", labelCol.GetTypeString());
Microsoft.ML.ImageAnalytics (12)
ImageGrayscale.cs (2)
146
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", ColumnPairs[col].inputColumnName, "image", inputSchema[srcCol].Type.ToString());
255
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", colInfo.inputColumnName, new ImageDataViewType().ToString(), col.GetTypeString());
ImageLoader.cs (2)
161
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", ColumnPairs[col].inputColumnName, TextDataViewType.Instance.ToString(), inputSchema[srcCol].Type.ToString());
446
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", inputColumnName, TextDataViewType.Instance.ToString(), col.GetTypeString());
ImagePixelExtractor.cs (3)
272
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", inputColName, "image", inputSchema[srcCol].Type.ToString());
274
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", inputColName, "known-size image", "unknown-size image");
818
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", colInfo.InputColumnName, new ImageDataViewType().ToString(), col.GetTypeString());
ImageResizer.cs (2)
256
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", _columns[col].InputColumnName, "image", inputSchema[srcCol].Type.ToString());
518
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", colInfo.InputColumnName, new ImageDataViewType().ToString(), col.GetTypeString());
VectorToImageTransform.cs (3)
304
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", inputColName, "image", inputSchema[srcCol].Type.ToString());
307
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", inputColName, new VectorDataViewType(vectorType.ItemType, _columns[col].ImageHeight, _columns[col].ImageWidth, _columns[col].Planes).ToString(), vectorType.ToString());
752
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", colInfo.InputColumnName, "known-size vector of type Single, Double or Byte", col.GetTypeString());
Microsoft.ML.LightGbm (1)
LightGbmRankingTrainer.cs (1)
273
() => throw Host.
ExceptSchemaMismatch
(nameof(labelCol), "label", labelCol.Name, "Single or Key", labelCol.GetTypeString());
Microsoft.ML.OnnxTransformer (2)
OnnxTransform.cs (2)
550
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", _parent.Inputs[i], inputNodeInfo.DataViewType.GetItemType().ToString(), type.ToString());
1080
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", input, expectedType.ToString(), col.ItemType.ToString());
Microsoft.ML.PCA (2)
PcaTransformer.cs (2)
512
throw ectx.
ExceptSchemaMismatch
(nameof(inputSchema), "input", name, "known-size vector of Single of two or more items", type.ToString());
555
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", colPair.inputColumnName,
Microsoft.ML.Recommender (1)
MatrixFactorizationTrainer.cs (1)
564
throw _host.
ExceptSchemaMismatch
(nameof(inputSchema), columnRole, cachedColumn.Name,
Microsoft.ML.StandardTrainers (4)
FactorizationMachine\FactorizationMachineTrainer.cs (1)
633
throw _host.
ExceptSchemaMismatch
(nameof(inputSchema), columnRole, column.Name,
FactorizationMachine\FieldAwareFactorizationMachineModelParameters.cs (2)
378
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "feature", feat, FeatureColumnTypes[i].ToString(), null);
381
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "feature", feat, FeatureColumnTypes[i].ToString(), inputSchema[col].Type.ToString());
Standard\MulticlassClassification\MetaMulticlassTrainer.cs (1)
151
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "label", LabelColumn.Name, LabelColumn.GetTypeString(), labelCol.GetTypeString());
Microsoft.ML.TensorFlow (2)
TensorflowTransform.cs (2)
562
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", _parent.Inputs[i], expectedType.ToString(), type.ToString());
1042
throw _host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", input, expectedType.ToString(), col.ItemType.ToString());
Microsoft.ML.TimeSeries (14)
AdaptiveSingularSpectrumSequenceModeler.cs (1)
1213
throw _host.
ExceptSchemaMismatch
(nameof(data), "feature", featureCol.Name, "Single", featureCol.Type.ToString());
IidAnomalyDetectionBase.cs (1)
128
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", InputColumnName, NumberDataViewType.Single.ToString(), colType.ToString());
IidChangePointDetector.cs (1)
268
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", Transformer.InternalTransform.InputColumnName, "Single", col.GetTypeString());
IidSpikeDetector.cs (1)
244
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", Transformer.InternalTransform.InputColumnName, "Single", col.GetTypeString());
SequentialAnomalyDetectionTransformBase.cs (1)
321
throw _host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", parent.InputColumnName, "Single", colType.ToString());
SequentialForecastingTransformBase.cs (1)
118
throw _host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", parent.InputColumnName, "Single", colType.ToString());
SrCnnAnomalyDetectionBase.cs (1)
119
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", InputColumnName, NumberDataViewType.Single.ToString(), colType.ToString());
SRCNNAnomalyDetector.cs (1)
276
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", Transformer.InternalTransform.InputColumnName, "Single", col.GetTypeString());
SrCnnTransformBase.cs (1)
164
throw _host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", parent.InputColumnName, "Single", colType.ToString());
SsaAnomalyDetectionBase.cs (1)
254
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", InputColumnName, "Single", colType.ToString());
SsaChangePointDetector.cs (1)
304
throw _host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", _options.Source, "Single", col.GetTypeString());
SSaForecasting.cs (1)
337
throw _host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", _options.Source, "Single", col.GetTypeString());
SsaForecastingBase.cs (1)
178
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", InputColumnName, "Single", colType.ToString());
SsaSpikeDetector.cs (1)
283
throw _host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", _options.Source, "Single", col.GetTypeString());
Microsoft.ML.TorchSharp (18)
AutoFormerV2\ObjectDetectionTrainer.cs (4)
483
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "label", Option.LabelColumnName,
489
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "BoundingBox", Option.BoundingBoxColumnName,
495
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "Image", Option.ImageColumnName,
579
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "Image", Options.ImageColumnName,
NasBert\NasBertTrainer.cs (8)
368
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "sentence", BertOptions.Sentence1ColumnName,
377
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "label", Option.LabelColumnName,
386
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "sentence2", BertOptions.Sentence2ColumnName,
393
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "label", Option.LabelColumnName,
399
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "label", Option.LabelColumnName,
405
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "sentence2", BertOptions.Sentence2ColumnName,
461
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "sentence", SentenceColumn.Name,
469
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "sentence2", SentenceColumn2.Name,
Roberta\QATrainer.cs (6)
534
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "Context", Option.ContextColumnName,
540
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "Question", Option.QuestionColumnName,
546
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "TrainingAnswer", Option.TrainingAnswerColumnName,
552
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "AnswerIndex", Option.AnswerIndexStartColumnName,
620
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "Context", Options.ContextColumnName,
626
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "Question", Options.QuestionColumnName,
Microsoft.ML.Transforms (32)
Dracula\CountTableTransformer.cs (2)
333
throw _host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", colInfo.InputColumnName, "known-size vector or scalar", col.GetTypeString());
336
throw _host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", colInfo.InputColumnName, "vector or scalar of U4 key type", col.GetTypeString());
GcnTransform.cs (2)
199
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", inputSchema[srcCol].Name, LpNormNormalizingEstimatorBase.ExpectedColumnType, inType.ToString());
919
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", colPair.InputColumnName, ExpectedColumnType, col.GetTypeString());
KeyToVectorMapping.cs (1)
76
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", ColumnPairs[col].inputColumnName, reason, type.ToString());
MissingValueDroppingTransformer.cs (3)
48
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", originalColumn.Name, "Vector", "Scalar");
50
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", originalColumn.Name, "Single, Double or Key", originalColumn.ItemType.ToString());
135
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", inputSchema[srcCol].Name, "vector", inType.ToString());
RandomFourierFeaturizing.cs (3)
247
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", ColumnPairs[col].inputColumnName, reason, type.ToString());
249
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", ColumnPairs[col].inputColumnName,
292
throw Host.
ExceptSchemaMismatch
(nameof(input), "input", ColumnPairs[i].inputColumnName, reason, type.ToString());
Text\LdaTransform.cs (3)
581
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", _parent.ColumnPairs[i].inputColumnName, "known-size vector of Single", srcCol.Type.ToString());
843
throw env.
ExceptSchemaMismatch
(nameof(inputSchema), "input", columns[i].InputColumnName, "known-size vector of Single", srcColType.ToString());
1329
throw _host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", colInfo.InputColumnName, "vector of Single", col.GetTypeString());
Text\NgramHashingTransformer.cs (3)
218
throw Host.
ExceptSchemaMismatch
(nameof(input), "input", _columns[i].InputColumnNamesArray[j], NgramHashingEstimator.ExpectedColumnType, columnType.ToString());
401
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", srcName, NgramHashingEstimator.ExpectedColumnType, columnType.ToString());
1223
throw _host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", input, ExpectedColumnType, col.GetTypeString());
Text\NgramTransform.cs (2)
204
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", ColumnPairs[col].inputColumnName, NgramExtractingEstimator.ExpectedColumnType, type.ToString());
1086
throw _host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", colInfo.InputColumnName, ExpectedColumnType, col.GetTypeString());
Text\StopWordsRemovingTransformer.cs (5)
191
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", ColumnPairs[col].inputColumnName, StopWordsRemovingEstimator.ExpectedColumnType, type.ToString());
375
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", parent._columns[i].InputColumnName, StopWordsRemovingEstimator.ExpectedColumnType, srcType.ToString());
678
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", colInfo.InputColumnName, ExpectedColumnType, col.ItemType.ToString());
1078
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", parent.ColumnPairs[i].inputColumnName, StopWordsRemovingEstimator.ExpectedColumnType, srcType.ToString());
1246
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", colInfo.inputColumnName, ExpectedColumnType, col.ItemType.ToString());
Text\TextFeaturizingEstimator.cs (1)
648
throw _host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", srcName, "scalar or vector of String", col.GetTypeString());
Text\TextNormalizing.cs (2)
120
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", ColumnPairs[col].inputColumnName, TextNormalizingEstimator.ExpectedColumnType, type.ToString());
587
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", colInfo.inputColumnName, TextNormalizingEstimator.ExpectedColumnType, col.ItemType.ToString());
Text\TokenizingByCharacters.cs (1)
691
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", colInfo.inputColumnName, ExpectedColumnType, col.ItemType.ToString());
Text\WordEmbeddingsExtractor.cs (2)
305
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", ColumnPairs[col].inputColumnName, "String", inputSchema[srcCol].Type.ToString());
939
throw _host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", colInfo.InputColumnName, new VectorDataViewType(TextDataViewType.Instance).ToString(), col.GetTypeString());
Text\WordTokenizing.cs (2)
126
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", ColumnPairs[col].inputColumnName, WordTokenizingEstimator.ExpectedColumnType, type.ToString());
539
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", colInfo.InputColumnName, ExpectedColumnType, col.ItemType.ToString());
Microsoft.ML.Vision (6)
DnnRetrainTransform.cs (4)
269
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", columnName, expectedType.ToString(), type.ToString());
788
throw Host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", _parent._inputs[i], expectedType.ToString(), type.ToString());
1263
throw _host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", input, "vector", col.GetTypeString());
1266
throw _host.
ExceptSchemaMismatch
(nameof(inputSchema), "input", input, expectedType.ToString(), col.ItemType.ToString());
ImageClassificationTrainer.cs (2)
605
throw Host.
ExceptSchemaMismatch
(nameof(input.Schema), "label", (string)labelColumn.Name, "Key",
808
throw Host.
ExceptSchemaMismatch
(nameof(labelColumn), "Label",