MCPcopy Index your code
hub / github.com/EdwardRaff/JSAT / run

Method run

JSAT/src/jsat/DataSet.java:174–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172 ex.submit(new Runnable()
173 {
174 @Override
175 public void run()
176 {
177 for (int i = ID; i < getSampleSize(); i+=SystemInfo.LogicalCores)
178 ipt.mutableTransform(getDataPoint(i));
179 latch.countDown();
180 }
181 });
182 }
183 }

Callers

nothing calls this directly

Calls 6

getSampleSizeMethod · 0.95
getDataPointMethod · 0.95
setDataPointMethod · 0.95
countDownMethod · 0.80
mutableTransformMethod · 0.65
transformMethod · 0.65

Tested by

no test coverage detected