MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / getCircles

Method getCircles

JSAT/test/jsat/FixedProblems.java:194–197  ·  view source on GitHub ↗
(int dataSetSize, double... radi )

Source from the content-addressed store, hash-verified

192 return getCircles(dataSetSize, rand, r1, r2);
193 }
194 public static ClassificationDataSet getCircles(int dataSetSize, double... radi )
195 {
196 return getCircles(dataSetSize, RandomUtil.getRandom(), radi);
197 }
198
199 public static ClassificationDataSet getCircles(int dataSetSize, Random rand, double... radi )
200 {

Calls 4

getRandomMethod · 0.95
addDataPointMethod · 0.95
toDenseVecMethod · 0.95
nextDoubleMethod · 0.45

Tested by

no test coverage detected