HydroSysPotsdam / Forester

Interactive and web-based visualization of decision trees.
GNU General Public License v3.0
4 stars 0 forks source link

Autocontrast of sample number not working #23

Closed david-strahl closed 1 year ago

david-strahl commented 1 year ago

In the flow link renderer, the auto-contrast option just uses the linear interpolation.

Introduce a sampleFractionCorrected field for the nodes, that is calculated on the first query.

david-strahl commented 1 year ago

Introduced samplesFractionScaled. It is calculated by flattening the histogram of the sample number distribution over the whole tree.