Difference between revisions of "Config:LevelPlot"

From SUMOwiki
Jump to navigationJump to search
(New page: == LevelPlot == === SampleEvaluator === This option enables the levelPlotProfiler (be sure to enable it in the profilers section too). A sample evaluator should provide the reference dat...)
 
m
Line 1: Line 1:
 
== LevelPlot ==
 
== LevelPlot ==
 
+
=== Custom Options ===
 
+
Available options:
 +
<source lang="xml">
 +
<Option key="makeLevelPlots" value="off"/>
 +
</source>
 
=== SampleEvaluator ===
 
=== SampleEvaluator ===
 
This option enables the levelPlotProfiler (be sure to enable it in the profilers section too). A sample evaluator should provide the reference data set to be used. If necessary, the user can specify his own `ticks' (i.e. bounds to the different level areas) and `tickLabels' (labels associated with the ticks in the plots. Make sure you specify your tick bounds in descending order! If no tickLabels are present, just the numerical values of the ticks are used as labels
 
This option enables the levelPlotProfiler (be sure to enable it in the profilers section too). A sample evaluator should provide the reference data set to be used. If necessary, the user can specify his own `ticks' (i.e. bounds to the different level areas) and `tickLabels' (labels associated with the ticks in the plots. Make sure you specify your tick bounds in descending order! If no tickLabels are present, just the numerical values of the ticks are used as labels
 
<source lang="xml">
 
<source lang="xml">
  <[[Config:SampleEvaluator|SampleEvaluator]] type="ibbt.sumo.SampleEvaluators.datasets.ScatteredDatasetSampleEvaluator">  
+
<[[Config:SampleEvaluator|SampleEvaluator]] type="ibbt.sumo.SampleEvaluators.datasets.ScatteredDatasetSampleEvaluator"></[[Config:SampleEvaluator|SampleEvaluator]]>
  </[[Config:SampleEvaluator|SampleEvaluator]]>
 
 
</source>
 
</source>

Revision as of 11:51, 7 February 2008

LevelPlot

Custom Options

Available options:

<Option key="makeLevelPlots" value="off"/>

SampleEvaluator

This option enables the levelPlotProfiler (be sure to enable it in the profilers section too). A sample evaluator should provide the reference data set to be used. If necessary, the user can specify his own `ticks' (i.e. bounds to the different level areas) and `tickLabels' (labels associated with the ticks in the plots. Make sure you specify your tick bounds in descending order! If no tickLabels are present, just the numerical values of the ticks are used as labels

<[[Config:SampleEvaluator|SampleEvaluator]] type="ibbt.sumo.SampleEvaluators.datasets.ScatteredDatasetSampleEvaluator"></[[Config:SampleEvaluator|SampleEvaluator]]>