2 types derived from SubIdvEntry
Microsoft.ML.Data (2)
DataLoadSave\Transpose\TransposeLoader.cs (2)
216public sealed class SchemaSubIdv : SubIdvEntry 264public sealed class TransposedSubIdv : SubIdvEntry
11 references to SubIdvEntry
Microsoft.ML.Data (11)
DataLoadSave\Transpose\TransposeLoader.cs (11)
331private readonly SubIdvEntry.SchemaSubIdv _schemaEntry; 333private readonly SubIdvEntry.TransposedSubIdv[] _entries; 413_schemaEntry = new SubIdvEntry.SchemaSubIdv(this, reader); 414_entries = new SubIdvEntry.TransposedSubIdv[_header.ColumnCount]; 416_entries[c] = new SubIdvEntry.TransposedSubIdv(this, reader, c); 446_schemaEntry = new SubIdvEntry.SchemaSubIdv(this, reader); 447_entries = new SubIdvEntry.TransposedSubIdv[_header.ColumnCount]; 449_entries[c] = new SubIdvEntry.TransposedSubIdv(this, reader, c); 475_schemaEntry = new SubIdvEntry.SchemaSubIdv(this, schemaView); 477_entries = new SubIdvEntry.TransposedSubIdv[_header.ColumnCount]; 480_entries[c] = new SubIdvEntry.TransposedSubIdv(this, c);