Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Answers
The SVM has an option to go one-class. That might help you.
Best,
Martin
Dortmund, Germany
Thank you very much! But one-class SVM seems to be unsupervised learning algorithm! I want to use Semi-supervised Learning algorithms.
Best Wishes,
mkq
If there is a java implementation we (= community?) might embedd it. It's pretty straight forward.
~Martin
Dortmund, Germany
http://link.springer.com/article/10.1631/jzus.C1000330 - Clustering feature decision trees for semi-supervised
classification from high-speed data streams - Wen-hua XU, Zheng QIN, Yang CHANG
SmSCluster is a semi-supervised method they implemented using RapidMiner.
http://arxiv.org/ftp/arxiv/papers/1201/1201.1670.pdf - Customers Behavior Modeling by Semi-Supervised Learning inCustomer Relationship Management - Siavash Emtiyaz, MohammadReza Keyvanpour
"The proposed semi-supervised method is a model by means of a feed-forward neural network trained by a back propagation algorithm (multi-layer perceptron) in order to predict the category of an unknown customer (potential customers). In addition, this technique can be used with Rapid Miner tools for both labeled and unlabeled data"
(1-class SVM should work with this approach too)
Distance measures, clusters, HBOS + stacking can all be used too. Howeyou might need to drop to R, Python or a Java library to implement others.
Regarding graph models, the Linked Open Data extension is probably a good place to start.
Thank you very much! I'll check the java implementation and weka extension.
Best Wishes,
mkq
Thank you very much! I'll try the methods you've advised. ;D ;D
Best Wishes,
mkq