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

jquery - Invalid Assignment Left-Hand Side -

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

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -