Skip to content

Commit 20496ba

Browse files
tongtongcaobaltzell
authored andcommitted
change deafult threshold
1 parent 7d0a460 commit 20496ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reconstruction/ai/src/main/java/org/jlab/service/ai/DCClsComboEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class DCClsComboEngine extends ReconstructionEngine {
4242
final static String CONF_MODEL_FILE_6CLS = "modelFile6Cls";
4343
final static String CONF_THRESHOLD_6CLS = "threshold6Cls";
4444
String modelFile6Cls = "mlp_64h_4l_6cls.pt";
45-
float threshold6Cls = 0.78f;
45+
float threshold6Cls = 0.95f;
4646
Criteria<float[][], float[]> criteria6Cls;
4747
ZooModel<float[][], float[]> model6Cls;
4848
PredictorPool predictors6Cls;

0 commit comments

Comments
 (0)