Skip to content

Clone on DefaultTreeMatrix not Implemented #20

@demongolem

Description

@demongolem

I am looking for a way to clone a TreeMatrix type object, but when I call clone on my DefaultTreeMatrix, I get a not implemented error:

Exception in thread "main" java.lang.RuntimeException: not implemented
at org.ujmp.core.treematrix.DefaultTreeMatrix.availableCoordinates(DefaultTreeMatrix.java:62)
at org.ujmp.core.objectmatrix.calculation.Convert.calcNew(Convert.java:35)
at org.ujmp.core.objectmatrix.calculation.Convert.calcNew(Convert.java:46)
at org.ujmp.core.AbstractMatrix.clone(AbstractMatrix.java:416)
at UjmpTreeMatrix.createRootedSubtrees(UjmpTreeMatrix.java:30)
at UjmpTreeMatrix.main(UjmpTreeMatrix.java:54)

Is there another way to accomplish this same task or can we get an implementation of this method?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions