Giter Site home page Giter Site logo

Comments (22)

seandenigris avatar seandenigris commented on August 11, 2024
Too general. Porting on a case-by-case

Reported by simon.denier on 2009-07-15 12:52:13

  • Status changed: Closed

from moose.

seandenigris avatar seandenigris commented on August 11, 2024

Reported by tudor.girba on 2009-07-24 13:04:08

  • Status changed: Fixed

from moose.

seandenigris avatar seandenigris commented on August 11, 2024
Reopened

Reported by simon.denier on 2009-09-20 19:05:01

  • Status changed: Started

from moose.

seandenigris avatar seandenigris commented on August 11, 2024
Issue 165 has been merged into this issue.

Reported by simon.denier on 2009-09-20 19:06:39

from moose.

seandenigris avatar seandenigris commented on August 11, 2024

Reported by tudor.girba on 2009-09-20 20:35:22

  • Labels added: Milestone-4.1

from moose.

seandenigris avatar seandenigris commented on August 11, 2024

Reported by simon.denier on 2009-09-22 08:34:57

  • Labels added: Component-Algos

from moose.

seandenigris avatar seandenigris commented on August 11, 2024

Reported by simon.denier on 2009-12-03 13:25:40

  • Labels added: Type-Project
  • Labels removed: Type-Todo

from moose.

seandenigris avatar seandenigris commented on August 11, 2024
Are you referring to the SCG-Algorithm package in SCGStore?
The last version (1.28) essentially contains algorithm related to FCA. Is what you're
referring too?

Reported by alexandre.bergel on 2010-02-23 21:34:52

from moose.

seandenigris avatar seandenigris commented on August 11, 2024
Partly yes. Actually it's anything related to algorithmic, which could be reused for
analysis. We should make a list 
of what is available on the store. Cyrille just started to look at the packages for
Clustering and Serialization used 
in distribution map.

Reported by simon.denier on 2010-02-23 22:04:38

from moose.

seandenigris avatar seandenigris commented on August 11, 2024
=> There is The SCG-Algorithm bundle
    -> essentially contains the package FormalConceptAnalysis (that we should port
to pharo ) 
=> There is the HapaxDevelopment bundle, which contains:
    -> Clustering package (already port to Pharo (?))
    -> LinearAlgebra package (already port to Pharo (?))

then

    -> InformationRetrieval , according the moose website, we should port it

then

    => A lot of other packages (LinearAlgebra (more), HapaxVectorSpace , HapaxSemantic
,      
HapaxTrendDetection , HapaxExamples , HapaxTest ) for wich I don't know if we have
to port them.



Reported by cy.delaunay on 2010-02-24 12:30:40

from moose.

seandenigris avatar seandenigris commented on August 11, 2024
Let's say that Clustering and LinearAlgebra have been "converted" to Pharo, that is
exported from VW as 
changeset (following the SCG procedure) then dumped in Pharo, with hacks in the changeset
so that Pharo 
does not complain/crash because of the platform change (I dont remember the details,
but there is annoying 
things there). For now it is not compatible with Pharo, and actually it crashes the
VM when tests are run, which 
I find amazing.

For the other parts: FormalConceptAnalysis would be nice, but I thought that Andy Kellens
and Gabriela 
would like to redo that too. We have to check with them.

InformationRetrieval sounds nice, I don't know what's behind but I guess that Adrian
K knows.

LinearAlgebra should perhaps be done in one pass, or at least converted in one pass.
All things related to 
Hapax... I would be glad but perhaps that's a lot of work. We should ask Adrian Kuhn
and use our tools to 
identify the most common parts to be retrieved.

Other things?

Reported by simon.denier on 2010-02-24 13:17:27

from moose.

seandenigris avatar seandenigris commented on August 11, 2024
Tests from clustering and linearAlgebra no longer crash the VM. In fact, I just found
an infinite loop in the code, 
removed it, and now tests runs but don't freeze the image.

I have also 'converted' FormalConceptAnalysis to pharo and save it in the MooseAlgos
squeaksource repository.

Reported by cy.delaunay on 2010-02-24 13:42:06

from moose.

seandenigris avatar seandenigris commented on August 11, 2024
I have ported the package InformationRetrieval. All tests are green in pharo. I saved
it in the MooseAlgos 
squeaksource repository. Let's look at the tests of LinearAlgebra ;)

Reported by cy.delaunay on 2010-02-26 13:24:07

from moose.

seandenigris avatar seandenigris commented on August 11, 2024
All tests green for LinearAlgebra excepted for the class:
- MAFloatVectorTest. A primitive fail and I don't really know how to debug that.

Reported by cy.delaunay on 2010-03-01 13:35:23

from moose.

seandenigris avatar seandenigris commented on August 11, 2024
Great work.

Reported by tudor.girba on 2010-03-01 14:17:14

from moose.

seandenigris avatar seandenigris commented on August 11, 2024
All tests green for Clustering

Reported by cy.delaunay on 2010-03-02 10:24:46

from moose.

seandenigris avatar seandenigris commented on August 11, 2024

Reported by simon.denier on 2010-03-02 16:55:36

from moose.

seandenigris avatar seandenigris commented on August 11, 2024
Condition for closing this bug: all tests green. Further bug should be addressed as
they appear

Reported by cy.delaunay on 2010-04-01 14:51:55

from moose.

seandenigris avatar seandenigris commented on August 11, 2024
I moved this item to 4.0, since it is now basically what requests #357

Reported by simon.denier on 2010-04-06 18:31:41

  • Labels added: Milestone-4.0
  • Labels removed: Milestone-4.1

from moose.

seandenigris avatar seandenigris commented on August 11, 2024
Issue 357 has been merged into this issue.

Reported by simon.denier on 2010-04-06 18:32:30

from moose.

seandenigris avatar seandenigris commented on August 11, 2024
All tests are now green.
I don't really know what was the use of MAFloatVector in VisualWorks, but when looking
to the code, it seems 
that its specificity is just to store Floats. 
The error came from the way floats were stored in VisualWorks or something related
to that.
The solution I provided is to implement MAFloatVector as MAArrayVector (which works
well), and just convert 
elements asFloat before storing them. If this is really the only thing it should do,
it seems to works, and all tests 
are green.

Reported by cy.delaunay on 2010-04-07 09:35:22

from moose.

seandenigris avatar seandenigris commented on August 11, 2024
It seems ok, but you should post something about that on the Pharo list. Perhaps some
people will have better 
knowledge of the primitives concerned.

Reported by simon.denier on 2010-04-08 09:31:46

  • Status changed: Fixed
  • Labels added: Platform-Pharo
  • Labels removed: Platform-Squeak

from moose.

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.