Note: Forums will be making significant UX changes to address key usability improvements surrounding search, discoverability and navigation. To learn more about these changes please visit the announcement which can be found HERE.
Single table or a database as a data source for data mining

回答済み Single table or a database as a data source for data mining

  • 2012年3月13日 9:20
     
     

    Hi,

    I am trying to make a mining model. My question is that how can I use multiple tables as data source? Should I write a query to get a single data table composed of those tables or I should do something else?

    Thanks

すべての返信

  • 2012年3月20日 10:21
    モデレータ
     
     回答済み

    Hi farhad,

    Would you please describe relationship of these tables in more details? If the other tables can't be treated as nested tables, then i'd create a view to join these tables as one.

    See http://technet.microsoft.com/en-us/library/ms175659.aspx for more details about nested tables in data mining.

    Regards,
    Jerry