Modify the existing code to change the SQL -- it's just a matter of copying a class that only specifies SQL and making new SQL statements. I think there's a version that even reads from a Properties object.
On Mon, Mar 25, 2013 at 12:11 AM, Matt Mitchell <[email protected]> wrote: > Hi, > > I have a table of user preferences with the following columns: > > user_id > item_id > tag > > I want to build a data model in mahout, but not use the entire table. I'd > like to add a where clause like "where tag = 'A'" when building the model > instance. Is this possible? If not, any way around this besides creating a > view or new table? > > Thanks, > Matt
