3 references to ContainsCell
Microsoft.ML.Data (3)
Model\Pfa\BoundPfaContext.cs (2)
191return ModelUtils.CreateNameCore(name, Pfa.ContainsCell); 245_host.Assert(!Pfa.ContainsCell(cellName));
Model\Pfa\PfaContext.cs (1)
187if (ContainsCell(name))