62 references to GetTypeString
Microsoft.ML.Data (12)
Prediction\CalibratorCatalog.cs (2)
94throw Host.ExceptSchemaMismatch(nameof(inputSchema), columnRole, column.Name, column.GetTypeString(), outCol.GetTypeString());
Training\TrainerEstimatorBase.cs (6)
112FeatureColumn.GetTypeString(), featureCol.GetTypeString()); 120WeightColumn.GetTypeString(), weightCol.GetTypeString()); 140LabelColumn.GetTypeString(), labelCol.GetTypeString());
Transforms\FeatureContributionCalculationTransformer.cs (1)
346throw Host.ExceptSchemaMismatch(nameof(inputSchema), "column", _featureColumn, "known-size vector of Single", col.GetTypeString());
Transforms\KeyToValue.cs (1)
643throw Host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.inputColumnName, "KeyType", col.GetTypeString());
Transforms\Normalizer.cs (2)
354throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName, "known-size vector or scalar", col.GetTypeString()); 357throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName, "vector or scalar of Single or Double", col.GetTypeString());
Microsoft.ML.FastTree (1)
FastTreeRanking.cs (1)
125() => throw Host.ExceptSchemaMismatch(nameof(labelCol), "label", labelCol.Name, "Single or Key", labelCol.GetTypeString());
Microsoft.ML.ImageAnalytics (5)
ImageGrayscale.cs (1)
255throw Host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.inputColumnName, new ImageDataViewType().ToString(), col.GetTypeString());
ImageLoader.cs (1)
446throw Host.ExceptSchemaMismatch(nameof(inputSchema), "input", inputColumnName, TextDataViewType.Instance.ToString(), col.GetTypeString());
ImagePixelExtractor.cs (1)
818throw Host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName, new ImageDataViewType().ToString(), col.GetTypeString());
ImageResizer.cs (1)
518throw Host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName, new ImageDataViewType().ToString(), col.GetTypeString());
VectorToImageTransform.cs (1)
752throw 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.Recommender (2)
MatrixFactorizationTrainer.cs (2)
565cachedColumn.GetTypeString(), col.GetTypeString());
Microsoft.ML.StandardTrainers (4)
FactorizationMachine\FactorizationMachineTrainer.cs (2)
634column.GetTypeString(), col.GetTypeString());
Standard\MulticlassClassification\MetaMulticlassTrainer.cs (2)
151throw Host.ExceptSchemaMismatch(nameof(inputSchema), "label", LabelColumn.Name, LabelColumn.GetTypeString(), labelCol.GetTypeString());
Microsoft.ML.TimeSeries (6)
IidChangePointDetector.cs (1)
268throw Host.ExceptSchemaMismatch(nameof(inputSchema), "input", Transformer.InternalTransform.InputColumnName, "Single", col.GetTypeString());
IidSpikeDetector.cs (1)
244throw Host.ExceptSchemaMismatch(nameof(inputSchema), "input", Transformer.InternalTransform.InputColumnName, "Single", col.GetTypeString());
SRCNNAnomalyDetector.cs (1)
276throw Host.ExceptSchemaMismatch(nameof(inputSchema), "input", Transformer.InternalTransform.InputColumnName, "Single", col.GetTypeString());
SsaChangePointDetector.cs (1)
304throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", _options.Source, "Single", col.GetTypeString());
SSaForecasting.cs (1)
337throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", _options.Source, "Single", col.GetTypeString());
SsaSpikeDetector.cs (1)
283throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", _options.Source, "Single", col.GetTypeString());
Microsoft.ML.TorchSharp (20)
AutoFormerV2\ObjectDetectionTrainer.cs (4)
484new VectorDataViewType(new KeyDataViewType(typeof(uint), uint.MaxValue)).ToString(), labelCol.GetTypeString()); 490new VectorDataViewType(NumberDataViewType.Single).ToString(), boundingBoxCol.GetTypeString()); 496new ImageDataViewType().ToString(), imageCol.GetTypeString()); 580new ImageDataViewType().ToString(), imageCol.GetTypeString());
NasBert\NasBertTrainer.cs (10)
369TextDataViewType.Instance.ToString(), sentenceCol.GetTypeString()); 378NumberDataViewType.UInt32.ToString(), labelCol.GetTypeString()); 387TextDataViewType.Instance.ToString(), sentenceCol2.GetTypeString()); 394NumberDataViewType.UInt32.ToString(), labelCol.GetTypeString()); 400NumberDataViewType.Single.ToString(), labelCol.GetTypeString()); 406TextDataViewType.Instance.ToString(), sentenceCol2.GetTypeString()); 462SentenceColumn.GetTypeString(), sentenceCol.GetTypeString()); 470SentenceColumn2.GetTypeString(), sentenceCol2.GetTypeString());
Roberta\QATrainer.cs (6)
535TextDataViewType.Instance.ToString(), contextCol.GetTypeString()); 541TextDataViewType.Instance.ToString(), questionCol.GetTypeString()); 547TextDataViewType.Instance.ToString(), answerCol.GetTypeString()); 553NumberDataViewType.Int32.ToString(), answerIndexCol.GetTypeString()); 621TextDataViewType.Instance.ToString(), contextCol.GetTypeString()); 627TextDataViewType.Instance.ToString(), questionCol.GetTypeString());
Microsoft.ML.Transforms (10)
CustomMappingTransformer.cs (1)
272throw Contracts.ExceptSchemaMismatch(nameof(inputSchema), "input", col.ColumnName, col.ColumnType.ToString(), column.GetTypeString());
Dracula\CountTableTransformer.cs (2)
333throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName, "known-size vector or scalar", col.GetTypeString()); 336throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName, "vector or scalar of U4 key type", col.GetTypeString());
GcnTransform.cs (1)
919throw Host.ExceptSchemaMismatch(nameof(inputSchema), "input", colPair.InputColumnName, ExpectedColumnType, col.GetTypeString());
StatefulCustomMappingTransformer.cs (1)
405throw Contracts.ExceptSchemaMismatch(nameof(inputSchema), "input", col.ColumnName, col.ColumnType.ToString(), column.GetTypeString());
Text\LdaTransform.cs (1)
1329throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName, "vector of Single", col.GetTypeString());
Text\NgramHashingTransformer.cs (1)
1223throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", input, ExpectedColumnType, col.GetTypeString());
Text\NgramTransform.cs (1)
1086throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName, ExpectedColumnType, col.GetTypeString());
Text\TextFeaturizingEstimator.cs (1)
648throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", srcName, "scalar or vector of String", col.GetTypeString());
Text\WordEmbeddingsExtractor.cs (1)
939throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName, new VectorDataViewType(TextDataViewType.Instance).ToString(), col.GetTypeString());
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
1263throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", input, "vector", col.GetTypeString());