Difference between revisions of "Config:LevelPlot"

From SUMOwiki
Jump to navigationJump to search
m
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
'''Generated for SUMO toolbox version 7.0'''.
 +
''We are well aware that documentation is not always complete and possibly even out of date in some cases. We try to document everything as best we can but much is limited by available time and manpower.  We are an university research group after all. The most up to date documentation can always be found (if not here) in the default.xml configuration file and, of course, in the source files.  If something is unclear please dont hesitate to [[Reporting problems|ask]].''
 
== LevelPlot ==
 
== LevelPlot ==
 
=== Custom Options ===
 
=== Custom Options ===
Line 4: Line 6:
 
<source xmlns:saxon="http://icl.com/saxon" lang="xml">
 
<source xmlns:saxon="http://icl.com/saxon" lang="xml">
  
<!--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 over which the error should be calculated.-->
<Option key="makeLevelPlots" value="off"/></source>
+
  <Option key="makeLevelPlots" value="off"/></source>
=== SampleEvaluator ===
+
=== DataSource ===
TODO SampleEvaluator DOC
+
This tag defines the SampleEvaluator that is used by the levelplot (it needs to get its data from somewhere)
 
<source xmlns:saxon="http://icl.com/saxon" lang="xml">
 
<source xmlns:saxon="http://icl.com/saxon" lang="xml">
  
<!--TODO SampleEvaluator DOC-->
+
<!--This tag defines the SampleEvaluator that is used by the levelplot (it needs to get its data from somewhere)-->
<[[Config:SampleEvaluator|SampleEvaluator]] type="ibbt.sumo.SampleEvaluators.datasets.ScatteredDatasetSampleEvaluator">
+
  <[[Config:DataSource|DataSource]] type="ibbt.sumo.sampleevaluators.datasets.ScatteredDatasetSampleEvaluator">
  <!-- <Option key="id" value="validation"/> -->  
+
      <!-- <Option key="id" value="validation"/> -->  
</[[Config:SampleEvaluator|SampleEvaluator]]></source>
+
  </[[Config:DataSource|DataSource]]></source>

Latest revision as of 09:54, 28 February 2014

Generated for SUMO toolbox version 7.0. We are well aware that documentation is not always complete and possibly even out of date in some cases. We try to document everything as best we can but much is limited by available time and manpower. We are an university research group after all. The most up to date documentation can always be found (if not here) in the default.xml configuration file and, of course, in the source files. If something is unclear please dont hesitate to ask.

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 over which the error should be calculated.-->
   <Option key="makeLevelPlots" value="off"/>

DataSource

This tag defines the SampleEvaluator that is used by the levelplot (it needs to get its data from somewhere)

<!--This tag defines the SampleEvaluator that is used by the levelplot (it needs to get its data from somewhere)-->
   <[[Config:DataSource|DataSource]] type="ibbt.sumo.sampleevaluators.datasets.ScatteredDatasetSampleEvaluator">
      <!-- <Option key="id" value="validation"/> --> 
   </[[Config:DataSource|DataSource]]>