Example #1
0
def test_nyu_subordinate_consistency():
    human_data = h.get_subordinate_human_data()
    model_data = g.subordinate_trials(g.NYU_COLL)
    print h.trial_split_consistency(human_data,
                                    model_data,
                                    'dp_standard',
                                    'two_way_type',
                                    'obj',
                                    bstrapiter=3)
Example #2
0
def test_nyu_basic_consistency():
    human_data = h.get_basic_human_data()
    model_data = g.basic_trials(g.NYU_COLL)
    print h.trial_split_consistency(human_data,
                                    model_data,
                                    'dp_standard',
                                    'two_way_type',
                                    'category',
                                    bstrapiter=3)
def test_nyu_subordinate_consistency():
    human_data = h.get_subordinate_human_data()
    model_data = g.subordinate_trials(g.NYU_COLL)
    print h.trial_split_consistency(human_data, model_data, 'dp_standard', 'two_way_type', 'obj', bstrapiter=3)
def test_nyu_basic_consistency():
    human_data = h.get_basic_human_data()
    model_data = g.basic_trials(g.NYU_COLL)
    print h.trial_split_consistency(human_data, model_data,
                                    'dp_standard', 'two_way_type', 'category', bstrapiter=3)