exactly i want to do this only....but i dont know how could i do.
i want to train my data by SVM , and take the support vectors to input to ANN to train prediction model and thn want to predict my test dataset by this ANN model.
when you are using SVM as a clustering method, it would return output, use that output to classification that in ANN, in your ANN input is same as SVM, and the output is what you get from SVM.
input -> SVM (result as output)
[input output] -> ANN -> classification and train it
but mention the check data too, use about 70% of your data for training SVM and ANN, then use 30% for checking the result in ANN and how it's would classifier.