예제 #1
0
	def last_rk_candidate_average(self):
		return reduce(lambda x, y: x + Util.max_count(y), self.last_rk_candidate, 0) / 16.0
예제 #2
0
	def get_last_rk_candidate(self, i):
		return Util.max_count(self.last_rk_candidate[i])