FRosner / DataGenerator

Tool for generating various test data for machine learning and data mining algorithms.
Apache License 2.0
10 stars 2 forks source link

Precision of propabilities is too high #169

Open Bantolomeus opened 11 years ago

Bantolomeus commented 11 years ago

The propabilities of features can look ugly because of so many numbers decimal places. Look at it: uniform categorial

If you cut it after a few digit, replace it with percentage or any other way doesn´t matter as long as it looks pretty =)

Husterknupp commented 11 years ago

Thank you for that. I think four decimal digits should be enough. Three dots after the cut number will be appended to show there's more, internally.

Bantolomeus commented 11 years ago

@Husterknupp sounds good.