@Before
public void setUp() throws Exception {
super.setUp();
File symTestData = getTestTempDir("symTestData");
File asymTestData = getTestTempDir("asymTestData");
symCorpus = new TestDistributedRowMatrix().randomDistributedMatrix(100,
90, 80, 2, 10.0, true, symTestData.getAbsolutePath());
asymCorpus = new TestDistributedRowMatrix().randomDistributedMatrix(100,
90, 80, 2, 10.0, false, asymTestData.getAbsolutePath());
}