Esempio n. 1
0
 public ClusStatistic cloneSimple() {
   return new CombStat(
       m_StatManager,
       (RegressionStat) m_RegStat.cloneSimple(),
       (ClassificationStat) m_ClassStat.cloneSimple());
 }