edu.qut.cs.rcmd.experiment
Class ExperimentConfig

java.lang.Object
  extended by edu.qut.cs.rcmd.experiment.ExperimentConfig

public final class ExperimentConfig
extends Object


Nested Class Summary
static class ExperimentConfig.Builder
           
 
Method Summary
 String getDatabase()
           
 double getEvaluationPercentage()
           
 int getKFold()
           
 Set<String> getKFoldExperiments()
           
 double getRelevanceThreshold()
           
 String getResultOutputFile()
           
 int getTopN()
           
 double getTrainingPercentage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getKFold

public int getKFold()

getTopN

public int getTopN()

getRelevanceThreshold

public double getRelevanceThreshold()

getEvaluationPercentage

public double getEvaluationPercentage()

getTrainingPercentage

public double getTrainingPercentage()

getResultOutputFile

public String getResultOutputFile()

getKFoldExperiments

public Set<String> getKFoldExperiments()

getDatabase

public String getDatabase()


Copyright © 2012. All Rights Reserved.