Package org.apache.bigtop.bigpetstore.recommend

Examples of org.apache.bigtop.bigpetstore.recommend.ItemRecommender


  public void setupTest() throws Throwable {
    setup();
    try {
      FileSystem fs = FileSystem.get(new Configuration());
      fs.delete(MAHOUT_OUTPUT_DIR, true);
      itemRecommender = new ItemRecommender(INPUT_DIR_PATH_STR, ALS_FACTORIZATION_OUTPUT_DIR.toString(),
              ALS_RECOMMENDATIONS_DIR.toString());
    } catch (Exception e) {
      throw new RuntimeException(e);
    }
  }
View Full Code Here

TOP

Related Classes of org.apache.bigtop.bigpetstore.recommend.ItemRecommender

Copyright © 2018 www.massapicom. 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.