net.myrrix.web
Class AllConfig

java.lang.Object
  extended by 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)
           
 
Method Summary
 int getHowMany()
           
 File getLocalInputDir()
           
 net.myrrix.online.RescorerProvider getRescorerProvider()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllConfig

public AllConfig(File localInputDir,
                 net.myrrix.online.RescorerProvider rescorerProvider,
                 int howMany)
Method Detail

getLocalInputDir

public File getLocalInputDir()

getRescorerProvider

public net.myrrix.online.RescorerProvider getRescorerProvider()

getHowMany

public int getHowMany()


Copyright © 2012. All Rights Reserved.