What is this label used for?

2131012221310122 MemberPosts:40Guru
edited November 2018 inHelp

I am reading your code and want to know what this label is used for?


visualize_model_by_som
com.rapidminer.operator.visualization.SOMModelVisualization
ModelVisualizer

Tagged:

Best Answer

  • Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University ProfessorPosts:1,984RM Engineering
    Solution Accepted

    Hi,

    correct,rfuentealba! Operators are referenced via their key, a unique identifier for each operator (extensions use the format "extension_id:operator_key").

    有时,一个老运营商再保险placed by a newer version, which is reflected by the tag. These days, it's basically just for our reference, but there is old code that did use the tag to automatically exchange old operators etc. We disabled that feature because if various implications that could break your existing processes.

    So as I said, just a clue for developers that this is an operator that replaced an older operator, but not really used in the code.

    Regards,

    Marco

    sgenzer

Answers

  • rfuentealbarfuentealba Moderator, RapidMiner Certified Analyst, Member, University ProfessorPosts:568Unicorn

    Hi@2131012,

    I took a quick look at theGitHub code from RapidMiner Studio, and it appears just once. I have a hunch that this operator (SOMethingVisualizer) replaces an older one named ModelVisualizer that was deprecated in earlier versions, but that the reference is there in case a plugin or something required the ModelVisualizer class. However, don't take my word for granted. If I'm wrong, someone will probably come to my help. (pinging@sgenzer, as he is the man with the plan).

    sgenzer
Sign InorRegisterto comment.