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
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