Skip to content

Commit

Permalink
Bug of cluster sensivity corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
vicente committed Dec 4, 2015
1 parent 1a3d903 commit 2e3fce2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified lfsom/contents/libraries/lfsom/library/lfsom.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion lfsom/src/lfsom/experiment/TrainSelector.java
Expand Up @@ -555,7 +555,7 @@ public void LanzaExperimento(LFSData datos1, LFSExpProps exprops) {
String nameExp = exprops.getExpName();
String dataPath = exprops.getDataPath();
String rootPath = exprops.getRootPath();
double sensiCluster = 5e-6;
double sensiCluster = exprops.getSensiCluster();
boolean isSub = exprops.isSubred();
// String celdasSubnet = exprops.getStrSubredOrigen();
String fPadre = exprops.getFPadre();
Expand Down

0 comments on commit 2e3fce2

Please sign in to comment.