We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0a460 commit 20496baCopy full SHA for 20496ba
reconstruction/ai/src/main/java/org/jlab/service/ai/DCClsComboEngine.java
@@ -42,7 +42,7 @@ public class DCClsComboEngine extends ReconstructionEngine {
42
final static String CONF_MODEL_FILE_6CLS = "modelFile6Cls";
43
final static String CONF_THRESHOLD_6CLS = "threshold6Cls";
44
String modelFile6Cls = "mlp_64h_4l_6cls.pt";
45
- float threshold6Cls = 0.78f;
+ float threshold6Cls = 0.95f;
46
Criteria<float[][], float[]> criteria6Cls;
47
ZooModel<float[][], float[]> model6Cls;
48
PredictorPool predictors6Cls;
0 commit comments