Synopsis
Reads the weights of all attributes of an example set from a file. Each line must hold the name and the weight of one attribute.
Description
Reads the weights for all attributes of an example set from a file and creates a new AttributeWeights IOObject. This object can be used for scaling the values of an example set with help of the AttributeWeightsApplier operator.
Input
Output
- output:
Parameters
- attribute weights file: Filename of the attribute weights file.