I'm using IBM SPSS modeler 16.0 to analyze my data that have four fields and all of them are retrived from a database as string and converted to numbers with the node replace using to_number()
. When I connect my node to k-means
node to create the clusters using that data I get an error (I'm running a french version and this is a translation of the error):
Type not enough specified for the field 'MyField1'
Type not enough specified for the field 'MyField2'
Type not enough specified for the field 'MyField3'
Type not enough specified for the field 'MyField4'
I tried almost everything but I can't get rid of this error. Can anyone help me to figure this out ?
Many thanks.