Sequences Mining Model

Hi,
I would like to know how to get a list a each sequence, his support from a sequence mining model with a DMX query.
I mean :
Sequence ; Support
A B C; 15
B D C; 30
Thanks
Best regards
Ludo

This idea might not be possible:  the sequence clusters are a group of items, and therefore the support will vary.  In other words, different support (in your first row) for A versus B versus C.
See query examples at
http://msdn.microsoft.com/en-us/library/cc645869(v=sql.120).aspx
Mark Tabladillo PhD (MVP, SAS Expert; MCT, MCITP, MCAD .NET) http://www.marktab.net

Similar Messages

  • Mining Models used in SQL Developer 3.0 and models created PL/SQL scripts

    Hi,
    Pardon my ignorance if some of my questions are very basic. I am just gaining understanding about building/using mining models.
    I installed sql developer and went thru some OBE exercises to build models ( classification models)
    While building workflows the exercise required to supply data for the pre built models ( the four models pre-created). The question is - is this exercise is about building models or using models ?
    How those pre-built models were created? Are these models are restricted in their usage. or are they generic models that they can be applied for solving similar problems?
    What type of models can be used in workflows?
    I am also seeing some smaples of pl/sql scripts used in creating some models. Is it correect to assume they are created using PL/SQL APIs ( DBMS_DATA_MINING, DBMS_DATA_MINING_TRANSFORM etc).
    What is the differrence between these two model building process ?
    Thanks

    Hi,
    The OBE exercises show you both how to build models and then to apply (Score) new data using the built models.
    A model is always built using some form of input data, so it is built specifically with that form of data in mind.
    It is not a generic model at all.
    When you apply a model you provide data in the same format as the original data.
    In the case of a Classification or Regression model, you are applying the model to generate a prediction on new data that conforms with the build data provided to the model.
    The online help provides details on all the models that are available.
    Data Miner uses the data mining pl/sql packages (package name DBMS_DATA_MINING) to create and test models.
    There are also sql data mining prediction functions as well.
    Thanks, Mark

  • Entities for Mining Models

    Hallo,
    I would like to Identify the Logical & Phyical Tables required for a specific Data Mining Model e.g. Churn Prediction. The "Oracle® Communications Data Model Reference 11g Release 2" Document lists "only" 5 Source Tables, Page 629 Chapter 10-9:
    ocdm_sys.DWR_CUST
    ocdm_sys.DWD_ACCT_STTSTC
    ocdm_sys.DWR_BSNS_MO
    ocdm_sys.DWR_HH
    ocdm_sys.DWR_JB
    Does this mean we only need to Source this 5 Tables for doing our Customer Churn Prediction?
    Edited by: user639027 on 15.12.2011 12:27

    Hi,
    The OBE exercises show you both how to build models and then to apply (Score) new data using the built models.
    A model is always built using some form of input data, so it is built specifically with that form of data in mind.
    It is not a generic model at all.
    When you apply a model you provide data in the same format as the original data.
    In the case of a Classification or Regression model, you are applying the model to generate a prediction on new data that conforms with the build data provided to the model.
    The online help provides details on all the models that are available.
    Data Miner uses the data mining pl/sql packages (package name DBMS_DATA_MINING) to create and test models.
    There are also sql data mining prediction functions as well.
    Thanks, Mark

  • Unable to get Audit logs for Data Mining Model Oracle11g

    Hi All, I followed all the steps given below 2 links but not getting any audit logs.
    http://download.oracle.com/docs/cd/B28359_01/datamine.111/b28130/install_odm.htm#DMADM024
    http://download.oracle.com/docs/cd/B28359_01/datamine.111/b28130/schemaobjs.htm#sthref233
    Made sure the audit_trail is set to DB.
    SQL cmds and its output shown below
    SQL> AUDIT GRANT,AUDIT,COMMENT,RENAME,SELECT ON mining model NB_SH_Clas_sample;
    Audit succeeded.
    SQL> COMMENT ON MINING MODEL NB_SH_Clas_sample IS 'i am here';
    COMMENT ON MINING MODEL NB_SH_Clas_sample IS 'i am here'
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    Process ID: 31648
    Session ID: 135 Serial number: 114
    SQL> quit
    Please help me if i have left out any step
    Thanks in Advance

    Hi.
    Please take a look at the other concurrent thread on model object auditing for more detailed information. If you have Oracle support, please file a TAR with Metalink (http://metalink.oracle.com).
    Regards, Peter.

  • How to add new past in mining model and how to update the previous data in the minin model of time series algorithm?

    hello,
    I creata a mining model and trained it with some data using the sql table.Now I want that when ever I make any Changes in sqltable record. Then I have to chane the data of mining model also.Please provide help.
    Thanks in Advance
    Shalini Rathore

    Hi, thanks for the reply!
    Just to follow up for what we did to disable the delete function for maintaining table records. We hided the Delete button by adding a "MODULE disable_delete" code in Screen Painter. So now only adding records to the table is allowed.
    Thanks,
    Jenny

  • Export schema with mining models -Need Help Plz-

    Hello,
    I have to export my schema to another online server to by used by web site. me schema contain some tables, functions etc. It's also contain 33 mining models. When I export the schema using (exp) command and re import the dump file on different machine it import every thing but the mining models.
    I just need a confirm if the (exp) command support exporting the mining models? and if yes, why it can not export the models from my schema?
    I have already used the (expdp) and the file can be imported without problems on the machines I have here but it generate an error on the servers of the hosting company?
    Need any help or ideas
    Thanks

    hello
    the database on the source is 11g r1. on the target 11g. online hosting database ( http://www.revion.com/hosting/apex.html ).
    exp app_eoncologist/app_eoncologist file=exp_eoncologist.dmp log=log.txt
    expdp app_eoncologist directory=PICTURES dumpfile=app_eoncologist.dmpboth of the above works fine on my site. I just learned from another post that (exp) don't support mining objects so we don't need to look on it.
    When the hosting company try to import the file using (impdp) they get the error
    IMP-00010: not a valid export file, header failed verification
    IMP-00000: Import terminated unsuccessfully
    Hope this can help
    Thanks
    AL

  • Data Mining model usage in real time application

    Has Oracle a product that is similar with the Intelligent Miner for Scoring from IBM. Or are there any technical white papers how to use analytical Models, exported via PMML, in an Oracle Datawarehouse enviroment? I read on the Data Mining Group web pages that Oracle is a member there, but i coul`d not found any documentation of how to use analytical models exported with PMML in an Oraclae enviroment

    Another way to do this is to specify your shared variable to be a custom control and create a control that simply has a 2-D array in it.  I've attached a zipped LabVIEW 8.2 project that shows both methods.  Enjoy!
    Becky
    Becky Linton
    Field Engineer - Michigan
    National Instruments
    Attachments:
    2DArraySharedVariable.zip ‏110 KB

  • BC for Data Mining models

    Hello
    Does SAP have BC for data mining or APD?

    Hi,
    Yes, we do have BC for data mining..
    Have a look at this link:
    http://help.sap.com/saphelp_bw33/helpdata/en/5e/63cf695b72654bb3b8c05b4eed87ec/frameset.htm
    Regards
    Manga(Assign points)

  • Publishing Data Mining models,objects to Discoverer

    HI everybody,
    Does anybody Know where the ODM objects(tables,views) are inserted during the procedure of Publishing to Discoverer?
    Whereas , I have defined a Gateway to ODM in Discoverer Administrator and the Publishing does not invoke any error , I don't see the ODM objects in Discoverer Administrator....
    Why may this happen?
    Thanks , beforehand
    Simon

    Please ensure the following patch is installed. Which version of Oracle BI are you using?
    Patch 4430506 for OracleBI Discoverer Administrator, available from Oracle MetaLink; if this patch is not installed, the gateway will not work.
    Also I am assuming you are familiar with how a gateway object can be loaded to the Discoverer Admin GUI in the load wizard. You can get help in Discoverer forum. Discoverer
    Regards
    Sunil

  • Error (Data mining): The specified mining structure does not contain a valid model for the current task.

    I'm trying to run the Cross validation report on a mining structure that contains just Microsoft Association Rules mining model. In Target Attribute, I've tried:
    Actual(Service Description).SE value
    Actual([Service Description]).[SE value]
    Actual(Service Description)
    Actual([Service Description])
    just because i don't know what is the exact correct format, but none of them worked, and I always get the following error:
    Error (Data mining): The specified mining structure does not contain a valid model for the current task.
    the following is my mining model structure

    Association rules does not allow for cross-validation
    Mark Tabladillo PhD (MVP, SAS Expert; MCT, MCITP, MCAD .NET) http://www.marktab.net

  • Sequence Clustering in Excel DM Add-In 2013, Cannot Set Sequence Key

    Hi Everyone,
    I was attempting to run a Sequence Clustering DM in Excel and I tried to get around the need for a nested table by flattening my normalized Sales Order and Sales Order Line Item into a single table through a query.
    However, when I go to create the Mining Structure in Excel, there is no option for setting the Key Sequence. If I go try to add a Mining Model to a mining Structure, Sequence Clustering is an option but I cannot proceed unless I set the Key Sequence when
    I am building the Mining Structure.
    Does MS Excel DM support Sequence Clustering analysis? Or is there a workaround within Excel?
    Thanks,
    Billy

    You cannot create Sequence Clustering models in DM Add-ins.
    Tatyana Yakushev [PredixionSoftware.com]
    Download Predixion Insight 3.0 - World class predictive platform for big data

  • Data Mining on data specified and filtered by the user in runtime

    Hi Experts,
    i am new to Data Mining in SAP BI (we are on BI 7.0 SP Level 20). I familiarised myself with APD and Data Mining by reading some interesting and useful threads in this forum and some other resources. Therefore I got a understanding about the topic and was able to create basic data mining model for an association analysis and an corresponding APD for it and write the results into a DSO by using the data source. But for now I was not able to find a solution for a concrete customer requirement.
    The user shall be able to select an article, a retail location and a month and get the top n combinations sold with that article in the particular location and month. For that he may not access the data mining workbench or any other SAP internal tools but he shall be able to start the analysis out of the portal (preferable a query).
    We had some thoughts on the scenario. The first idea would be to create an APD for every location for the last month. As we need to cover more than 100 locations, this would not be practicable. Therefore I think it would be necessary, that the user can select the particular filters, and the data mining would then be executed with the given input.
    The other idea was to use a query as source. The user would start this query and filter location and month in it. The result of the query could then be used as the source for the APD with the association analysis. Therefore we would need to create a jump point from that query, which starts the APD with that results. After that the user should be able to start a result query, which displays the result of the association analysis (ideally this result query would start automatically, but starting it manually would be ok, too).
    So, I have the following questions for these scenarios:
    1.) Is it possible to create variants of a single APD, for automatically doing the data mining for the different locations?
    2.) is it possible to start an APD out of a query, with the particular results regarding filtering?
    3.) Can we place a query directly on the data mining results (how?) or do we need to write the data mining results in a DSO first?
    4.) What about the performance? Would it be practicable to do the data mining in runtime with the user waiting?
    5.) Is the idea realistic at all? Do you have any other idea how to accomplish the requirement (e.g. without APD but with a query, specific filter and conditions)?
    Edited by: Markus Maier on Jul 27, 2009 1:57 PM

    Hi ,
    you can see the example : go to se 80 then select BSP Application ,SBSPEXT_HTMLB   then select tableview.bsp , you will get some idea to be more clear for the code which you have written
    DATA: tv TYPE REF TO CL_HTMLB_TABLEVIEW.
    tv ?= cl_htmlb_manager=>get_data(
                             request = runtime->server->request
                              name    = 'tableView'
                                  id      = ''tbl_o_table" ).    
    IF tv IS NOT INITIAL.
      DATA: tv_data TYPE REF TO CL_HTMLB_EVENT_TABLEVIEW.
      tv_data = tv->data.
    IF tv_data->prevSelectedRowIndex IS NOT INITIAL.
    FIELD-SYMBOLS: <row> LIKE LINE OF sflight.
        READ TABLE ur tablename  INDEX tv_data->prevSelectedRowIndex ASSIGNING <row>.
        DATA value TYPE STRING.
        value = tv_data->GET_CELL_ID( row_index    =
                                   tv_data->prevSelectedRowIndex
                                      column_index = '1' ).
    endif.
    endif,

  • BW Data Mining

    Hello!
    I need information about the following BW Data Mining topics. Hope, someone can help me?
    -What 3rd Party Tools are available für Data Mining? (I just know "IBM Intelligent Miner")
    -Does someone have experiences with performance of the DM-algorithms? System requirements? Mass data?
    -Are there possibilities to improve the performance?
    -What is known about new features in Netweaver BI 7.0 for DM?
    -Does someone have special experiences in DM in the automotive industy? Are there typical business processes known, which are useful for BW Data Mining?
    Thank you for help!
    Regards,
    Peter

    Hallo!
    I need different information about BW data mining.
    One thing is, what are typical business scenarios for the different algorithms. So it is easy to find such for decision trees, association analysis and maybe for ABC analysis. But i have little problems to find real scenarios vor weighted score tables and regression analysis. It would be helpful to hear about some.
    I have to write a paper for my company about data mining with bw. While we have no experiences in this area I´m looking here for people having.
    Also Performance. The problem is not to try out with APD and Data Mining models. But to find experiences with this.
    Good or bad performance with this or this algo? Or how can I optimize performance for mass data?
    After this I have to design typical business scenarios. Especially for automotive area if possible.
    So what the question for me is, what is possible with the algorithms? Where are problems with them?
    It would be great if you could provide me with more information about your experiences in this area.
    Thanks,
    Peter

  • Data Mining overflow error while loading the mining viewer

    I developed a time series model that processes succesfully. The problem I have is that when I try to view the mining model viewer that displays the times series on a chart, I get the error below:
    An error occurred while a prediction query was being executed:
    'Error (Data mining): An overflow was encountered while converting a predicted value to the '' column, at line 1, column 33. A higher precision data type for the column is recommended.'.
    ADDITIONAL INFORMATION:
    Error (Data mining): An overflow was encountered while converting a predicted value to the '' column, at line 1, column 33. A higher precision data type for the column is recommended. (Microsoft OLE DB Provider for Analysis Services 2008 R2.)
    It looks like the probability value (which is a float data type, for example 0.4452938765) is being stored in a particular column, and the data type of that column cannot contain the range of decimal places that the probability has.
    I don't know which column to look for to change its data type like the error messages says. Would anyone have any idea?

    Hello,
    Thanks for your posting.
    It is more related to Data Mining issue in this case. I move the thread to
    Data Mining forum for better support. Thanks for your understanding.
    Regards,
    Elvis Long
    TechNet Community Support

  • Error in execute planning sequence variant in process chain

    Hi ,
    While creating an Execute planning sequence variant in process chain in Quality system , i am getting an error" variable variant not selected ' though i created a variable variant and selected it in execute planning seq variant.
    Transporting it from development system didnt work therefore i am trying to create it directly in Quality .
    Any idea what could be the issue.

    Hi,
    Variable variant can be saved for planning sequence in modeler and then cab be used in process chains.
    In process chain you can choose "Execute planning sequence"( separate process type) and add planning sequence with variant.
    [http://help.sap.com/saphelp_nw2004s/helpdata/en/43/1d000c41130bd5e10000000a422035/frameset.htm]
    Thanks
    Pratyush

Maybe you are looking for

  • Taking too much time

    Dear All, When I do execute following PL/SQL block from SQL it takes more than 5 mins. DECLARE V_BR_CODE NUMBER; V_CUST_NO NUMBER; V_DT DATE; FLAG NUMBER; V_RETDT DATE; BEGIN V_BR_CODE := 147; V_CUST_NO := 6260002; V_DT := '01-jan-07'; FLAG := 0; V_R

  • Change_connection does not update entire info about application

    The procedure change_connection does not update the entire info of the about application window. When I change my connection the connect string in the about application window still shows the old connection string. I added the line g_connect_string :

  • Alternative way to backup phone?

    Hey Everyone, I recently had an issue with one of the usb port pins being bent on my 8310 curve. This soon led to being unable to charge the phone or connect the phone to my computer via usb. Today, I received a brand new 8310, and I was wondering if

  • No me enciende mi ipad he probado con todo, ipad 64gb 3g

    Buenas, estaba jugando con mi ipad como es habitual, y de repente se apago, no enciende, ni la manzana ni na de nada, he probado con todo y esta en coma, me gustaria saber que puede ser, gracias

  • ATL development outlook plugin fails to load, how to solve

    Such as the title, start the program displays COM add-ins COM add-ins loaded error, load failure After manually loaded, plug-ins can run its normal but still Displays the above error, restart the program, plug in turn fail, we need to manually re-loa