第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

請幫忙看下怎麼改,謝謝

請幫忙看下怎麼改,謝謝

猛跑小豬 2023-01-04 16:12:37
def getResponse(neighbors):classVotes = {}for x in range(len(neighbors)):response = neighbors[x][-1]if response in classVotes:classVotes[response] += 1else:classVotes[response] = 1sortedVotes = sorted(classVotes.iteritems(), key=operator.itemgetter(1), reverse=True)return sortedVotes[0][0]
查看完整描述

1 回答

?
蠱毒傳說

TA貢獻1895條經(jīng)驗 獲得超3個贊

def getResponse(neighbors):
#給結(jié)果搞個字典
classVotes={}

#把每個neighor都循環(huán)一遍
for x in range(len(neighbors)):
response = neighbors[x][-1]
print response
if response in classVotes:
classVotes[response]+=1
print classVotes
else:
classVotes[response] =1

sortedVotes = sorted(classVotes.iteritems(),key = operator.itemgetter(1),reverse = True) 
#reverse是按降序方式排序  

return sortedVotes[0][0]


查看完整回答
反對 回復(fù) 2023-01-06
  • 1 回答
  • 0 關(guān)注
  • 98 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號