O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Answered by marsee : Jul 12 2011 10:30 AM
Hi Scott
Apparently you're not the only person in Boson looking for a mongoDB group--here's a waiting list in Meetup:
http://mongodb.meetu...s/us/ma/boston/
Here's a complete list of all... full answer >
This excerpt from Toby Segaran's Programming Collective Intelligence introduces K-Means Clustering, an algorithm that determines the size of clusters based on the structure of the data.
Hierar...
Collaborative filtering techniques enable online retailers to recommend products, services, and media for the majority of commercial websites you visit daily. When you purchase something at Amazon....
If you're eager to learn more about R and want a taste of what it's like, here's an introduction to the basic operations in R from Joseph Adler's R in a Nutshell.
Let’s get started using R....
This excerpt from Joseph Adler's R in a Nutshell introduces the R console. If you use R, you'll spend most of your time interacting with the console.
The R console is the most important tool for usin...
The following excerpt from Joseph Adler's R in a Nutshell introduces the R Graphical User Interface. This is helpful if you would like to know what the R GUI looks like on other operating systems.
...
Big Data is when your data is so large you seriously have to consider how you're going to organize, store, and manage it in order to gain some benefit from it. Here are a few links to get you star...
There are some practical techniques that are worth knowing about
when you are developing and running Pig programs. This section covers
some of them.ParallelismWhen running in Hadoop mode...
Is the cluster set up correctly? The best way to answer this
question is empirically: run some jobs and confirm that you get the
expected results. Benchmarks make good tests, as you also...
You can run a MapReduce job with a single line of code:
JobClient.runJob(conf). It’s very short, but it
conceals a great deal of processing behind the scenes. This section
uncov...