Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #1255, comment 3


Ignore:
Timestamp:
11/30/10 13:26:05 (13 years ago)
Author:
cfischer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1255, comment 3

    initial v1  
    33 * expression depth = treeHeight / maxTreeHeight
    44 * used variables = count distinct usedVariables / count inputVariables
    5  * mean squared error = mse / variance(target)
     5 * quality: mean squared error = mse / variance(target)
     6 * quality: R² = 1 - R²
     74 weights are used for a linear combination of these 4 complexity measures.