1 instantiation of NoSplitter
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
966return new NoSplitter<T>(view, col);
2 references to NoSplitter
Microsoft.ML.Data (2)
DataView\Transposer.cs (2)
1031private sealed class RowImpl : RowBase<NoSplitter<T>> 1035public RowImpl(NoSplitter<T> parent, DataViewRow input, bool isActive)