| Package | Description |
|---|---|
| org.gephi.datalab.plugin.manipulators.columns.merge | |
| org.gephi.datalab.plugin.manipulators.columns.merge.ui |
| Modifier and Type | Class and Description |
|---|---|
class |
AverageNumber
AttributeColumnsMergeStrategy for any combination of number or number list columns that
calculates the average of all the values and creates a new BigDecimal column with the result of each row.
|
class |
FirstQuartileNumber
AttributeColumnsMergeStrategy for any combination of number or number list columns that
calculates the first quartile (Q1) of all the values and creates a new BigDecimal column with the result of each row.
|
class |
InterQuartileRangeNumber
AttributeColumnsMergeStrategy for any combination of number or number list columns that
calculates the interquartile range (IQR) of all the values and creates a new BigDecimal column with the result of each row.
|
class |
JoinNumberColumns
AttributeColumnsMergeStrategy that joins one or more number column into a number list column with AttributeType
double[] |
class |
MaximumNumber
AttributeColumnsMergeStrategy for any combination of number or number list columns that
calculates the maximum value of all the values and creates a new BigDecimal column with the result of each row.
|
class |
MedianNumber
AttributeColumnsMergeStrategy for any combination of number or number list columns that
calculates the median of all the values and creates a new BigDecimal column with the result of each row.
|
class |
SumNumbers
AttributeColumnsMergeStrategy for any combination of number or number list columns that
calculates the sum of all the values and creates a new BigDecimal column with the result of each row.
|
| Modifier and Type | Field and Description |
|---|---|
private GeneralColumnTitleChooser |
GeneralColumnTitleChooserUI.manipulator |
Copyright © 2007–2015 Gephi Consortium. All rights reserved.