Examples of PlusAnonymousUserDataModel


Examples of org.apache.mahout.cf.taste.impl.model.PlusAnonymousUserDataModel

    this(new FileDataModel(readResourceToTempFile("ratings.dat")));
  }

  public LibimsetiWithAnonymousRecommender(DataModel model)
      throws TasteException, IOException {
    super(new PlusAnonymousUserDataModel(model));
    plusAnonymousModel =
        (PlusAnonymousUserDataModel) getDataModel();
  }
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.