Difference between revisions of "Config:LevelPlot"

From SUMOwiki
Jump to navigationJump to search
m
m
Line 2: Line 2:
 
=== Custom Options ===
 
=== Custom Options ===
 
Available options:
 
Available options:
<source lang="xml">
+
<source xmlns:saxon="http://icl.com/saxon" lang="xml">
<Option key="makeLevelPlots" value="off"/>
+
 
</source>
+
<!--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-->
 +
<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
+
TODO SampleEvaluator DOC
<source lang="xml">
+
<source xmlns:saxon="http://icl.com/saxon" lang="xml">
<[[Config:SampleEvaluator|SampleEvaluator]] type="ibbt.sumo.SampleEvaluators.datasets.ScatteredDatasetSampleEvaluator"></[[Config:SampleEvaluator|SampleEvaluator]]>
+
 
</source>
+
<!--TODO SampleEvaluator DOC-->
 +
<[[Config:SampleEvaluator|SampleEvaluator]] type="ibbt.sumo.SampleEvaluators.datasets.ScatteredDatasetSampleEvaluator">
 +
  <!-- <Option key="id" value="validation"/> -->
 +
</[[Config:SampleEvaluator|SampleEvaluator]]></source>

Revision as of 14:53, 13 February 2008

LevelPlot

Custom Options

Available options:

<!--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-->
<Option key="makeLevelPlots" value="off"/>

SampleEvaluator

TODO SampleEvaluator DOC

<!--TODO SampleEvaluator DOC-->
<[[Config:SampleEvaluator|SampleEvaluator]] type="ibbt.sumo.SampleEvaluators.datasets.ScatteredDatasetSampleEvaluator">
   <!-- <Option key="id" value="validation"/> --> 
</[[Config:SampleEvaluator|SampleEvaluator]]>