2 overrides of Count
Microsoft.ML.Data (2)
Deprecated\Instances\HeaderSchema.cs (2)
312public override int Count => _count; 421public override int Count => _length;
6 references to Count
Microsoft.ML.Data (6)
Deprecated\Instances\HeaderSchema.cs (6)
33_colType = new VectorDataViewType(NumberDataViewType.Single, collection.Count); 34_slotNamesType = new VectorDataViewType(TextDataViewType.Instance, collection.Count); 58var editor = VBufferEditor.Create(ref dst, _collection.Count, nameList.Count); 60if (nameList.Count < _collection.Count) 248Contracts.Assert(0 <= index && index < Count); 2620 <= index && index < Count && name == this[index])