The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"Error in FrequencyDiscretization Operator"
I think there is an error in the FrequencyDiscretization (CVS Version)
The square root is missing computing the number of bin, so in a exampleset with 100 examples 100 bins are generated instead only 10.
File /yale/src/com/rapidminer/operator/preprocessing/discretization/FrequencyDiscretization.java revision 1.1 to 1.5
F.J. Cuberos
The square root is missing computing the number of bin, so in a exampleset with 100 examples 100 bins are generated instead only 10.
File /yale/src/com/rapidminer/operator/preprocessing/discretization/FrequencyDiscretization.java revision 1.1 to 1.5
Regards.
if (useSqrt) {
numberOfBins = exampleSet.size() - (int) exampleSet.getStatistics(currentAttribute, Statistics.UNKNOWN);
}
F.J. Cuberos
Tagged:
0
Answers
thanks again! We have just fixed this and the fixed version will be available in CVS / release soon.
Cheers,
Ingo