Re: [Java-ML-support] Question about AIC and BIC scores
Status: Beta
Brought to you by:
thomasabeel
From: Thomas A. <th...@ab...> - 2013-11-22 14:38:11
|
Hi Sergio, This has been a while. This may be a bug. Can you point me to any literature reference that says the number of free parameters = clusters.length-1? cheers, Thomas On 11/12/2013 9:08 AM, Sergio Pulido wrote: > Hello all, > > I see that the implementation of AICScore and BICScore uses a k=1 as > the number of free parameters > > // number of free parameters K > double k = 1; > > Can you explain me why the number of free parameters is not the number > of clusters -1? > > // number of free parameters K > double k = clusters.length - 1; > > Thank you a lot, > Sergio. > > > ------------------------------------------------------------------------------ > Shape the Mobile Experience: Free Subscription > Software experts and developers: Be at the forefront of tech innovation. > Intel(R) Software Adrenaline delivers strategic insight and game-changing > conversations that shape the rapidly evolving mobile landscape. Sign up now. > http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk > > > _______________________________________________ > Java-ml-support mailing list > Jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-ml-support |