MCPcopy Create free account
hub / github.com/aegeorge42/aegeorge42.github.io / createSingleDatapoint_test

Method createSingleDatapoint_test

Model/data.js:35–40  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

33 }
34
35 createSingleDatapoint_test(input){
36 var dp = {
37 input: input
38 }
39 this.points.push(dp);
40 }
41
42 shuffle(){
43 for (var i = this.points.length - 1; i > 0; i--) {

Callers 2

posAxisMethod · 0.80
negAxisMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected