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