コード例 #1
0
def test_classify():
    row = [22,7,3,5,2,7,3,6,9,1,4,0]
    cutoffs = [0, 5, 7, 11]
    print hw3.classify(row, cutoffs)