Skip to content

Commit

Permalink
Update kpca_lda_knn_equalizeClasses.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Manos Gionanidis authored Mar 21, 2019
1 parent 3afe92e commit 4d830f2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ def equalizeClasses(data):
'''we made this function in order to make a loop, the equalized data take only a small piece of the existing data, so with this
loop we are going to take iteratably all the data, but from every iteration we are keeping only the samples who were support
vectors, the samples only the class which we are taking a piece of it's samples'''
def keepSV():
print 'yolo'
#def keepSV():



'''we use this function in order to apply greedy search for finding the parameters that best fit our model. We have to mention
Expand Down

0 comments on commit 4d830f2

Please sign in to comment.