• Davis King's avatar
    This change is mainly about adding a result_type typedef to the various function objects. · aed73cd0
    Davis King authored
    Prior to this change, different function objects declared their return type in different ways,
    now this has all been reconciled.  Now they all declare it as a public typedef named result_type.
    
    I also simplified the cross_validate_multiclass_trainer(), cross_validate_trainer(),
    test_binary_decision_function(), and test_multiclass_decision_function().  They now always
    return double matrices regardless of any other consideration.
    
    --HG--
    extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404175
    aed73cd0
Name
Last commit
Last update
..
any.h Loading commit data...
any_abstract.h Loading commit data...
any_decision_function.h Loading commit data...
any_decision_function_abstract.h Loading commit data...
any_function.h Loading commit data...
any_function_abstract.h Loading commit data...
any_function_impl.h Loading commit data...
any_function_impl2.h Loading commit data...
any_trainer.h Loading commit data...
any_trainer_abstract.h Loading commit data...