12 references to IsCompatibleWith
Microsoft.ML.Core (1)
Data\IEstimator.cs (1)
102
if (!annotationCol.
IsCompatibleWith
(inputAnnotationCol))
Microsoft.ML.Data (4)
Prediction\CalibratorCatalog.cs (1)
93
if (!column.
IsCompatibleWith
(outCol))
Training\TrainerEstimatorBase.cs (3)
110
if (!FeatureColumn.
IsCompatibleWith
(featureCol))
118
if (!WeightColumn.
IsCompatibleWith
(weightCol))
138
if (!LabelColumn.
IsCompatibleWith
(labelCol))
Microsoft.ML.Recommender (1)
MatrixFactorizationTrainer.cs (1)
563
if (!cachedColumn.
IsCompatibleWith
(col))
Microsoft.ML.StandardTrainers (2)
FactorizationMachine\FactorizationMachineTrainer.cs (1)
632
if (!column.
IsCompatibleWith
(col))
Standard\MulticlassClassification\MetaMulticlassTrainer.cs (1)
150
if (!LabelColumn.
IsCompatibleWith
(labelCol))
Microsoft.ML.TestFramework (2)
DataPipe\TestDataPipeBase.cs (2)
164
Assert.True(d.
IsCompatibleWith
(p), $"Mismatch on {p.Name}, there was a mismatch, or some unexpected annotations was present.");
168
Assert.True(p.
IsCompatibleWith
(d), $"Mismatch on {p.Name}, something was promised in the annotations but not delivered.");
Microsoft.ML.TorchSharp (2)
NasBert\NasBertTrainer.cs (2)
460
if (!SentenceColumn.
IsCompatibleWith
(sentenceCol))
468
if (!SentenceColumn2.
IsCompatibleWith
(sentenceCol2))