testModel(model, 0.7997028967566229);
}
@Test
public void testMaxentOnPrepAttachData2Threads() throws IOException {
AbstractModel model =
new GISTrainer(true).trainModel(100,
new TwoPassDataIndexer(createTrainingStream(), 1),
new UniformPrior(), 1, 2);
testModel(model, 0.7997028967566229);