OpenML
weka.MathExpression

weka.MathExpression

Visibility: public Uploaded 20-05-2015 by Hans Bauer Weka_3.7.12-SNAPSHOT 0 runs
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
Weka implementation of MathExpression

Parameters

ESpecify the expression to apply. Eg. pow(A,6)/(MEAN+MAX) Supported operators are +, -, *, /, pow, log, abs, cos, exp, sqrt, tan, sin, ceil, floor, rint, (, ), MEAN, MAX, MIN, SD, COUNT, SUM, SUMSQUARED, ifelse. The 'A' letter refers to the value of the attribute being processed. Other attribute values (numeric only) can be accessed through the variables A1, A2, A3, ...default: (A-MIN)/(MAX-MIN)
RSpecify list of columns to ignore. First and last are valid indexes. (default none)
VInvert matching sense (i.e. only modify specified columns)
unset-class-temporarilyUnsets the class index temporarily before the filter is applied to the data. (default: no)

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table