Commit 8f4a0e0a authored by panos's avatar panos

Change the object name from DataManagement to DataManipulation

parent 50a589c4
......@@ -26,7 +26,7 @@ Created on 16 Apr 2014
import rpy2.robjects as robjects
#The DataManipulation object
class DataManagement(object):
class DataManipulation(object):
def round(self, data): #returns the rounded values of the data sample
data=robjects.FloatVector(data) ##The given list changes into float vector in order to be handled by RPy2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment