Options

"Is there an Randomized Projections operator (built-in or extension)"

BryantSBryantS Member Posts: 2 Newbie
edited May 2019 in Help
I’m trying to experiment with several different dimensionality reduction operators. One that I’ve been unable to locate is called Randomized Projections. (I have found PCA, ICA, and others). I'm wondering if operator this is implemented in RapidMiner? If so, I would appreciate any help in getting pointed in the right direction. 

Thanks in advance!
Tagged:

Comments

  • Options
    David_ADavid_A Administrator, Moderator, Employee, RMResearcher, Member Posts: 297 RM Research
    edited March 2019
    Hi,

    I'm not aware of any implementation. But there are R and Python packages that implement the Random Projection (RandPro for R and sklearn.random_projection for Python). They can be executed with the scripting extensions (just look at the RapidMiner marketplace).
    There is also a Weka implementation available, so implementing the algorithm as an own extension also won't be to much of an effort.

    Best,
    David

  • Options
    BryantSBryantS Member Posts: 2 Newbie
    Thank you. I’ll give that a try. 
Sign In or Register to comment.