Skip to content
Snippets Groups Projects
Commit f60450a6 authored by ValentinDebarnot's avatar ValentinDebarnot
Browse files

fixing last error, to try?

parent c2f71e34
No related branches found
No related tags found
No related merge requests found
...@@ -79,10 +79,10 @@ public class Params { ...@@ -79,10 +79,10 @@ public class Params {
backgroundMethod = value; backgroundMethod = value;
if (key.equalsIgnoreCase("registrationMethod")) if (key.equalsIgnoreCase("registrationMethod"))
registrationMethod = value; registrationMethod = value;
if (key.equalsIgnoreCase("PathToSingularValues")) // if (key.equalsIgnoreCase("PathToSingularValues"))
PathToSingularValues = value; // PathToSingularValues = value;
if (key.equalsIgnoreCase("PathToSbasis")) // if (key.equalsIgnoreCase("PathToSbasis"))
PathToSbasis = value; // PathToSbasis = value;
if (key.equalsIgnoreCase("normalize")) if (key.equalsIgnoreCase("normalize"))
normalize = value; normalize = value;
...@@ -143,8 +143,8 @@ public class Params { ...@@ -143,8 +143,8 @@ public class Params {
buffer.write("detectionMethod, " + detectionMethod + "\n"); buffer.write("detectionMethod, " + detectionMethod + "\n");
buffer.write("backgroundMethod, " + backgroundMethod + "\n"); buffer.write("backgroundMethod, " + backgroundMethod + "\n");
buffer.write("registrationMethod, " + registrationMethod + "\n"); buffer.write("registrationMethod, " + registrationMethod + "\n");
buffer.write("PathToSingularValues, " + PathToSingularValues + "\n"); // buffer.write("PathToSingularValues, " + PathToSingularValues + "\n");
buffer.write("PathToSbasis, " + PathToSbasis + "\n"); // buffer.write("PathToSbasis, " + PathToSbasis + "\n");
buffer.write("normalize, " + normalize + "\n"); buffer.write("normalize, " + normalize + "\n");
// Integer // Integer
......
...@@ -11,6 +11,7 @@ import java.nio.file.Paths; ...@@ -11,6 +11,7 @@ import java.nio.file.Paths;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.List; import java.util.List;
import java.io.File;
import org.jblas.DoubleMatrix; import org.jblas.DoubleMatrix;
import org.jblas.MatrixFunctions; import org.jblas.MatrixFunctions;
import org.jblas.Solve; import org.jblas.Solve;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment