Hello, The following was initiated via Slack in commons-gsoc
Please see “data flow v1.png” for diagram as attachment or in issue link: https://issues.apache.org/jira/browse/STATISTICS-13 @Eric Barnhill @Gilles This is my take on how user interactions and data flow would look like.... any further suggestions or redflags? GILLES replied: @Ben Nguyen [Re: "red flags"] Please separate the computations ("Regression") from the input ("DataLoader" should not be passed to "Regression" but should produce an IO-agnostic interface) and the output ("printResult" should not be a method in "Regression" but in an independent class that would take "RegressionResult" as an argument). These are general design issues; as such discussion should/must happen on the "dev" ML. Thanks. Cheers, -Ben
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org