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

Method shallowClone

JSAT/src/jsat/DataSet.java:766–766  ·  view source on GitHub ↗

Returns a new version of this data set that is of the same type, and contains a different list pointing to the same data points. @return a shallow copy of this data set

()

Source from the content-addressed store, hash-verified

764 * @return a shallow copy of this data set
765 */
766 abstract public DataSet<Type> shallowClone();
767
768 /**
769 * Returns a new version of this data set that is of the same type, and

Calls

no outgoing calls