Commit cab24a57 authored by panos's avatar panos

Change the object name from BasicTransformations to Transformations

parent 3eaa1d7f
......@@ -26,7 +26,7 @@ Created on 14 Nov 2013
import rpy2.robjects as robjects
#The BasicTransformations object
class BasicTransformations(object):
class Transformations(object):
# A variety of transformations are calculated in this object
def sum(self, data): #calculates the sum of 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