Giter Site home page Giter Site logo

Comments (14)

jdramsey avatar jdramsey commented on September 27, 2024

I've worked on Ling and now Lingam, trying to substitute the Apache matrix library for the MTJ library. The only thing missing is a QL decomposition; I've substituted QR, but I have to think that through.

from tetrad.

ekummerfeld avatar ekummerfeld commented on September 27, 2024

IndTestHsic appears to be using the following from those imports:
Matrix objects made either with Matrix or DenseMatrix, e.g. "Matrix Kyx = new DenseMatrix(m, m);"
some functions built into the Matrix object class, such as matrix multiplications, e.g. "Ky.mult(Kx, Kyx);" and .get and .numcolumns and .transpose and .copy and .set and .solve
Matrices is also used e.g. "Gztzr.solve(Matrices.identity(kz), ZI);"

from tetrad.

jdramsey avatar jdramsey commented on September 27, 2024

Actually all of those are doable; that might be easier than Ling to translate, although I recall there being a lot more red stuff.

from tetrad.

jdramsey avatar jdramsey commented on September 27, 2024

Solve is just inverse.

from tetrad.

ekummerfeld avatar ekummerfeld commented on September 27, 2024

That's all the red stuff that I found but I might have messed something up. Gonna do a fresh clone and intelliJ project and look again.

from tetrad.

jdramsey avatar jdramsey commented on September 27, 2024

Hold on, I didn't push the stuff I just did. Give me a couple of minute.

from tetrad.

jdramsey avatar jdramsey commented on September 27, 2024

OK should be there.

from tetrad.

ekummerfeld avatar ekummerfeld commented on September 27, 2024

I just reran the maven tests and this was the result:

Tests in error:
testIncompleteCholesky(edu.cmu.tetrad.test.TestIndTestHsic): unable to load from [netlib-native_system-win-x86_64.dll]
test6(edu.cmu.tetrad.test.TestLing): column index (5)

Tests run: 439, Failures: 0, Errors: 2, Skipped: 0

from tetrad.

ekummerfeld avatar ekummerfeld commented on September 27, 2024

In addition to the no.ui etc. imports that get red, TestIndTestHsic has another import that gets red.

import junit.framework.TestCase;
import no.uib.cipr.matrix.DenseMatrix;
import no.uib.cipr.matrix.Matrices;
import no.uib.cipr.matrix.Matrix;

All of those imports get redded out.

from tetrad.

jdramsey avatar jdramsey commented on September 27, 2024

I think I fixed everything. Could you try cloning again and running mvn test? It passes for me but hoping it passes for you.

from tetrad.

jdramsey avatar jdramsey commented on September 27, 2024

By the way, when you go to work on the project, could you fork it and work on the fork instead of just a clone of the master repository? That way you can issue pull requests, which are a lot safer.

from tetrad.

ekummerfeld avatar ekummerfeld commented on September 27, 2024

[INFO] BUILD SUCCESS

nice :)

from tetrad.

jdramsey avatar jdramsey commented on September 27, 2024

HA! Nice. You are now compatible. :)

On Tue, Nov 17, 2015 at 4:29 PM, ekummerfeld [email protected]
wrote:

[INFO] BUILD SUCCESS

nice :)


Reply to this email directly or view it on GitHub
#59 (comment).

Joseph D. Ramsey
Special Faculty and Director of Research Computing
Department of Philosophy
135 Baker Hall
Carnegie Mellon University
Pittsburgh, PA 15213

[email protected]
Office: (412) 268-8063
http://www.andrew.cmu.edu/user/jdramsey

from tetrad.

jdramsey avatar jdramsey commented on September 27, 2024

I think this is closed.

from tetrad.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.