Difference between revisions of "Config:LevelPlot"
From SUMOwiki
Jump to navigationJump to searchm |
|||
Line 1: | Line 1: | ||
+ | '''Generated for SUMO toolbox version 6'''. | ||
+ | ''We are well aware that the list below is incomplete 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. 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.'' | ||
== 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. | + | <!--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.--> |
<Option key="makeLevelPlots" value="off"/></source> | <Option key="makeLevelPlots" value="off"/></source> | ||
=== SampleEvaluator === | === SampleEvaluator === | ||
− | + | This tag defines the SampleEvaluator that is used by the levelplot | |
<source xmlns:saxon="http://icl.com/saxon" lang="xml"> | <source xmlns:saxon="http://icl.com/saxon" lang="xml"> | ||
− | <!-- | + | <!--This tag defines the SampleEvaluator that is used by the levelplot--> |
<[[Config:SampleEvaluator|SampleEvaluator]] type="ibbt.sumo.SampleEvaluators.datasets.ScatteredDatasetSampleEvaluator"> | <[[Config:SampleEvaluator|SampleEvaluator]] type="ibbt.sumo.SampleEvaluators.datasets.ScatteredDatasetSampleEvaluator"> | ||
<!-- <Option key="id" value="validation"/> --> | <!-- <Option key="id" value="validation"/> --> | ||
</[[Config:SampleEvaluator|SampleEvaluator]]></source> | </[[Config:SampleEvaluator|SampleEvaluator]]></source> |
Revision as of 14:27, 17 July 2008
Generated for SUMO toolbox version 6. We are well aware that the list below is incomplete 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. 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.
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.-->
<Option key="makeLevelPlots" value="off"/>
SampleEvaluator
This tag defines the SampleEvaluator that is used by the levelplot
<!--This tag defines the SampleEvaluator that is used by the levelplot-->
<[[Config:SampleEvaluator|SampleEvaluator]] type="ibbt.sumo.SampleEvaluators.datasets.ScatteredDatasetSampleEvaluator">
<!-- <Option key="id" value="validation"/> -->
</[[Config:SampleEvaluator|SampleEvaluator]]>