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
Post a Comment