6 writes to Features
Microsoft.ML.Samples (6)
Dynamic\Transforms\Projection\VectorWhitenWithOptions.cs (6)
86Features = new float[10] { 0, 92Features = new float[10] { 1, 98Features = new float[10] { 2, 3, 4, 5, 6, 7, 8, 9, 0, 1 } 102Features = new float[10] { 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, } 106Features = new float[10] { 5, 6, 7, 8, 9, 0, 1, 2, 3, 4 } 110Features = new float[10] { 6, 7, 8, 9, 0, 1, 2, 3, 4, 5 }
3 references to Features
Microsoft.ML.Samples (3)
Dynamic\Transforms\Projection\VectorWhitenWithOptions.cs (3)
49SampleVectorOfNumbersData.Features), kind: Microsoft.ML.Transforms 58transformedData.Schema[nameof(SampleVectorOfNumbersData.Features)]); 60printHelper(nameof(SampleVectorOfNumbersData.Features), whitening);