Optimize Weights (Forward)


Synopsis

Assumes that features are independent and optimizes the weights of the attributes with a linear search.


Description

This operator performs the weighting under the naive assumption that the features are independent from each other. Each attribute is weighted with a linear search. This approach may deliver good results after short time if the features indeed are not highly correlated.


Input


Output


Parameters


ExampleProcess