FeatureSet method: add
Syntax:
<feature set> add <feature> <a> <featureA>
<b> <featureB> [optional flags]
Example:
fs add C 1.0 A -1.0 B
A new feature is created by adding two other features together each of them weighted with a factor. In the example the new feature C is just the difference between feature A and B. The features A and B must be of the same type but can be FMatrix as well as SVector.
Optional flags:
-mode <m>