mirror of
https://github.com/marcin-szczepanski/jFuzzyLogic.git
synced 2024-12-18 16:35:27 +01:00
commit
10bb476cc2
@ -29,7 +29,7 @@ public class DefuzzifierMeanMax extends DefuzzifierContinuous {
|
||||
// Calculate mean of max
|
||||
for( int i = 0; i < values.length; i++ ) {
|
||||
if( values[i] == max ) {
|
||||
maxX = min + stepSize * i;
|
||||
maxX += min + stepSize * i;
|
||||
count++;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user