you cannot add "String" features,they have to be a Mat(or a vector of) numbers . [what you're trying to deed in currently, is the asii representation of the number. that won't ever work.]
machinelearning wants float data. you either have to convert, or read in your data as float.
you cannot add "String" features,they have to be a Mat(or a vector of) numbers . [what you're trying to deed feed in currently, is the asiiascii representation of the number. that won't ever work.]
machinelearning wants float data. you either have to convert, or read in your data as float.