13 overrides of IsColumnActive
Microsoft.Data.Analysis (1)
Microsoft.ML.Core (2)
Microsoft.ML.Data (6)
Microsoft.ML.PerformanceTests (1)
Microsoft.ML.Samples (1)
Microsoft.ML.TimeSeries (2)
48 references to IsColumnActive
Microsoft.ML.Core.Tests (3)
Microsoft.ML.Data (37)
Data\RowCursorUtils.cs (9)
37Contracts.CheckParam(row.IsColumnActive(row.Schema[col]), nameof(col), "column was not active");
59Contracts.CheckParam(row.IsColumnActive(row.Schema[col]), nameof(col), "column was not active");
80Contracts.CheckParam(row.IsColumnActive(row.Schema[col]), nameof(col), "column was not active");
125Contracts.CheckParam(row.IsColumnActive(row.Schema[col]), nameof(col), "column was not active");
158Contracts.CheckParam(row.IsColumnActive(row.Schema[col]), nameof(col), "column was not active");
178Contracts.CheckParam(row.IsColumnActive(row.Schema[col]), nameof(col), "column was not active");
477env.CheckParam(Enumerable.Range(0, row.Schema.Count).All(c => row.IsColumnActive(row.Schema[c])), nameof(row), "Some columns were inactive");
520_host.Assert(Enumerable.Range(0, row.Schema.Count).All(c => row.IsColumnActive(row.Schema[c])));
592Ch.Assert(_parent._row.IsColumnActive(column));
Microsoft.ML.Mkl.Components (1)
Microsoft.ML.TestFramework (3)
Microsoft.ML.TimeSeries (2)
Microsoft.ML.Transforms (2)