Save the result of the functions of the MDGS in the table

I build a model like the k-way clustering in the MDGS. I need to record number of cluster in the table. How can I?
and then I put this building to automatically run all week?

If you want to store the results in a table, create a node 'Create table '. To connect to the cluster use the node to the node "Create table". Be sure to include the PK attribute in the output, in addition to the attributes created by the algorithm of clusters. Then all you need will be in the table.

If you click right on the node to apply it there is an option to deploy on the menu drop down. Select this option and save it to the Clipboard. Open something like Notepad and paste. You will get the code necessary to run the cluster. You will need to make some changes to this code to make it work automatically.

I have a couple of posts on Clustering and a little more to come in the coming weeks. Discover them at the
http://brendantierneydatamining.blogspot.IE/

Tags: Business Intelligence

Similar Questions

  • Save the table/chart as an image file

    Hi all

    I wonder if there is any way I can save the graph Microsoft graph/with the data as an image file (jpg, etc.)? I need the image on the same file saved under the Microsoft Graph graph/so that the program is running. She should have black and non-white colors.

    I knew how to do it in matlab but don't know how to do it in labview. Can someone help me with an example Vi that can do it in labview 2009?

    Thank you!

    It's pretty easy. Just create the image for the chart and use one of the screws the graphic format:

    Note: This is also explained in the Help of LabVIEW.

  • Save the table on column

    Hello

    I have attached a simplified VI which records data after taking measurements of my measuring instrument.  Each iteration in the while loop is a measure.  Currently the data in two columns.  Can you help me save the data after each while the iteration of loop in different columns.

    For the attached VI, I want to get the data spread across 8 columns:

    x0data y0data x1data y1data x2data y2data x3data y3data

    Thank you

    hiNi

    Just put a 2D array of converts between the while loop and array to a worksheet string

  • How to save the table column and row headings

    I have a table where I activated the column and row headings.  Once the table is loaded with data, I would like to save the contents of the table, including the column and row headings in a text file.  The crux of "value" property returns only the content of the table, not the row and column headers.  I could use "header line chains []" and '[] column header chains' property nodes as well, but I'm in the island there is an easier way.  Looks like adding the headers of lines would be difficult.  Any ideas?

    Thanks in advance.

    Here is a way. The construction with the empty constant is to provide to the left corner of the table where there is no data.

  • Possible bug: save the table with double and extended precision to the worksheet

    If one concatenates an array of double-precision and an array of precision extended with the 'build' vi table, then recorded using 'Write in a spreadsheet file' vi any digits to the right of the decimal are reset to zero in the saved file. Regardless of the entry of signifier of format (for example %.10f) to the vi 'Write in a spreadsheet file'.

    I'm on Vista Ultimate 32 bit and labview 9.0

    This is a possible bug that is easily circumvented by the conversion of a type before you incorporate arrar in a worksheet. Nevertheless, it's a bug and it cost me some time.

    Hi JL,.

    No, this is not a bug - it's a feature

    Well, if you'd look closer you would recognize the 'save to spreadsheet' as polymorphic VI. As this polymorphic VI does not support the EXTENSION numbers internally (it only supports DBL, I64, and String) LabVIEW selects the instance with more precision: I64 (I64 a 64 bits of precision, DBL that 53...). Your options are:

    -the value of the instance to use as the DBL (by right click and "Select type... »)

    -make a copy of this VI, save it under a different name and make support number of POST (not rework the polymorphic VI like you would break compatibility with other facilities of LV or future revisions)

  • dynamically create files (.txt/.doc/.css etc.) and save the table as BLOB without file system reference

    Hi guys,.

    IAM trying to find a plsql/pkg process that creates a file for example myiphones.txt (with content) and save this file as BLOB directly in a table in the DB (not on file system moreove there is no access to the file system) - Ive studied this but nothing about other than as_pdf3 that iam still working on.

    Here are the summarized steps:

    -------------------------------------------

    1. run plsql to create a single file like myiphone.txt,

    2. in this (myiphone.txt) inserts a record content from another table EMP as,

    MYiPhone.txt

    ============

    Greg Taylor,

    Mike Owen

    3 then finally record this (myiphone.txt) in another table MYFILES as BLOB - Note Please that I don't want to not refer to file system manager and I have not access to it for the time being,

    I hope it is clear

    no idea about the way to handle this is appreciated?

    Thank you.

    You can try this:

    Data are from a clob table.

    DECLARE
      L_BLOB BLOB;
      L_CLOB CLOB;
      L_DEST_OFFSET INTEGER := 1;
      L_SRC_OFFSET INTEGER := 1;
      L_LANG_CONTEXT INTEGER := DBMS_LOB.DEFAULT_LANG_CTX;
      L_WARNING INTEGER;
      L_LENGTH INTEGER;
    BEGIN
    
      -- create new temporary BLOB
      DBMS_LOB.CREATETEMPORARY(L_BLOB, FALSE);
    
      --Select CLOB
      SELECT CLOB_VAL INTO L_CLOB FROM MY_TABLE;
    
      -- tranform the input CLOB into a BLOB of the desired charset
      DBMS_LOB.CONVERTTOBLOB( DEST_LOB => L_BLOB,
      SRC_CLOB => L_CLOB,
      AMOUNT => DBMS_LOB.LOBMAXSIZE,
      DEST_OFFSET => L_DEST_OFFSET,
      SRC_OFFSET => L_SRC_OFFSET,
      BLOB_CSID => NLS_CHARSET_ID('WE8MSWIN1252'),
      LANG_CONTEXT => L_LANG_CONTEXT,
      WARNING => L_WARNING
      );
    
      -- determine length for header
      L_LENGTH := DBMS_LOB.GETLENGTH(L_BLOB);  
    
      -- Your custom INSERT INTO statement
      INSERT
        INTO MY_TABLE
         (NAME,
          BLOB_FILE,
          BLOB_LENGTH
         )
         VALUES
         ('lala.txt',
          L_BLOB,
          L_LENGTH
         );
    
      EXCEPTION
      WHEN OTHERS THEN
      DBMS_LOB.FREETEMPORARY(L_BLOB);
      RAISE;
    END;
    

    Concerning

    Tobias

  • Save the table in the file of the image - error 6

    I have problems saving a table control in a file photo.  Get error 6 - generic file i/o error.  Any thoughts?  Criterion VI attached.

    Thank you.

    Yes. For example, the name of your VI is 123. vi and here you try to create a folder name 123. vi, then the .png file, which cannot be done. Try to create a sample file anywhere in your PC and bearing the same name with the extension to try to create a folder and see what happens. So, when you use the current path VI it give the path as well as the taking of VI and on top of that you want to create a folder that, as said will not happen. Please, try the method I suggested earlier.

  • How to save the results of a questionnaire analysis offline, without any LMS?

    Hello!

    And a happy new year!

    I am preparing a questionnaire to analyze the level of practice for my students, but the event is placed in the classroom, not online.

    I have not any LMS, therefore, at the end of the test, the results disappear...

    I need to save them, individually. I wanted to choose the Pdf version for this reason. But when I save the pdf file, after the test, all the student responses are blown away...

    Could you help me, please

    Thank you very much

    Nicoolfly

    In order to capture the scoring of results for later analysis, you really need a system that is an LMS or something similar.  Captivate has no functionality by default to give you that other system.  You can choose from the publication options based on the system to that you need the release.  PDF of Captivate output using addition to limit your options, because it is basically a document format, not a system designed to capture, store or send data.

    Have what method you had in mind to record the results of your students?

  • AppleScript to save the text from the view of results

    Hello, I am working with applescript that takes the results in the window at the bottom of the editor, like this

    Now I try to write it in the text editor as a text but Applescript say that he can not with "can't turn"class IFAP in the text.

    and if I try to save the results as a list, applescript supports error 10000 (textEdit has encountered an error: failure AppleEvent written in popup)

    It's that everybody knew how can I solve this problem?

    Here is the text of the script, but it won't work on your mac because it uses application to imagine Photo.

    thisFile to Choose file with guest "choose an image file:

    say application "Imagine the Photo.

    the value thisImporter for import graphics thisFile

    if the component error of thisImporter is not equal to 0 then

    thisImporter close

    display the dialog box "Not an image file that quicktime recognizes."

    return

    end if

    the value {x, y, xDim, yDim} to the limits natural of thisImporter

    define thisDocument to make new document window properties {size: {xDim, yDim}}

    the value the destination of thisImporter to thisDocument drawing

    thisImporter trace

    thisImporter close

    -The section which follows should be replaced according to the pixel value class

    the value pixelValueRect to {x, y, xDim, yDim}

    the value pixelValues1 to get the pixel values of thisDocument with properties {class of pixel values:pixel in the rectangle, rectangle boundaries: pixelValueRect}

    thisDocument close

    -class (pixel points) as a list

    -' class pCol' as a list - цвета координаты разнесены по классам с именами, приводим к списку и

    end say

    say application "TextEdit".

    activate

    make a new document

    the value text of document 1 to pixelValues1 as list

    -the text of the document 1 pixelValues1 as a value list

    -Save the document 1 in ' / Users/IMac/Desktop/LastUpdate.txt '.

    end say

    pixelValues1

  • On a list of Fund cheque images, FF wants to save the resulting .cgi file...

    instead of display the resulting image in the web browser. If I save the .cgi script resulting, I can run and display an image of the cheque.

    Chrome displays correctly the resulting image of the cgi script is returned.

    This can happen if a certain way the GET data (? xxx = xxx) which is needs to be evaluated by the CGI script is lost.

    Clear the cache and cookies from sites that cause problems.

    "Clear the Cache":

    • Edit > Preferences > advanced > network > storage (Cache) offline: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Edit > Preferences > privacy > Cookies: "show the Cookies".

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions of the origin of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

  • When I opened the window "save the Page under", the drop-down box file name indicates the files that have been saved a long time ago. It is not cleared by a function 'clear history' that I can find. How can I erase this?

    1. Question

    When I opened the window "save the Page under", the drop-down box file name indicates the files that have been saved a long time ago. It is not cleared by a function 'clear history' that I can find. How can I erase this?

    Hello.

    I think this is a related issue of Windows, because it is the Manager to save the windows file that we are talking about here (right?). You should contact Microsoft for help with this one, I think. You expect to be able to delete entries simply by touching delete on your keyboard when they are concentrated (that is how it goes for the removal of the form entries specific autocomplete in Firefox), but I have not tried.

    I'm sorry I can't be more helpful.

  • Is there a way to color the correct main items that allows me to export/save the results as a mp4?

    Is there a way to color the correct main items that allows me to export/save the results as a mp4?  I shot images that I need to spend on another editor for editing, but I want to fix the images colors before putting to sea.  I know you can color correct elements, but is it possible to export the clips to the original position of the source for mp4?  I tried to export a clip using H.264 corresponds to the source, but the result is a half the size of the original file. Your help is appreciated!

    You realize that what you do is a generational loss.  Compression of the images already well compressed!... as well as many other works that used saw the final cut.

    Increase the flow of your export to preserve quality as much as possible.

  • Save the project with function

    Hello

    I need to create an instance of my RoboHelp project. Is there a function as save as or save the project under.

    Copy the Windows directory, open in RoboHelp and rename the project on the file menu.

    You may also like to add this as a feature request. The more of us who do, more it will be included in a future release. You can do so here:

    https://www.Adobe.com/cfusion/mmForm/index.cfm?name=wishform & Product = 38

  • Muse CC 2014 cannot save the programe of work/close after using the function "FTP host download"

    Hi, I'm new and try the 'Upload to the FTP host' function yesterday and encountered this problem.

    The files got uploaded, published on the site immediately... but Muse seems to screw up a bit after that. I can't save my file as I am only left with file > open recent element and a few others not. I tried to close the program, he asked if I want to save the file. I clicked 'Yes', but he has not saved. The program did not close either. I have to close the program via the Task Manager.

    My assumptions:

    -This has happened after that I used the 'Upload to FTP Host' option.

    -J' I checked on the task bar, there is an icon "edge CC inspect." I don't think that it works because it is not installed on my computer and the options just brings me to the Adobe download page.

    -Prior to this, I downloaded Flash Builder Premium, but I used it just that I realized that I need to write the code that I suck at... so much that causes the crash?

    Google and realized there was a similar, but unanswered thread in Adobe communities.

    Someone help? This is a very handy feature that I like to use...

    Hello

    in case you always get this question

    Please download the http://muse.adobe.com/assets/ftp2014fix.zipfile, unzip it and save the figure ftpPrefs.xml file to the following location:

    On Windows: %appdata%\Roaming\Adobe\Adobe CC\2014.0 Muse (you can type in the path bar at the top of the Windows Explorer window)

    On Mac: ~/Library/Preferences/Adobe/Adobe CC/2014.0 Muse (you can type in the dialog box go to the folder by using shift-command-G)

    Muse uses extended FTP Mode Passive (EPSV). This is the preferred mode for optimal performance, but we find that some hosts have configured FTP servers such as EPSV is not supported or EPSV only works if you are inside the firewall as well as the FTP server. The ftpPrefs.xml file that precedes, turns off EPSV mode. So if this is the problem in this case, implementation of this file should allow you to properly connect and download without errors.

  • After you generate a table in xml format, how can I save the result in an XML table?

    Hi all
    I used this feature to create a table in the XML schema:
    example:
    SELECT xmlelement ("State", xmlattributes (http://www.opengis.net/gml as "xmlns:gml"),)
    XMLFOREST (name as "Name", "Population" of the population)) of the State;
    result:
    < Statexmlns:gml = "http://www.opengis.net/gml" >
    < name > Wilkopolska < / name >
    the population of 35000 <>< / Population >
    < / state >
    Now I need to insert the result in an XML table, because I need to save the result to use the latter, I hope someone can help, and if there is other way to do this, it would be great.
    Thanks an ot and best regards,
    Lama.

    Just insert in a table...

    insert into t
    SELECT xmlelement("State", xmlattributes( 'http://www.opengis.net/gml' as "xmlns:gml"),
    xmlforest(name as "Name", population as "Population")) from state; 
    

    and a complete example:

    SQL> create table t (test xmltype)
      2  /
    
    Table created.
    
    SQL>
    SQL> create table state
      2  (name varchar2(10)
      3  ,population number
      4  )
      5  /
    
    Table created.
    
    SQL>
    SQL> insert into state values ('WI', 35000)
      2  /
    
    1 row created.
    
    SQL>
    SQL> SELECT xmlelement("State", xmlattributes( 'http://www.opengis.net/gml' as "xmlns:gml"),
      2  xmlforest(name as "Name", population as "Population")) from state; 
    
    XMLELEMENT("STATE",XMLATTRIBUTES('HTTP://WWW.OPENGIS.NET/GML'AS"XMLNS:GML"),XMLFOREST(NAMEAS"NAME",P
    ----------------------------------------------------------------------------------------------------
    WI35000
    SQL>
    SQL> insert into t
      2  SELECT xmlelement("State", xmlattributes( 'http://www.opengis.net/gml' as "xmlns:gml"),
      3  xmlforest(name as "Name", population as "Population")) from state; 
    
    1 row created.
    
    SQL> select *
      2    from t
      3  /
    
    TEST
    ----------------------------------------------------------------------------------------------------
    WI35000
    

Maybe you are looking for

  • URL AutoFill

    How can I get the top search bar for no auto not fill my favorite sites when you try to enter a search? If, for example, I get 'f' it automatically facebook.com fills and will continue to the end of the ".com" with what I type to search. In this case

  • HP DeskJet Ink Advantage 4535: HP DeskJet Ink Advantage 4535 error Code

    Hello I tried to connect my printer to the new wifi and on the printer, the message of this code was displayed. You have no idea where is the problem? I rebooted the wifi router, but the result was the same. I thank very you much. Jan

  • HP: copy software TurboTax and tax return on a cd at the same time

    How to copy software TurboTax and tax return on a cd at the same time so I can then remove turbo tax notebook

  • finish by updating the user interface...

    IM create screen with pagination... Load button to add more data, it is normal on os 6 and 7 os... but in the os 5 process completed... I haved create to update the user interface of the thread to invoke later...This is my code to call later: UiAppli

  • Plug in a USB or a mobile, system is getting hung when it is in Standby Mode.

    Hi team, I usually used to connect my laptop to the system for loading in the office. When I went for a break, as the system goes into sleep mode and I connect my mobile before you connect to the system then its getting hanged. To restart the system,