/** Test of getResult method, of class LatentDirichletAllocationVectorGibbsSampler. */
 @Test
 public void testGetResult() {
   LatentDirichletAllocationVectorGibbsSampler instance =
       new LatentDirichletAllocationVectorGibbsSampler();
   assertNull(instance.getResult());
 }