Hello,
using the "Optimize Weights (Evolutionary)" I have found optimal weights and exported them to a file. Its structure is:
<?xml version="1.0" encoding="windows-1250"?>
<attributeweights version="5.0beta">
<weight name="Attrib_1" value="0.4805528186159622"/>
<weight name="Attrib_2" value="0.257652703956798"/>
...
</attributeweights>
I can load these weights using:
<operator activated="true" class="read_weights" expanded="true" height="60" name="Read Weights" width="90" x="112" y="390">
<parameter key="attribute_weights_file" value="weight.wgt"/>
</operator>
How can I apply these weights to a learner to get the same results as got from "Optimize Weights (Evolutionary)" learning process?
In "Read Weights" documentation is referenced "AttributeWeightsApplier", but I cannot find such an operator in RM 5.0. I have also found "Scale by weight" but I am not sure if the behaviour is the same as is in "Optimize Weights (Evolutionary)" applied.
Any help would be really appreciated,
Radone