I've talked with Ted about passing Clusters rather than the current ClusterObservations but don't see how at this point. Any ideas?
I'm wondering how to tease the elephant into accepting any concrete
instance of the interface o.a.m.clustering.Cluster when writing trained
clusters in the cleanup() method of CIMapper. I've gotten the MR version
of the ClusterIterator to get to that point in testing but it blows
chunks with an IOException when I try to pass a
o.a.m.clustering.kmeans.Cluster (I will rename the latter for 0.7).
Seems the MapTask.collect() wants == and not instanceof.
- CIMapper Question Jeff Eastman
- Re: CIMapper Question Paritosh Ranjan
- Re: CIMapper Question Sean Owen
- Re: CIMapper Question Ted Dunning
- Re: CIMapper Question Sean Owen
- Re: CIMapper Question Jeff Eastman
- Re: CIMapper Question Raphael Cendrillon
- Re: CIMapper Question Jeff Eastman
- Re: CIMapper Question Lance Norskog
- Re: CIMapper Question Jeff Eastman