Skip to content

Instantly share code, notes, and snippets.

@digorithm
Created January 9, 2015 00:19
Show Gist options
  • Save digorithm/f6fe9911ff7d11ec4572 to your computer and use it in GitHub Desktop.
Save digorithm/f6fe9911ff7d11ec4572 to your computer and use it in GitHub Desktop.
public double hypothesisFunction(double x){
return this.theta1*x + theta0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment