Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan-Zamfir committed May 16, 2024
1 parent a398f9b commit 0362396
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
5 changes: 0 additions & 5 deletions csvData/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,3 @@ func (d *Data) addData(c int) {
d.columns = c
}


<<<<<<< HEAD
=======

>>>>>>> dev
12 changes: 0 additions & 12 deletions data/equations.go
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
package data

<<<<<<< HEAD
var temp_array = []int{10, 32, 44, 12, 92, 40, 19, 32, 1, 9, 6, 20, 17}
=======


var temp_arr = []int{10, 20, 31, 32, 19, 43, 71, 18, 2, 98, 93, 29, 61, 5}

func Normalize() {
>>>>>>> dev


func Minimum(arr []int) int {
Expand All @@ -31,10 +23,6 @@ func Maximum(arr []int) int{
return max
}

<<<<<<< HEAD

=======
>>>>>>> dev
//normalize:
//for i in row[x]:
// normD = (i-min(row[x]) / (max(row[x]) - min(row[x]))
Expand Down

0 comments on commit 0362396

Please sign in to comment.