MATLAB: Intelligent algorithm for classification

classificationintelligent algorithmsneural networksvm

hi everybody. i need to classify some data using an algorithm such as neural network. but as you know it doesnt accept inf values.does anybody know about an intelligent algorithm for classification which can deal with inf values? please help me if you can. thank you

Best Answer

Try these and choose the best
1. Delete the examples
2. Replace inf with NaN
3. Replace inf with a large number
Hope this helps.
Thank you for accepting my answer
Greg
Related Question