com.pawjaw.classification.crf.lmcbt.configurations
Class DefaultConfiguration

java.lang.Object
  extended by com.pawjaw.classification.crf.lmcbt.configurations.Configuration
      extended by com.pawjaw.classification.crf.lmcbt.configurations.DefaultConfiguration

public class DefaultConfiguration
extends Configuration


Field Summary
 
Fields inherited from class com.pawjaw.classification.crf.lmcbt.configurations.Configuration
boosted_tree_threads, boosting_iterations_between_tests, cache_expanded_true_features, expanded_features, label_count_excluding_start_label, label_count_including_start_label, max_boosting_iterations, max_leaves_per_tree, min_boosting_iterations, min_relative_accuracy_improvement, point_features, regression_tree_shrinkage, report_training_progress, splitter_threads, valid_window_offset, window_radius
 
Constructor Summary
DefaultConfiguration(int point_features, int window_radius, int label_count_excluding_start_label)
           
 
Method Summary
protected  int getBoostedTreeThreads()
           
protected  int getBoostingIterationsBetweenTests()
           
protected  boolean getCacheExpandedTrueFeatures()
           
protected  int getMaxBoostingIterations()
           
protected  int getMaxLeavesPerTree()
           
protected  int getMinBoostingIterations()
           
protected  double getMinRelativeAccuracyImprovement()
           
protected  double getRegressionTreeShrinkage()
           
protected  boolean getReportTrainingProgress()
           
protected  int getSplitterThreads()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultConfiguration

public DefaultConfiguration(int point_features,
                            int window_radius,
                            int label_count_excluding_start_label)
Method Detail

getSplitterThreads

protected int getSplitterThreads()
Specified by:
getSplitterThreads in class Configuration

getMaxLeavesPerTree

protected int getMaxLeavesPerTree()
Specified by:
getMaxLeavesPerTree in class Configuration

getBoostedTreeThreads

protected int getBoostedTreeThreads()
Specified by:
getBoostedTreeThreads in class Configuration

getMaxBoostingIterations

protected int getMaxBoostingIterations()
Specified by:
getMaxBoostingIterations in class Configuration

getMinBoostingIterations

protected int getMinBoostingIterations()
Specified by:
getMinBoostingIterations in class Configuration

getBoostingIterationsBetweenTests

protected int getBoostingIterationsBetweenTests()
Specified by:
getBoostingIterationsBetweenTests in class Configuration

getRegressionTreeShrinkage

protected double getRegressionTreeShrinkage()
Specified by:
getRegressionTreeShrinkage in class Configuration

getMinRelativeAccuracyImprovement

protected double getMinRelativeAccuracyImprovement()
Specified by:
getMinRelativeAccuracyImprovement in class Configuration

getReportTrainingProgress

protected boolean getReportTrainingProgress()
Specified by:
getReportTrainingProgress in class Configuration

getCacheExpandedTrueFeatures

protected boolean getCacheExpandedTrueFeatures()
Specified by:
getCacheExpandedTrueFeatures in class Configuration