Skip to content

Instantly share code, notes, and snippets.

@bshlgrs
Created January 30, 2014 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bshlgrs/8704619 to your computer and use it in GitHub Desktop.
Save bshlgrs/8704619 to your computer and use it in GitHub Desktop.
BasicNode.prototype.getUncertainty = function() {
return require(["operators/Add", "operators/Mul", "operators/Pow", "terminals"], function(Add, Mul, Pow, terminals) {
var Constant, Uncertainty, out, stuff, variable, variables, _i, _len;
Uncertainty = terminals.Uncertainty;
Constant = terminals.Constant;
variables = this.getAllVariables();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment