1 write to SrcIndices
Microsoft.ML.Data (1)
Transforms\ColumnConcatenatingTransformer.cs (1)
552
SrcIndices
= sources;
23 references to SrcIndices
Microsoft.ML.Data (23)
Transforms\ColumnConcatenatingTransformer.cs (23)
559
_isIdentity =
SrcIndices
.Length == 1 && _inputSchema[
SrcIndices
[0]].Type is VectorDataViewType;
575
var inputCol = _inputSchema[
SrcIndices
[0]];
596
for (int i = 0; i <
SrcIndices
.Length; i++)
604
if (AnnotationUtils.TryGetCategoricalFeatureIndices(_inputSchema,
SrcIndices
[i], out int[] values))
634
int colSrc =
SrcIndices
[i];
685
Contracts.Assert(
SrcIndices
.Length == 1);
686
return input.GetGetter<T>(input.Schema[
SrcIndices
[0]]);
691
var srcGetterOnes = new ValueGetter<T>[
SrcIndices
.Length];
692
var srcGetterVecs = new ValueGetter<VBuffer<T>>[
SrcIndices
.Length];
694
for (int j = 0; j <
SrcIndices
.Length; j++)
696
var column = input.Schema[
SrcIndices
[j]];
705
VBuffer<T>[] tmpBufs = new VBuffer<T>[
SrcIndices
.Length];
710
for (int i = 0; i <
SrcIndices
.Length; i++)
719
input.Schema[
SrcIndices
[i]].Name, vectorType.Size, tmpBufs[i].Length)
739
for (int j = 0; j <
SrcIndices
.Length; j++)
786
for (int j = 0; j <
SrcIndices
.Length; j++)
814
string[] srcTokens = new string[
SrcIndices
.Length];
815
bool[] srcPrimitive = new bool[
SrcIndices
.Length];
816
for (int i = 0; i <
SrcIndices
.Length; ++i)
864
foreach (var src in _columns[i].
SrcIndices
)
922
for (int i = 0; i < boundCol.
SrcIndices
.Length; ++i)
931
var srcIndex = boundCol.
SrcIndices
[i];