public class NewComponentStatisticsAggregator extends Object implements Serializable
| Constructor and Description |
|---|
NewComponentStatisticsAggregator()
Creates an instance of NewComponentStatisticsAggregator.
|
NewComponentStatisticsAggregator(long totalRowCount,
long rowCountForNewCluster,
Vector sumOfAnomalies)
Creates an instance of NewComponentStatisticsAggregator.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
mean() |
long |
rowCountForNewCluster() |
long |
totalRowCount() |
public NewComponentStatisticsAggregator(long totalRowCount,
long rowCountForNewCluster,
Vector sumOfAnomalies)
totalRowCount - Total row count in dataset.rowCountForNewCluster - Row count for new cluster.sumOfAnomalies - Sum of anomalies.public NewComponentStatisticsAggregator()
public Vector mean()
public long rowCountForNewCluster()
public long totalRowCount()
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025