-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lucas
committed
Dec 12, 2017
1 parent
7f34d7e
commit ed6c35e
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Fuzzy_logic | ||
# project by Arie Soeteman and Lucas Fijen | ||
project by Arie Soeteman and Lucas Fijen | ||
|
||
# Two python files have been created for the interaction with the | ||
# For now self-created database. The plan is that next week the actual database | ||
# will be converted to the datastructure as presented here. | ||
Two python files have been created for the interaction with the | ||
For now self-created database. The plan is that next week the actual database | ||
will be converted to the datastructure as presented here. | ||
|
||
# To run this code, run the ipython file using Jupyter notebook. | ||
# The whole project is written in Python 3.6, using numpy as package | ||
To run this code, run the ipython file using Jupyter notebook. | ||
The whole project is written in Python 3.6, using numpy as package |