Error: object 'result' not found when clustering data

前端 未结 0 711
时光说笑
时光说笑 2020-12-01 00:23

Here is the code:

n <- length(unique(data$vehicleType))
set.seed(42)
result <- kmeans(data.norm, n)
result

Error message:



        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题