net.myrrix.web
Class AllConfig
java.lang.Object
net.myrrix.web.AllConfig
public final class AllConfig
- extends Object
Encapsulates command line configuration for AllRecommendations and AllItemSimilarities.
- Author:
- Sean Owen
- See Also:
AllItemSimilarities,
AllRecommendations
|
Constructor Summary |
AllConfig(File localInputDir,
net.myrrix.online.RescorerProvider rescorerProvider,
int howMany)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AllConfig
public AllConfig(File localInputDir,
net.myrrix.online.RescorerProvider rescorerProvider,
int howMany)
getLocalInputDir
public File getLocalInputDir()
getRescorerProvider
public net.myrrix.online.RescorerProvider getRescorerProvider()
getHowMany
public int getHowMany()
Copyright © 2012. All Rights Reserved.