Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ezralazuardy committed Nov 14, 2024
1 parent 161797c commit 12cc1c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@
- lazuardy-tech <[email protected]>
"""

import os

import numpy

import anfis
import membershipfunction
import mfderivs

# define the training_set.txt file path, please change it to your own path
training_set = "/Users/ezra/projects/lazuardy/oss/anfis/src/training_set.txt"
# define the training_set.txt file path
training_set = os.getcwd() + "/src/training_set.txt"

ts = numpy.loadtxt(training_set, usecols=[1, 2, 3])
X = ts[:, 0:2]
Expand Down

0 comments on commit 12cc1c6

Please sign in to comment.