Package weka.core

Interface Copyable

    • Method Detail

      • copy

        java.lang.Object copy()
        This method produces a shallow copy of an object. It does the same as the clone() method in Object, which also produces a shallow copy.