Package | Description |
---|---|
weka.datagenerators.classifiers.regression |
Modifier and Type | Class and Description |
---|---|
class |
Expression
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. |
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.