Hi Sean, I guess with a proper API it just makes it easier. I was hoping you'd point me to a code sample or a tutorial.
I only could find everything referring to quick starts which tell how to run a sample, such as https://cwiki.apache.org/confluence/display/MAHOUT/Clustering+of+synthetic+control+data I was looking for something like http://hadoop.apache.org/common/docs/r0.17.1/mapred_tutorial.html from the Hadoop folks. Obviously, I can dive into the code base, but I thought I was missing something as I was unable to find a way to hack up my own solution as yet. (i.e. load data, run an algo, get results) On Wed, Nov 2, 2011 at 2:24 PM, Sean Owen <[email protected]> wrote: > Mahout is written in Java, so 'yes' you can put it in any Java program > trivially. Why would it have anything to do with an API? I think you need > to be clearer about what you are doing, and probably first have a basic > look at the project. > On Nov 2, 2011 8:49 AM, "Tharindu Mathew" <[email protected]> wrote: > > > Hi, > > > > Is there an API that is available to easily embed Mahout in a java app, > > feed data and get output? > > > > PS: Forgive me if this is a noob question. Still trying to figure out > > Mahout. > > -- > > Regards, > > > > Tharindu > > > > blog: http://mackiemathew.com/ > > > -- Regards, Tharindu blog: http://mackiemathew.com/
