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