Research Article

Yield Prediction for Tomato Greenhouse Using EFuNN

Algorithm 1

EFuNN algorithm steps.
for each evolving layer neuron h do
 Create a new rule r
for each input neuron i do
  Find the condition neuron c with the largest
  weight
  Add an antecedent to r of the form “i is c
   ” where is the confidence factor for
  that antecedent
end for
for each output neuron o do
  Find the action neuron a with the largest weight
  
  Add a consequent to r of the form “o is a
   ” where is the confidence factor for
  that consequent
end for
end for