comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » ENVI_SVM_DOIT
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
ENVI_SVM_DOIT [message #84515] Tue, 21 May 2013 08:22
danubio is currently offline  danubio
Messages: 1
Registered: May 2013
Junior Member
Hi!

I would like to use IDL/ENVI to classify some data using SVM. Let's say I have 100 training samples, with 3 features each, like this:

seed = 123
xTR = RANDOMU(seed,3,100)
yTR = xTR[1,*] GT 0.5

and want to classify some test samples
xTE = RANDOMU(seed,3,100)

An option in IDL/ENVI seems to be ENVI_SVM_DOIT.
http://www.exelisvis.com/docs/ENVI_SVM_DOIT.html

Please, do you have suggestions how to pass my tabular data to ENVI_SVM_DOIT programmatically given that I do not have images/ROIS as input, and my IDL skills are still limited?

Thanks in advance!
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Map_Image Buggers Map Projection Space
Next Topic: Re: calligraphic font

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 09:22:50 PDT 2025

Total time taken to generate the page: 0.00485 seconds