Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ezralazuardy committed Nov 19, 2024
1 parent 6dd4547 commit 967dab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lazuardy_anfis/anfis.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def trainHybridJangOffLine(
)
epoch = epoch + 1

self.fittedValues = predict(self, self.X)
self.fittedValues = self.predict(self.X)
self.residuals = self.Y - self.fittedValues[:, 0]

return self.fittedValues
Expand Down

0 comments on commit 967dab0

Please sign in to comment.