Examples of AssociationMain


Examples of org.apache.lucene.facet.example.association.AssociationMain

  private static final double[] EXPECTED_INT_SUM_RESULTS = { 4, 2};
  private static final double[] EXPECTED_FLOAT_SUM_RESULTS = { 1.62, 0.34};

  @Test
  public void testAssociationExamples() throws Exception {
    assertExampleResult(new AssociationMain().runSumIntAssociationSample(), EXPECTED_INT_SUM_RESULTS);
    assertExampleResult(new AssociationMain().runSumFloatAssociationSample(), EXPECTED_FLOAT_SUM_RESULTS);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.