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