java - How does WEKA code the value of an instance as a double value -


when want read particular value of instance use following method:

public double value(int attindex) 

now, how original value double value? possible know datatype particular value, , if know if of type string, how can string value?

thanks abhishek s

if wanto string value can use

public double stringvalue(int attindex) 

Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -