MCPcopy
hub / github.com/BrainJS/brain.js / fromString

Method fromString

src/utilities/data-formatter.js:156–159  ·  view source on GitHub ↗
(string, maxThreshold)

Source from the content-addressed store, hash-verified

154 }
155
156 static fromString(string, maxThreshold) {
157 const values = String.prototype.concat(...new Set(string));
158 return new DataFormatter(values, maxThreshold);
159 }
160
161 static fromJSON(json) {
162 const dataFormatter = new DataFormatter();

Callers 1

gru.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected