5 references to IsValid
Microsoft.ML.Core (5)
Data\AnnotationUtils.cs (2)
326Contracts.CheckParam(column.IsValid, nameof(column), "struct not initialized properly"); 341Contracts.CheckParam(col.IsValid, nameof(col), "struct not initialized properly");
Data\IEstimator.cs (3)
89Contracts.Check(source.IsValid, nameof(source)); 133Contracts.CheckParam(columns.All(c => c.IsValid), nameof(columns), "Some items are not initialized properly."); 211return column.IsValid;