Displaying 3 results from an estimated 3 matches for "tamayo".
Did you mean:
tamay
2006 May 08
3
operator overload on views
In my User auth scheme I have a userlevel. I''ve overloaded the User
class operators like this:
def >(item)
if item.class == "User"
self.userlevel > item.userlevel
else
self.userlevel > item
end
end
(other operators are overloaded in essentially the same way). As I
understand it, using the operator ">" inside the overloaded
2010 Jul 18
6
CRAN (and crantastic) updates this week
...ghest accuracy in splitting the training samples is
determined. A new sample is classified by its metagene value
relative to the threshold. In the first place, the package is aimed
at two class problems in gene expression data, but might also apply
to other problems.
* RODM (1.0-2)
Pablo Tamayo
http://crantastic.org/packages/RODM
This package implements an interface to Oracle Data Mining (ODM). It
provides an ideal environment for rapid development of demos and
proof of concept data mining studies. It facilitates the prototyping
of vertical applications and makes ODM and the RD...
2008 Jul 18
0
Web crawler - spider and Amazon Web Servces (AWS)
I need to create a web crawler and the closest thing to a tutorial
I''ve found so far is this article:
http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1182
wich I think I found via RubyInside or some blog.
It uses some of Amazone Web Services, mainly SQS, but this would be my
first time outsourcing a process to a third party and I would like to
know if someone in the