Skip to content

Commit

Permalink
Merge pull request #81 from jethronap/v1.0.1_branch
Browse files Browse the repository at this point in the history
V1.0.1 branch
  • Loading branch information
pockerman authored Apr 24, 2020
2 parents b8fb48a + 5ce7775 commit c2181ad
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 314 deletions.
28 changes: 0 additions & 28 deletions src/main/java/examples/OLSMultipleLinearRegression.java

This file was deleted.

6 changes: 3 additions & 3 deletions src/main/java/examples/ml/example1/Example1.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import dataloader.CsvDataLoader;

import stats.Simple1DLinearRegression;

import tech.tablesaw.api.Table;
import visualizations.ScatterChart;

Expand All @@ -14,7 +14,7 @@ public class Example1 {

public static void main(String[] args ) throws IOException {

File file = new File("data/car_plant.csv");
/*File file = new File("data/car_plant.csv");
Table table = CsvDataLoader.TableLoader.parseFile(file);
// let's plot the data
Expand All @@ -34,6 +34,6 @@ public static void main(String[] args ) throws IOException {
System.out.println("Regression coefficients. Intercept: "+intercept+" Slope: "+coeffs[0]);
//TODO embed the regression line into the Scatter plot somehow
//TODO embed the regression line into the Scatter plot somehow*/
}
}
87 changes: 0 additions & 87 deletions src/main/java/stats/GLSLinearRegression.java

This file was deleted.

93 changes: 0 additions & 93 deletions src/main/java/stats/OLSLinearRegression.java

This file was deleted.

92 changes: 0 additions & 92 deletions src/main/java/stats/Simple1DLinearRegression.java

This file was deleted.

11 changes: 0 additions & 11 deletions src/main/java/stats/StatisticsType.java

This file was deleted.

0 comments on commit c2181ad

Please sign in to comment.