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

Method clone

JSAT/src/jsat/classifiers/svm/extended/CPM.java:527–531  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

525 }
526
527 @Override
528 public CPM clone()
529 {
530 return new CPM(this);
531 }
532
533 /**
534 * Provides a distribution of reasonable values for the

Callers 1

testCloneMethod · 0.95

Calls

no outgoing calls

Tested by 1

testCloneMethod · 0.76