MCPcopy Create free account
hub / github.com/dmlc/parameter_server / SetUp

Method SetUp

src/test/sparse_matrix_test.cc:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8class SparseMatrixTest : public ::testing::Test {
9 protected:
10 virtual void SetUp() {
11 // auto data = //
12 X = readMatrixFromBin<double>("../data/bin/rcv1_X");
13 }
14
15 MatrixPtr<double> y;
16 MatrixPtr<double> X;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected