2 writes to ColumnIndex
Microsoft.ML.Data (2)
DataLoadSave\Binary\BinaryLoader.cs (2)
154
ColumnIndex
= index;
186
ColumnIndex
= -1;
4 references to ColumnIndex
Microsoft.ML.Data (4)
DataLoadSave\Binary\BinaryLoader.cs (4)
137
public bool IsGenerated { get { return
ColumnIndex
== -1; } }
2166
.Where(t => !t.Value.IsGenerated).OrderBy(t => t.Value.
ColumnIndex
);
2177
ch.Assert(col.
ColumnIndex
== colCount); // *Every* column in the file should be here, even if dead.
2197
ch.Info(MessageSensitivity.Schema, "Column {0} '{1}'{2} of {3} in {4} blocks of {5}", col.
ColumnIndex
, col.Name,