【发布时间】:2015-03-15 11:15:14
【问题描述】:
我正在使用 IBM SPSS modeler 16.0 分析我的数据,这些数据具有四个字段,所有这些字段都作为字符串从数据库中检索出来,并使用 to_number() 使用节点替换转换为数字。当我将我的节点连接到k-means 节点以使用该数据创建集群时,我收到一个错误(我正在运行法语版本,这是错误的翻译):
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'
我几乎尝试了所有方法,但无法摆脱这个错误。谁能帮我解决这个问题?
非常感谢。
【问题讨论】:
标签: k-means spss spss-modeler