Skip to content

Commit 385daba

Browse files
author
danyaljj
committed
add setter for conjunctiveLabels.
1 parent bddb606 commit 385daba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lbjava/src/main/java/edu/illinois/cs/cogcomp/lbjava/learn/SparseNetworkLearner.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ public boolean isUsingConjunctiveLabels() {
158158
return conjunctiveLabels;
159159
}
160160

161+
public void setConjunctiveLabels(boolean setConjunctiveLabels) {
162+
conjunctiveLabels = setConjunctiveLabels;
163+
}
164+
161165
/**
162166
* returns the i-th LTU; the type of this depends on the type of the baseLTU (see above).
163167
*/

0 commit comments

Comments
 (0)