2 instantiations of SparseExample
Microsoft.ML.TestFramework (2)
TestSparseDataView.cs (2)
47new SparseExample<T>() { X = new VBuffer<T> (5, 3, v1, new int[] { 0, 2, 4 }) },
48new SparseExample<T>() { X = new VBuffer<T> (5, 3, v2, new int[] { 0, 1, 3 }) }
1 reference to SparseExample
Microsoft.ML.TestFramework (1)