3 references to CheckNonEmpty
Microsoft.ML.Data (3)
DataLoadSave\Text\TextLoader.cs (1)
1206_host.CheckNonEmpty(options.Separator, nameof(options.Separator), "Must specify a separator");
TrainCatalog.cs (2)
450Environment.CheckNonEmpty(featureColumnName, nameof(featureColumnName), "The features column name should be non-empty if you want to calculate the Dbi metric."); 453Environment.CheckNonEmpty(labelColumnName, nameof(labelColumnName), "The label column name should be non-empty if you want to calculate the Nmi metric.");