Documentation of 'edu.uci.jforests.tuning.ConfigGenerator' Java class
ConfigGenerator
edu.uci.jforests.tuning

Class ConfigGenerator



  • public class ConfigGenerator
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      ConfigGenerator(java.lang.String rootFolder, int folds, int fromSeed, int toSeed) 
      ConfigGenerator(java.lang.String rootFolder, int folds, java.lang.String randomSeeds) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void generateExperimentsConfigs(java.io.InputStream inputStream) 
      java.util.List<TuningConfig> getConfigs(java.lang.String trainFile, java.lang.String validFile, java.lang.String testFile, java.lang.String featureNamesFile) 
      java.util.List<TuningConfig> getConfigsForFold(int f, java.lang.String trainFile, java.lang.String validFile, java.lang.String testFile, java.lang.String featureNamesFile) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConfigGenerator

        public ConfigGenerator(java.lang.String rootFolder,
                               int folds,
                               int fromSeed,
                               int toSeed)
      • ConfigGenerator

        public ConfigGenerator(java.lang.String rootFolder,
                               int folds,
                               java.lang.String randomSeeds)
    • Method Detail

      • generateExperimentsConfigs

        public void generateExperimentsConfigs(java.io.InputStream inputStream)
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getConfigs

        public java.util.List<TuningConfig> getConfigs(java.lang.String trainFile,
                                                       java.lang.String validFile,
                                                       java.lang.String testFile,
                                                       java.lang.String featureNamesFile)
                                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getConfigsForFold

        public java.util.List<TuningConfig> getConfigsForFold(int f,
                                                              java.lang.String trainFile,
                                                              java.lang.String validFile,
                                                              java.lang.String testFile,
                                                              java.lang.String featureNamesFile)
                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.