VisLearner: configuring with XML
The visual learner selects applicable refinements and verification methods and evaluates their results. It contains a list (<RefineAlgs>) of <AlgorithmEval>, that each contains one algorithm with a certain initial evaluation.
An example for a configuration:
<VisLearner>
<Statistics />
<RefineAlgs>
<AlgorithmEval>
<RFADeformByCluster />
<AlgType>256</AlgType>
<Eval>0.50000</Eval>
<AvgTime>0.000000</AvgTime>
</AlgorithmEval>
<AlgorithmEval>
<RFAColorByShape>
<CheckColorClass mlpPath="./" />
</RFAColorByShape>
<AlgType>256</AlgType>
<Eval>0.60000</Eval>
<AvgTime>0.000000</AvgTime>
</AlgorithmEval>
<AlgorithmEval>
<ShapeModelDownloader>
</ShapeModelDownloader>
<AlgType>256</AlgType>
<Eval>0.60000</Eval>
<AvgTime>0.000000</AvgTime>
</AlgorithmEval>
</RefineAlgs>
<ProveAlgs />
</VisLearner>