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

Method clone

JSAT/src/jsat/regression/RANSAC.java:366–372  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

364 }
365
366 @Override
367 public RANSAC clone()
368 {
369 RANSAC clone = new RANSAC(baseRegressor.clone(), iterations, initialTrainSize, minResultSize, maxPointError);
370
371 return clone;
372 }
373
374 /**
375 * Once RANSAC is complete, it maintains its trained version of the

Callers 1

testCloneMethod · 0.95

Calls 1

cloneMethod · 0.65

Tested by 1

testCloneMethod · 0.76