Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
dream
Commits
8f4a0e0a
Commit
8f4a0e0a
authored
Apr 24, 2015
by
panos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the object name from DataManagement to DataManipulation
parent
50a589c4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dream/KnowledgeExtraction/DataManipulation.py
dream/KnowledgeExtraction/DataManipulation.py
+1
-1
No files found.
dream/KnowledgeExtraction/DataManipulation.py
View file @
8f4a0e0a
...
@@ -26,7 +26,7 @@ Created on 16 Apr 2014
...
@@ -26,7 +26,7 @@ Created on 16 Apr 2014
import
rpy2.robjects
as
robjects
import
rpy2.robjects
as
robjects
#The DataManipulation object
#The DataManipulation object
class
DataMan
agement
(
object
):
class
DataMan
ipulation
(
object
):
def
round
(
self
,
data
):
#returns the rounded values of the data sample
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
data
=
robjects
.
FloatVector
(
data
)
##The given list changes into float vector in order to be handled by RPy2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment