Uses of Class
weka.datagenerators.classifiers.regression.MexicanHat
-
Uses of MexicanHat in weka.datagenerators.classifiers.regression
Modifier and TypeClassDescriptionclass
A data generator for generating y according to a given expression out of randomly generated x.
E.g., the mexican hat can be generated like this:
sin(abs(a1)) / abs(a1)
In addition to this function, the amplitude can be changed and gaussian noise can be added.