• Davis King's avatar
    Changed the feature extraction interfaces for the sequence labeling and · 55d21096
    Davis King authored
    assignment problem learning tools to also include an optional
    num_nonnegative_weights() method.  This method can be used to tell any machine
    learning tools which elements of the learned parameter vector should be
    non-negative.  As part of this change, I also removed the previous methods for
    doing this from the structural_assignment_trainer since they are now redundant.
    55d21096
num_nonnegative_weights.h 2.04 KB