You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the source code of Algebird by taking only he packages algebird, matrix , mutable and macros. My goal is to create a dense matrix from scratch using the scala programming language without calling ( com.twitter.algebird ). However I found a problem in the aggregator.scala; the aggregator has no an instance fromMonoid ( the object fromMonoid[T], fromMonoid[F,T] re already defined in the class aggregator.scala ) . Another problem is that the GeneratedTupleAggregator is not recognized. By the way I have copied the scala class GeneratedTupleAggregator in a package "project". If any person is familiar with that, please recommand a solution for me.
Thanks
The text was updated successfully, but these errors were encountered:
It sounds like you are trying to make a new build, and possibly change the source and would like support for that. I doubt that your questions will have much to do with this project in particular, and you can ask for support on general scala support groups (irc, gitter, discord, slack, etc...) I will not have time to support.
Thanks for your response. I do appreciate that. Yes i do want to make a new build. What I need is to create denseMatrix that is it. The package algebid-core is sufficient for me. I am already using the class aggregator where the "GeneratedTupleAggregator " is not recognized. I don't know if I have to copy the GeneratedTupleAggregator.scala to the project file or I have to use the same build.sbt file used by the developpers of algebird-twitter.
Hello world ,
I am trying to use the source code of Algebird by taking only he packages algebird, matrix , mutable and macros. My goal is to create a dense matrix from scratch using the scala programming language without calling ( com.twitter.algebird ). However I found a problem in the aggregator.scala; the aggregator has no an instance fromMonoid ( the object fromMonoid[T], fromMonoid[F,T] re already defined in the class aggregator.scala ) . Another problem is that the GeneratedTupleAggregator is not recognized. By the way I have copied the scala class GeneratedTupleAggregator in a package "project". If any person is familiar with that, please recommand a solution for me.
Thanks
The text was updated successfully, but these errors were encountered: