Skip to content

Commit

Permalink
update builds for www
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhuang committed Jul 24, 2022
1 parent 4f1cb6b commit 7d33376
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions www/webgazer.js
Original file line number Diff line number Diff line change
Expand Up @@ -147609,8 +147609,8 @@ ridgeWeightedReg_reg.RidgeWeightedReg.prototype.predict = function(eyesObj) {
weightedEyeFeats[trueIndex] = [val];
}
}
weightedXArray[trueIndex] = this.screenXClicksArray.get(i).slice(0, this.screenXClicksArray.get(i).length);
weightedYArray[trueIndex] = this.screenYClicksArray.get(i).slice(0, this.screenYClicksArray.get(i).length);
weightedXArray[i] = this.screenXClicksArray.get(i).slice(0, this.screenXClicksArray.get(i).length);
weightedYArray[i] = this.screenYClicksArray.get(i).slice(0, this.screenYClicksArray.get(i).length);
weightedXArray[i][0] = weightedXArray[i][0] * weight;
weightedYArray[i][0] = weightedYArray[i][0] * weight;
}
Expand Down
2 changes: 1 addition & 1 deletion www/webgazer.js.map

Large diffs are not rendered by default.

0 comments on commit 7d33376

Please sign in to comment.