6 writes to Features
Microsoft.ML.Samples (6)
Dynamic\Transforms\Projection\VectorWhiten.cs (6)
87
Features
= new float[10] { 0,
93
Features
= new float[10] { 1,
99
Features
= new float[10] { 2, 3, 4, 5, 6, 7, 8, 9, 0, 1 }
103
Features
= new float[10] { 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, }
107
Features
= new float[10] { 5, 6, 7, 8, 9, 0, 1, 2, 3, 4 }
111
Features
= new float[10] { 6, 7, 8, 9, 0, 1, 2, 3, 4, 5 }
3 references to Features
Microsoft.ML.Samples (3)
Dynamic\Transforms\Projection\VectorWhiten.cs (3)
49
SampleVectorOfNumbersData.
Features
), kind: Microsoft.ML.Transforms
58
transformedData.Schema[nameof(SampleVectorOfNumbersData.
Features
)]);
60
printHelper(nameof(SampleVectorOfNumbersData.
Features
), whitening);