Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.knime.base.data.aggregation Classes and Interfaces - 121 results found.
NameDescriptionTypePackageFramework
AbstractAggregationFunctionTableCellEditorThis class extends the DefaultCellEditor class to provide a combobox which allows the user to choose one of the available AggregationFunctions.Classorg.knime.base.data.aggregation.dialogutilKNIME
AbstractAggregationMethodTableCellEditorClassorg.knime.base.data.aggregation.dialogutilKNIME
AbstractAggregationPanelAbstract class that creates a panel which contains a list of Objects defined by the parameter O to select from on the left side of theClassorg.knime.base.data.aggregation.dialogutilKNIME
AbstractAggregationTableModelThis DefaultTableModel holds all aggregation columns and their aggregation method.Classorg.knime.base.data.aggregation.dialogutilKNIME
AggregationColumnPanelThis class creates the aggregation column panel that allows the user to define the aggregation columns and their aggregation method.Classorg.knime.base.data.aggregation.dialogutilKNIME
AggregationColumnPanelThis class creates the aggregation column panel that allows the user to define the aggregation columns and their aggregation method.Classorg.knime.base.data.aggregation.dialogutil.columnKNIME
AggregationColumnTableModelThis DefaultTableModel holds all aggregation columns and their aggregation method.Classorg.knime.base.data.aggregation.dialogutilKNIME
AggregationColumnTableModelThis DefaultTableModel holds all aggregation columns and their aggregation method.Classorg.knime.base.data.aggregation.dialogutil.columnKNIME
AggregationFunctionAndRowListCellRendererListCellRenderer that checks if the value being renderer is of type AggregationFunction or AggregationFunctionRow if so it will renderer the name of the function.Classorg.knime.base.data.aggregation.dialogutilKNIME
AggregationFunctionAndRowTableCellRendererTableCellRenderer that checks if the value being renderer is of type AggregationFunction or AggregationFunctionRow in either case it will renderer the name of the function or the function returnedClassorg.knime.base.data.aggregation.dialogutilKNIME
AggregationFunctionComboBoxThis combo box is used in the aggregation column table to let the user choose from the different compatible aggregation methods per aggregationClassorg.knime.base.data.aggregation.dialogutilKNIME
AggregationFunctionRowInterface that describes a row in an AggregationFunction table.Interfaceorg.knime.base.data.aggregation.dialogutilKNIME
AggregationFunctionRowTableCellRendererTable cell renderer that handles rendering of invalid AggregationFunctionRows.Classorg.knime.base.data.aggregation.dialogutilKNIME
AggregationFunctionRowTableCellRenderer .ValueRendererUsed to render a specific value of an AggregationFunctionRow.Interfaceorg.knime.base.data.aggregation.dialogutilKNIME
AggregationMethodInterface that implements the main methods of an aggregation method.Interfaceorg.knime.base.data.aggregationKNIME
AggregationMethodComboBoxThis combo box is used in the aggregation column table to let the user choose from the different compatible aggregation methods per aggregationClassorg.knime.base.data.aggregation.dialogutilKNIME
AggregationMethodDecoratorUtility class that bundles an AggregationMethod with an include missing cells flag.Classorg.knime.base.data.aggregationKNIME
AggregationMethodDecoratorTableCellRendererTable cell renderer that checks if the value being renderer is of type AggregationMethodDecorator if so it uses the given AggregationMethodDecoratorTableCellRenderer.Classorg.knime.base.data.aggregation.dialogutilKNIME
AggregationMethodDecoratorTableCellRenderer .ValueRendererUsed to render a specific value of an AggregationMethodDecorator.Interfaceorg.knime.base.data.aggregation.dialogutilKNIME
AggregationMethodListCellRendererList cell renderer that checks if the value being renderer is of type AggregationMethod if so it will renderer the name of the method.Classorg.knime.base.data.aggregation.dialogutilKNIME
AggregationMethodsSingleton that lists all available aggregation methods including helper methods to retrieve meaningful methods.Classorg.knime.base.data.aggregationKNIME
AggregationMethodTableCellEditor AggregationMethodComboBox as cell editor.Classorg.knime.base.data.aggregation.dialogutilKNIME
AggregationMethodTableCellRendererTable cell renderer that checks if the value being renderer is of type AggregationMethod if so it will renderer the name of the method.Classorg.knime.base.data.aggregation.dialogutilKNIME
AggregationOperatorAbstract class which has to be extended by all aggregation method operators that can be registered using the AggregationOperator extension point.Classorg.knime.base.data.aggregationKNIME
AggregationParameterDialogJDialog that displays and allows the editing of the additional parameters of anSince:2.Classorg.knime.base.data.aggregation.dialogutilKNIME
AggregationSettingsButtonCellRendererThis class implements the aggregation operator settings button that is displayed in the aggregation operator table.Classorg.knime.base.data.aggregation.dialogutilKNIME
AggregationSettingsDialogJDialog that displays and allows the editing of the additional parameters of an AggregationFunction.Classorg.knime.base.data.aggregation.dialogutilKNIME
AggregationTableModelTableModel that allows the displaying and editing of AggregationFunctionRows.Interfaceorg.knime.base.data.aggregation.dialogutilKNIME
AndElementCountOperatorCollection operator that counts the number of elements in the intersection of all elements.Classorg.knime.base.data.aggregation.collectionKNIME
AndElementCountOperatorCollection operator that counts the number of elements in the intersection of all elements.Classorg.knime.base.data.aggregation.deprecatedKNIME
AndElementOperatorCollection operator that returns the intersection of all elements.Classorg.knime.base.data.aggregation.collectionKNIME
AndElementOperatorCollection operator that returns the intersection of all elements.Classorg.knime.base.data.aggregation.deprecatedKNIME
AppendElementOperatorCollection operator that creates a new List by appending the elements of all lists of the group.Classorg.knime.base.data.aggregation.collectionKNIME
BitVectorIntersectionOperatorReturns the intersection of the bit vectors for all members of a group.Classorg.knime.base.data.aggregation.bitvectorKNIME
BitVectorNotSetCountOperatorReturns the number of not set bits for all members of a group.Classorg.knime.base.data.aggregation.bitvectorKNIME
BitVectorSetCountOperatorReturns the number of set bits for all members of a group.Classorg.knime.base.data.aggregation.bitvectorKNIME
BitVectorUnionOperatorReturns the union of the bit vectors for all members of a group.Classorg.knime.base.data.aggregation.bitvectorKNIME
BitVectorXOrOperatorReturns the xor of the bit vectors for all members of a group.Classorg.knime.base.data.aggregation.bitvectorKNIME
BooleanCellRendererTableCellRenderer that renders a check box for a boolean value.Classorg.knime.base.data.aggregation.dialogutilKNIME
ColumnAggregationPanelThis class creates the aggregation column panel that allows the user to define the aggregation columns and their aggregation method.Classorg.knime.base.data.aggregation.dialogutilKNIME
ColumnAggregationTableModelThis DefaultTableModel holds all aggregation columns and their aggregation method.Classorg.knime.base.data.aggregation.dialogutilKNIME
ColumnAggregatorClass that defines the AggregationMethod for a column.Classorg.knime.base.data.aggregationKNIME
ColumnAggregatorTableCellEditor aggregation function selection box for the ColumnAggregator.Classorg.knime.base.data.aggregation.dialogutil.columnKNIME
ColumnAggregatorTableCellEditor AggregationMethodComboBox as cell editor.Classorg.knime.base.data.aggregation.dialogutilKNIME
ColumnSelectorOperatorSelects an additional column from a given Data TableSince:2.Classorg.knime.base.data.aggregation.generalKNIME
ConcatenateOperatorReturns the all values concatenated per group.Classorg.knime.base.data.aggregation.deprecatedKNIME
ConcatenateOperatorReturns the all values concatenated per group.Classorg.knime.base.data.aggregation.generalKNIME
CorrelationOperatorCalculates correlation coefficientsSince:2.Classorg.knime.base.data.aggregation.numericalKNIME
CorrelationOperator .CorrelationMethodsClassorg.knime.base.data.aggregation.numericalKNIME
CorrelationOperator .MethodInterfaceorg.knime.base.data.aggregation.numericalKNIME
CountOperatorReturns the count per group.Classorg.knime.base.data.aggregation.generalKNIME
CovarianceOperatorCalculates the covariance between two columns per group.Classorg.knime.base.data.aggregation.numericalKNIME
DataColumnSpecTableCellRendererRenderer that checks if the value being renderer is of type DataColumnSpec if so it will renderer the name of the columnClassorg.knime.base.data.aggregation.dialogutilKNIME
DataTypeAggregationPanelClassorg.knime.base.data.aggregation.dialogutil.typeKNIME
DataTypeAggregationTableModelAbstractAggregationTableModel that stores DataTypes and the AggregationMethod to use.Classorg.knime.base.data.aggregation.dialogutil.typeKNIME
DataTypeAggregatorAggregationMethodDecorator that stores a DataType in addition to the AggregationMethodSince:2.Classorg.knime.base.data.aggregation.dialogutil.typeKNIME
DataTypeAggregatorTableCellEditorDataTypeAggregator table cell editor class that allows the user to choose from the supported AggregationMethods for DataType of the current DataTypeAggregator.Classorg.knime.base.data.aggregation.dialogutil.typeKNIME
DataTypeNameSorterCompares to DataTypes based on their string representation.Classorg.knime.base.data.aggregation.dialogutil.typeKNIME
DateMeanOperatorDate operator that calculates the mean date per group.Classorg.knime.base.data.aggregation.dateKNIME
DayRangeOperatorDate operator that returns the range between the last and first date per group in days.Classorg.knime.base.data.aggregation.dateKNIME
DialogComponentAggregationMethodDialogComponent that allows the user to select an AggregationMethod and the corresponding parameters.Classorg.knime.base.data.aggregation.dialogutilKNIME
DuplicateOperatorExceptionIndicates that an operator with the name already exists.Classorg.knime.base.data.aggregationKNIME
ElementCountOperatorCollection operator that counts the elements of all member collections.Classorg.knime.base.data.aggregation.collectionKNIME
FalseCountOperatorReturns the count false boolean cells per group.Classorg.knime.base.data.aggregation.booleancellKNIME
FirstOperatorReturns the first element per group.Classorg.knime.base.data.aggregation.generalKNIME
GeometricMeanOperatorReturns the geometric mean per group.Classorg.knime.base.data.aggregation.numericalKNIME
GeometricStdDeviationOperatorReturns the geometric standard deviation per group.Classorg.knime.base.data.aggregation.numericalKNIME
GlobalSettingsUtility class that contains general information such as the column delimiter and the total number of rows.Classorg.knime.base.data.aggregationKNIME
IncludeMissingCellRendererInclude missing cell table cell renderer that contains most of the code from the {JTable$BooleanRenderer} class.Classorg.knime.base.data.aggregation.dialogutilKNIME
KurtosisOperatorComputes the kurtosis per group.Classorg.knime.base.data.aggregation.numericalKNIME
LastOperatorReturns the last element per group.Classorg.knime.base.data.aggregation.generalKNIME
ListCellOperatorReturns all values as a ListCell per group.Classorg.knime.base.data.aggregation.generalKNIME
MaxOperatorReturns the maximum per group.Classorg.knime.base.data.aggregation.generalKNIME
MeanAbsoluteDeviationOperatorCalculates the mean absolute deviation per group.Classorg.knime.base.data.aggregation.numericalKNIME
MeanOperatorReturns the mean per group.Classorg.knime.base.data.aggregation.numericalKNIME
MedianAbsoluteDeviationOperatorCalculates the median absolute deviation per group.Classorg.knime.base.data.aggregation.numericalKNIME
MedianDateOperatorDate operator that calculates the median date.Classorg.knime.base.data.aggregation.dateKNIME
MedianOperatorComputes the median of a list of numbers.Classorg.knime.base.data.aggregation.numericalKNIME
MillisRangeOperatorDate operator that computes the range between the first and last dateAuthor:Tobias Koetter, University of KonstanzClassorg.knime.base.data.aggregation.dateKNIME
MinOperatorReturns the minimum per group.Classorg.knime.base.data.aggregation.generalKNIME
MissingValueCountOperatorReturns the number of missing values per group.Classorg.knime.base.data.aggregation.generalKNIME
ModeOperatorReturns the most frequent entry per group.Classorg.knime.base.data.aggregation.generalKNIME
NamedAggregationMethodNameTableCellEditor method name.Classorg.knime.base.data.aggregation.dialogutilKNIME
NamedAggregationMethodNameTableCellRendererTable cell renderer that checks if the value being renderer is of type AggregationMethod if so it will renderer the name of the method.Classorg.knime.base.data.aggregation.dialogutilKNIME
NamedAggregationOperatorCombines a method with the name to use for this method.Classorg.knime.base.data.aggregationKNIME
OperatorColumnSettingsContains the operator specific settings for a specific column such as if missing values should be considered during aggregation.Classorg.knime.base.data.aggregationKNIME
OperatorDataThis class holds all information of an AggregationOperator such as its name and the supported data types.Classorg.knime.base.data.aggregationKNIME
OperatorSettingsButtonCellRendererThis class implements the aggregation operator settings button that is displayed in the aggregation operator table.Classorg.knime.base.data.aggregation.dialogutilKNIME
OrElementCountOperatorCollection operator that returns the number of unique member collectionAuthor:Tobias Koetter, University of KonstanzClassorg.knime.base.data.aggregation.collectionKNIME
OrElementOperatorCollection operator that returns the union of all elements.Classorg.knime.base.data.aggregation.collectionKNIME
PatternAggregationPanelClassorg.knime.base.data.aggregation.dialogutil.patternKNIME
PatternAggregationTableModelAbstractAggregationTableModel that stores DataTypes and the AggregationMethod to use.Classorg.knime.base.data.aggregation.dialogutil.patternKNIME
PatternAggregatorAggregationMethodDecorator that stores a DataType in addition to the AggregationMethodSince:2.Classorg.knime.base.data.aggregation.dialogutil.patternKNIME
PatternAggregatorTableCellEditorDataTypeAggregator table cell editor class that allows the user to choose from the supported AggregationMethods for DataType of the current DataTypeAggregator.Classorg.knime.base.data.aggregation.dialogutil.patternKNIME
PatternTableCellEditorDataTypeAggregator table cell editor class that allows the user to choose from the supported AggregationMethods for DataType of the current DataTypeAggregator.Classorg.knime.base.data.aggregation.dialogutil.patternKNIME
PercentOperatorReturns the percentage per group.Classorg.knime.base.data.aggregation.generalKNIME
ProductOperatorReturns the product per group.Classorg.knime.base.data.aggregation.numericalKNIME
PSquarePercentileOperatorComputes the percentiles using the P^2 algorithmSince:2.Classorg.knime.base.data.aggregation.numericalKNIME
QuantileOperatorComputes the pth quantile per group.Classorg.knime.base.data.aggregation.numericalKNIME
RangeOperatorClassorg.knime.base.data.aggregation.numericalKNIME
SecondMomentOperatorComputes the second momentSince:2.Classorg.knime.base.data.aggregation.numericalKNIME
SetCellOperatorReturns all values as a SetCell per group.Classorg.knime.base.data.aggregation.generalKNIME
SettingsModelAggregationMethodSettingsModel the stores the user settings of an AggregationMethod.Classorg.knime.base.data.aggregation.dialogutilKNIME
SkewnessOperatorComputes the skewness per group.Classorg.knime.base.data.aggregation.numericalKNIME
SortedListCellOperatorReturns all values as a sorted ListCell per group.Classorg.knime.base.data.aggregation.generalKNIME
StdDeviationOperatorReturns the standard deviation per group.Classorg.knime.base.data.aggregation.numericalKNIME
StorelessUnivariantStatisticOperatorComputes statistical values without storing observationsSince:2.Classorg.knime.base.data.aggregation.numericalKNIME
StoreResizableDoubleArrayOperatorUtility class that uses a ResizableDoubleArray to store all numeric values of a group.Classorg.knime.base.data.aggregation.numericalKNIME
SumOfLogsOperatorComputes the sum of logs per group.Classorg.knime.base.data.aggregation.numericalKNIME
SumOfSquaresOperatorComputes the sum of squares per group.Classorg.knime.base.data.aggregation.numericalKNIME
SumOperatorReturns the sum per group as DoubleCell.Classorg.knime.base.data.aggregation.deprecatedKNIME
SumOperatorReturns the sum per group.Classorg.knime.base.data.aggregation.numericalKNIME
TrueCountOperatorReturns the count of true boolean cells per group.Classorg.knime.base.data.aggregation.booleancellKNIME
UniqueConcatenateOperatorReturns the concatenation of all different values per group.Classorg.knime.base.data.aggregation.deprecatedKNIME
UniqueConcatenateOperatorReturns the concatenation of all different values per group.Classorg.knime.base.data.aggregation.generalKNIME
UniqueConcatenateWithCountOperatorReturns the concatenation of all different values per group and the number of cells per distinct value.Classorg.knime.base.data.aggregation.deprecatedKNIME
UniqueConcatenateWithCountOperatorReturns the concatenation of all different values per group and the number of cells per distinct value.Classorg.knime.base.data.aggregation.generalKNIME
UniqueCountOperatorReturns the count of the unique values per group.Classorg.knime.base.data.aggregation.generalKNIME
VarianceOperatorReturns the variance per group.Classorg.knime.base.data.aggregation.numericalKNIME
XORElementCountOperatorCollection operator that counts the number of elements in the set of the exclusive-or on all elements.Classorg.knime.base.data.aggregation.collectionKNIME
XORElementOperatorCollections operator that performs an exclusive-or on all elements.Classorg.knime.base.data.aggregation.collectionKNIME