|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataColumnSpec | |
---|---|
org.knime.base.data.append.column | |
org.knime.base.data.bitvector | This package contains classes responsible for the representation and conversion of bit vectors. |
org.knime.base.data.replace | |
org.knime.base.node.io.filereader | Contains a node implementation that reads in data from an ASCII file. |
org.knime.base.node.mine.bayes.naivebayes.port | |
org.knime.base.node.mine.bayes.naivebayes.predictor | This package contains the classes of the predictor node. |
org.knime.base.node.mine.bfn | Contains abstract and util classes to train and perform prediction to rule models, also called BasisFunction models. |
org.knime.base.node.mine.cluster | |
org.knime.base.node.mine.cluster.fuzzycmeans | The fuzzycmeans package contains all classes for the Fuzzy c-means node. |
org.knime.base.node.mine.mds | A node that applies multi dimensional scaling (MDS) on high dimensional data. |
org.knime.base.node.mine.mds.mdsprojection | A node that applies multi dimensional scaling (MDS) projection on high dimensional data. |
org.knime.base.node.mine.pca | This package contains all classes for the PCA (principal component analysis) Node. |
org.knime.base.node.mine.regression.polynomial.learner | The polyreg's predictor package contains just the two classes that make up the predictor node: the model and its factory. |
org.knime.base.node.mine.sota.predictor | Contains the Sotapredictor node, which can be used for class prediction of incoming data. |
org.knime.base.node.mine.svm.predictor | This subpackage contains all classes for the SVM Predictor Node. |
org.knime.base.node.parallel.appender | |
org.knime.base.node.preproc.binner | Contains a node to bin/group a number of numeric columns into a string column by predefined intervals. |
org.knime.base.node.preproc.cellsplit | Contains the implementation of a node that splits (and replaces) a values in a column into multiple new ones. |
org.knime.base.node.preproc.cellsplitbypos | |
org.knime.base.node.preproc.columnTrans | This package contains the classes of the Many2One and One2Many column transformation nodes. |
org.knime.base.node.preproc.filter.column | Contains the filter column node which can be used the extract certain columns from the input data table. |
org.knime.base.node.preproc.groupby.aggregation | Contains helper classes that perform the aggregation. |
org.knime.base.node.preproc.groupby.dialogutil | Contains helper classes that are used in the configuration dialog of the node. |
org.knime.base.node.preproc.missingval | Implemenation of the node that treats missing values. |
org.knime.base.node.preproc.rename | Node that allows to rename column names or change the type. |
org.knime.base.node.preproc.rowkey | This package contains all classes of the RowKey node which provides the following function: Replacing of the current rowkey with the values of a column Creating a column with the row key values |
org.knime.base.node.preproc.setoperator | Contains a node to perform a set operation on two columns from two input tables. |
org.knime.base.node.preproc.sorter | Contains the Sorter Node which can be used to sort columns from the input data table. |
org.knime.base.node.viz.condbox | Contains all classes that realize a conditional box plot. |
org.knime.base.node.viz.histogram.datamodel | This package contains all data and visualization models which are used in the different histogram implementations. |
org.knime.base.node.viz.histogram.impl | This package contains the different plotter implementations of the histogram and the root class AbstractHistogramPlotter and AbstractHistogramProperties that need to be implemented by the concrete implementation. |
org.knime.base.node.viz.histogram.node | Contains classes for KNIME nodes which uses the classes of the histogram package to display a histogram view. |
org.knime.base.node.viz.histogram.util | Contains utility classes which performe binning or which are used in dialogs to select the aggregation columns. |
org.knime.base.node.viz.pie.datamodel.fixed | This package contains the fixed pie chart data model classes. |
org.knime.base.node.viz.pie.datamodel.interactive | This package contains the interactive pie chart data model classes. |
org.knime.base.node.viz.pie.node | This package contains the KNIME node classes for the fixed and interactive pie chart. |
org.knime.base.node.viz.pie.node.fixed | This package contains the KNIME node classes for the fixed pie chart. |
org.knime.base.node.viz.pie.node.interactive | This package contains the KNIME node classes for the interactive pie chart. |
org.knime.base.node.viz.pie.util | This package contains some utility classes like the ColumnFilter and the GeometryUtil class. |
org.knime.base.node.viz.plotter.box | Contains all classes that realize a box plot. |
org.knime.base.node.viz.plotter.columns | This package contains convenient classes when two or n columns
should be displayed. |
org.knime.base.node.viz.plotter.parcoord | A ParallelCoordinatePlot is a representation of multi-dimensional information or data, in which multiple dimensions are allocated to parallel axes on-screen. |
org.knime.base.util.coordinate | All classes of this package are not part of the offical API and might undergo changes until the next release. |
org.knime.core.data | Contains the interface definitions of the DataCell
and DataTable and related
classes, used to store and access the actual data. |
org.knime.core.data.collection | Definitions for KNIME collection types and default implementations. |
org.knime.core.data.container |
Implementation of a DataContainer . |
org.knime.core.data.date | Definition of date and time in KNIME. |
org.knime.core.data.renderer | Interfaces and default implementations for renderer of DataValue
objects. |
org.knime.core.data.vector.bitvector | |
org.knime.core.data.vector.bytevector | |
org.knime.core.node.defaultnodesettings | Contains default dialog components, which can be used to quickly create a simple dialog. |
org.knime.core.node.port.pmml | |
org.knime.core.node.tableview | Node implementation of a table view. |
org.knime.core.node.util | Contains a set of utility classes that may be used in different (so far visual) contexts. |
Uses of DataColumnSpec in org.knime.base.data.append.column |
---|
Methods in org.knime.base.data.append.column with parameters of type DataColumnSpec | |
---|---|
static DataTableSpec |
AppendedColumnTable.getTableSpec(DataTableSpec table,
DataColumnSpec... cols)
Get table spec that is generated when the table is extended by the columns. |
Constructors in org.knime.base.data.append.column with parameters of type DataColumnSpec | |
---|---|
AppendedColumnTable(DataTable table,
AppendedCellFactory cellFactory,
DataColumnSpec... appendColSpec)
Creates new table. |
|
AppendedColumnTable(DataTable table,
Map<RowKey,DataCell> map,
DataColumnSpec... appendedColSpec)
Create new table based on an underlying table with a map providing the row key --> new cell mapping. |
Uses of DataColumnSpec in org.knime.base.data.bitvector |
---|
Methods in org.knime.base.data.bitvector with parameters of type DataColumnSpec | |
---|---|
protected DataValueRendererFamily |
BitVectorValue.BitVectorUtilityFactory.getRendererFamily(DataColumnSpec spec)
Returns a family of all renderers this type natively supports. |
Constructors in org.knime.base.data.bitvector with parameters of type DataColumnSpec | |
---|---|
BitString2BitVectorCellFactory(DataColumnSpec colSpec,
int columnIndex)
Create new cell factory that provides one column given by newColSpec. |
|
BitVectorCellFactory(DataColumnSpec columnSpec)
|
|
BitVectorColumnCellFactory(DataColumnSpec columnSpec,
int columnIndex)
Create new cell factory that provides one column given by newColSpec. |
|
Hex2BitVectorCellFactory(DataColumnSpec colSpec,
int columnIndex)
Create new cell factory that provides one column given by newColSpec. |
|
IdString2BitVectorCellFactory(DataColumnSpec colSpec,
int columnIndex)
Create new cell factory that provides one column given by newColSpec. |
|
Numeric2BitVectorMeanCellFactory(DataColumnSpec bitColSpec,
double[] meanValues,
double meanThreshold,
List<Integer> columns)
|
|
Numeric2BitVectorThresholdCellFactory(DataColumnSpec bitColSpec,
double threshold,
List<Integer> columns)
|
Uses of DataColumnSpec in org.knime.base.data.replace |
---|
Methods in org.knime.base.data.replace with parameters of type DataColumnSpec | |
---|---|
static DataTableSpec |
ReplacedColumnsTable.createTableSpec(DataTableSpec spec,
DataColumnSpec[] cspecs,
int[] columns)
Creates a new table spec with several replaced columns. |
static DataTableSpec |
ReplacedColumnsTable.createTableSpec(DataTableSpec spec,
DataColumnSpec cspec,
int column)
Creates a new table spec with one replaced column. |
Constructors in org.knime.base.data.replace with parameters of type DataColumnSpec | |
---|---|
ReplacedColumnsTable(DataTable table,
DataColumnSpec[] specs,
int[] columns,
ReplacedCellsFactory cellFac)
Creates a new replaced column table with several replaced columns. |
|
ReplacedColumnsTable(DataTable table,
DataColumnSpec spec,
int column,
ReplacedCellFactory cellFac)
Creates a new replaced column table with one replaced column. |
Uses of DataColumnSpec in org.knime.base.node.io.filereader |
---|
Methods in org.knime.base.node.io.filereader that return DataColumnSpec | |
---|---|
DataColumnSpec |
ColProperty.getColumnSpec()
|
Methods in org.knime.base.node.io.filereader with parameters of type DataColumnSpec | |
---|---|
void |
ColProperty.setColumnSpec(DataColumnSpec cSpec)
|
Uses of DataColumnSpec in org.knime.base.node.mine.bayes.naivebayes.port |
---|
Methods in org.knime.base.node.mine.bayes.naivebayes.port that return DataColumnSpec | |
---|---|
DataColumnSpec |
NaiveBayesPortObjectSpec.getClassColumn()
|
Constructors in org.knime.base.node.mine.bayes.naivebayes.port with parameters of type DataColumnSpec | |
---|---|
NaiveBayesPortObjectSpec(DataTableSpec traingDataSpec,
DataColumnSpec classColumn)
Constructor for class NaiveBayesPortObjectSpec. |
Uses of DataColumnSpec in org.knime.base.node.mine.bayes.naivebayes.predictor |
---|
Methods in org.knime.base.node.mine.bayes.naivebayes.predictor that return DataColumnSpec | |
---|---|
static DataColumnSpec |
NaiveBayesCellFactory.createResultColSpecs(DataColumnSpec classColumn,
DataTableSpec inSpec,
boolean inclClassProbVals)
Creates the column specification of the result columns and returns them in the order they should be appended to the original table specification. |
static DataColumnSpec[] |
NaiveBayesCellFactory.createResultColSpecs(NaiveBayesModel model,
DataTableSpec inSpec,
boolean inclClassProbVals)
Creates the column specification of the result columns and returns them in the order they should be appended to the original table specification. |
DataColumnSpec[] |
NaiveBayesCellFactory.getColumnSpecs()
The column specs for the cells that are generated in the getCells() method. |
DataColumnSpec[] |
NaiveBayesCellFactory.getResultColumnsSpec()
|
Methods in org.knime.base.node.mine.bayes.naivebayes.predictor with parameters of type DataColumnSpec | |
---|---|
static DataColumnSpec |
NaiveBayesCellFactory.createResultColSpecs(DataColumnSpec classColumn,
DataTableSpec inSpec,
boolean inclClassProbVals)
Creates the column specification of the result columns and returns them in the order they should be appended to the original table specification. |
Uses of DataColumnSpec in org.knime.base.node.mine.bfn |
---|
Fields in org.knime.base.node.mine.bfn declared as DataColumnSpec | |
---|---|
static DataColumnSpec |
BasisFunctionFactory.CLASS_COLUMN
Name of the basisfunction class column. |
Methods in org.knime.base.node.mine.bfn that return DataColumnSpec | |
---|---|
DataColumnSpec[] |
BasisFunctionPredictorNodeModel.createSpec(DataTableSpec dataSpec,
DataTableSpec modelSpec,
int modelClassIdx)
Creates the output model spec. |
DataColumnSpec[] |
BasisFunctionPredictorCellFactory.getColumnSpecs()
The column specs for the cells that are generated in the getCells() method. |
Constructors in org.knime.base.node.mine.bfn with parameters of type DataColumnSpec | |
---|---|
BasisFunctionPredictorCellFactory(DataColumnSpec[] specs,
boolean appendClassProps)
Create new predictor cell factory. |
|
BasisFunctionPredictorCellFactory(DataTableSpec dataSpec,
DataColumnSpec[] specs,
int[] filteredColumns,
Map<DataCell,List<BasisFunctionPredictorRow>> model,
double dontKnowClass,
boolean normClass,
boolean appendClassProps)
Appends one column to the given data to make a prediction for each row using the model which contains one BasisFunctionPredictorRow
column. |
Uses of DataColumnSpec in org.knime.base.node.mine.cluster |
---|
Methods in org.knime.base.node.mine.cluster that return types with arguments of type DataColumnSpec | |
---|---|
List<DataColumnSpec> |
PMMLClusterPortObject.getUsedColumns()
|
Method parameters in org.knime.base.node.mine.cluster with type arguments of type DataColumnSpec | |
---|---|
protected void |
PMMLClusterPortObject.addClusteringFields(TransformerHandler handler,
List<DataColumnSpec> colSpecs)
Writes the clustering fields (name). |
Uses of DataColumnSpec in org.knime.base.node.mine.cluster.fuzzycmeans |
---|
Methods in org.knime.base.node.mine.cluster.fuzzycmeans that return DataColumnSpec | |
---|---|
DataColumnSpec[] |
ClusterMembershipFactory.getColumnSpecs()
The column specs for the cells that are generated in the getCells() method. |
Uses of DataColumnSpec in org.knime.base.node.mine.mds |
---|
Methods in org.knime.base.node.mine.mds that return DataColumnSpec | |
---|---|
DataColumnSpec[] |
MDSCellFactory.getColumnSpecs()
The column specs for the cells that are generated in the getCells() method. |
(package private) static DataColumnSpec[] |
MDSNodeModel.getColumnSpecs(int dimensions)
The DataColumnSpec s of the mds data (columns). |
Uses of DataColumnSpec in org.knime.base.node.mine.mds.mdsprojection |
---|
Methods in org.knime.base.node.mine.mds.mdsprojection that return DataColumnSpec | |
---|---|
(package private) static DataColumnSpec[] |
MDSProjectionNodeModel.getColumnSpecs(int dimensions)
The DataColumnSpec s of the mds data (columns). |
Uses of DataColumnSpec in org.knime.base.node.mine.pca |
---|
Methods in org.knime.base.node.mine.pca that return DataColumnSpec | |
---|---|
static DataColumnSpec[] |
PCANodeModel.createAddTableSpec(DataTableSpec inSpecs,
int resultDimensions)
create part of table spec to be added to the input table. |
DataColumnSpec[] |
PCAReverseNodeModel.createAddTableSpec(DataTableSpec inSpecs,
String[] colNames)
create part of table spec to be added to the input table. |
Uses of DataColumnSpec in org.knime.base.node.mine.regression.polynomial.learner |
---|
Methods in org.knime.base.node.mine.regression.polynomial.learner that return DataColumnSpec | |
---|---|
DataColumnSpec |
PolyRegLineScatterPlotter.getSelectedXColumn()
|
DataColumnSpec |
PolyRegLineScatterPlotter.getSelectedYColumn()
|
Uses of DataColumnSpec in org.knime.base.node.mine.sota.predictor |
---|
Methods in org.knime.base.node.mine.sota.predictor that return DataColumnSpec | |
---|---|
DataColumnSpec[] |
SotaPredictorCellFactory.getColumnSpecs()
The column specs for the cells that are generated in the getCells() method. |
Uses of DataColumnSpec in org.knime.base.node.mine.svm.predictor |
---|
Methods in org.knime.base.node.mine.svm.predictor that return DataColumnSpec | |
---|---|
DataColumnSpec[] |
SVMPredictor.getColumnSpecs()
The column specs for the cells that are generated in the getCells() method. |
Uses of DataColumnSpec in org.knime.base.node.parallel.appender |
---|
Methods in org.knime.base.node.parallel.appender that return DataColumnSpec | |
---|---|
DataColumnSpec[] |
ExtendedCellFactory.getColumnSpecs()
The column specs for the cells that are generated in the getCells() method. |
Uses of DataColumnSpec in org.knime.base.node.preproc.binner |
---|
Methods in org.knime.base.node.preproc.binner that return DataColumnSpec | |
---|---|
(package private) DataColumnSpec |
BinnerColumnFactory.getColumnSpec()
|
DataColumnSpec[] |
BinnerColumnFactory.getColumnSpecs()
The column specs for the cells that are generated in the getCells() method. |
Uses of DataColumnSpec in org.knime.base.node.preproc.cellsplit |
---|
Methods in org.knime.base.node.preproc.cellsplit that return DataColumnSpec | |
---|---|
DataColumnSpec[] |
CellSplitterCellFactory.getColumnSpecs()
The column specs for the cells that are generated in the getCells() method. |
Uses of DataColumnSpec in org.knime.base.node.preproc.cellsplitbypos |
---|
Methods in org.knime.base.node.preproc.cellsplitbypos that return DataColumnSpec | |
---|---|
DataColumnSpec[] |
CellSplitterByPosCellFactory.getColumnSpecs()
The column specs for the cells that are generated in the getCells() method. |
Uses of DataColumnSpec in org.knime.base.node.preproc.columnTrans |
---|
Methods in org.knime.base.node.preproc.columnTrans that return DataColumnSpec | |
---|---|
DataColumnSpec[] |
AbstractMany2OneCellFactory.getColumnSpecs()
The column specs for the cells that are generated in the getCells() method. |
DataColumnSpec[] |
One2ManyCellFactory.getColumnSpecs()
|
Uses of DataColumnSpec in org.knime.base.node.preproc.filter.column |
---|
Methods in org.knime.base.node.preproc.filter.column with parameters of type DataColumnSpec | |
---|---|
void |
FilterColumnPanel.hideColumns(DataColumnSpec... columns)
Removes the given columns form either include or exclude list and notifies all listeners. |
Uses of DataColumnSpec in org.knime.base.node.preproc.groupby.aggregation |
---|
Methods in org.knime.base.node.preproc.groupby.aggregation that return DataColumnSpec | |
---|---|
DataColumnSpec |
AggregationOperator.createColumnSpec(String colName,
DataColumnSpec origSpec)
|
DataColumnSpec |
AggregationMethod.createColumnSpec(String colName,
DataColumnSpec origSpec)
|
DataColumnSpec |
ColumnAggregator.getColSpec()
|
Methods in org.knime.base.node.preproc.groupby.aggregation with parameters of type DataColumnSpec | |
---|---|
DataColumnSpec |
AggregationOperator.createColumnSpec(String colName,
DataColumnSpec origSpec)
|
DataColumnSpec |
AggregationMethod.createColumnSpec(String colName,
DataColumnSpec origSpec)
|
AggregationOperator |
NumericOperators.MinOperator.createInstance(DataColumnSpec origColSpec,
int maxUniqueValues)
Creates a new instance of this operator. |
AggregationOperator |
NumericOperators.MaxOperator.createInstance(DataColumnSpec origColSpec,
int maxUniqueValues)
Creates a new instance of this operator. |
AggregationOperator |
NumericOperators.MeanOperator.createInstance(DataColumnSpec origColSpec,
int maxUniqueValues)
Creates a new instance of this operator. |
AggregationOperator |
NumericOperators.SumOperator.createInstance(DataColumnSpec origColSpec,
int maxUniqueValues)
Creates a new instance of this operator. |
AggregationOperator |
NumericOperators.VarianceOperator.createInstance(DataColumnSpec origColSpec,
int maxUniqueValues)
Creates a new instance of this operator. |
AggregationOperator |
NumericOperators.StdDeviationOperator.createInstance(DataColumnSpec origColSpec,
int maxUniqueValues)
Creates a new instance of this operator. |
abstract AggregationOperator |
AggregationOperator.createInstance(DataColumnSpec origColSpec,
int maxUniqueValues)
Creates a new instance of this operator. |
AggregationOperator |
Operators.FirstOperator.createInstance(DataColumnSpec origColSpec,
int maxUniqueValues)
Creates a new instance of this operator. |
AggregationOperator |
Operators.FirstValueOperator.createInstance(DataColumnSpec origColSpec,
int maxUniqueValues)
Creates a new instance of this operator. |
AggregationOperator |
Operators.LastOperator.createInstance(DataColumnSpec origColSpec,
int maxUniqueValues)
Creates a new instance of this operator. |
AggregationOperator |
Operators.LastValueOperator.createInstance(DataColumnSpec origColSpec,
int maxUniqueValues)
Creates a new instance of this operator. |
AggregationOperator |
Operators.ModeOperator.createInstance(DataColumnSpec origColSpec,
int maxUniqueValues)
Creates a new instance of this operator. |
AggregationOperator |
Operators.ConcatenateOperator.createInstance(DataColumnSpec origColSpec,
int maxUniqueValues)
Creates a new instance of this operator. |
AggregationOperator |
Operators.UniqueConcatenateOperator.createInstance(DataColumnSpec origColSpec,
int maxUniqueValues)
Creates a new instance of this operator. |
AggregationOperator |
Operators.UniqueCountOperator.createInstance(DataColumnSpec origColSpec,
int maxUniqueValues)
Creates a new instance of this operator. |
AggregationOperator |
Operators.UniqueConcatenateWithCountOperator.createInstance(DataColumnSpec origColSpec,
int maxUniqueValues)
Creates a new instance of this operator. |
AggregationOperator |
Operators.CountOperator.createInstance(DataColumnSpec origColSpec,
int maxUniqueValues)
Creates a new instance of this operator. |
AggregationOperator |
Operators.ListCellOperator.createInstance(DataColumnSpec origColSpec,
int maxUniqueValues)
Creates a new instance of this operator. |
AggregationOperator |
Operators.SetCellOperator.createInstance(DataColumnSpec origColSpec,
int maxUniqueValues)
Creates a new instance of this operator. |
static AggregationMethod |
AggregationMethod.getAggregationMethod(DataColumnSpec colSpec,
AggregationMethod numericColMethod,
AggregationMethod nominalColMethod)
|
static List<AggregationMethod> |
AggregationMethod.getCompatibleMethods(DataColumnSpec colSpec)
|
static AggregationMethod |
AggregationMethod.getDefaultMethod(DataColumnSpec spec)
|
AggregationOperator |
AggregationMethod.getOperator(DataColumnSpec origColSpec,
int maxUniqueValues)
|
boolean |
AggregationMethod.isCompatible(DataColumnSpec colSpec)
|
Constructors in org.knime.base.node.preproc.groupby.aggregation with parameters of type DataColumnSpec | |
---|---|
ColumnAggregator(DataColumnSpec origColSpec,
AggregationMethod method)
Constructor for class ColumnAggregator. |
|
NumericOperators.MaxOperator(DataColumnSpec origColSpec,
int maxUniqueValues)
Constructor for class MinOperator. |
|
NumericOperators.MinOperator(DataColumnSpec origColSpec,
int maxUniqueValues)
Constructor for class MinOperator. |
Uses of DataColumnSpec in org.knime.base.node.preproc.groupby.dialogutil |
---|
Methods in org.knime.base.node.preproc.groupby.dialogutil with parameters of type DataColumnSpec | |
---|---|
protected void |
AggregationColumnTableModel.addColumn(DataColumnSpec... specs)
|
void |
AggregationMethodComboBox.update(DataColumnSpec spec,
AggregationMethod selectedMethod)
|
Uses of DataColumnSpec in org.knime.base.node.preproc.missingval |
---|
Constructors in org.knime.base.node.preproc.missingval with parameters of type DataColumnSpec | |
---|---|
ColSetting(DataColumnSpec spec)
Constructor for individual column. |
|
MissingValuePanel(ColSetting setting,
DataColumnSpec spec)
Constructor that uses settings from setting given a column
spec or null if the ColSetting is a meta-config. |
|
MissingValuePanel(DataColumnSpec spec)
Constructor for one individual column, invoked when Add in dialog was pressed. |
Uses of DataColumnSpec in org.knime.base.node.preproc.rename |
---|
Methods in org.knime.base.node.preproc.rename that return DataColumnSpec | |
---|---|
(package private) DataColumnSpec |
RenameColumnSetting.configure(DataColumnSpec inSpec)
Called by configure in NodeModel to compute the new column spec. |
Methods in org.knime.base.node.preproc.rename with parameters of type DataColumnSpec | |
---|---|
(package private) DataColumnSpec |
RenameColumnSetting.configure(DataColumnSpec inSpec)
Called by configure in NodeModel to compute the new column spec. |
Constructors in org.knime.base.node.preproc.rename with parameters of type DataColumnSpec | |
---|---|
RenameColumnSetting(DataColumnSpec column)
Constructor being used in the NodeModel's configure method (for validation) and in the NodeDialog (DataTableSpec used to init default values like possible types). |
Uses of DataColumnSpec in org.knime.base.node.preproc.rowkey |
---|
Methods in org.knime.base.node.preproc.rowkey with parameters of type DataColumnSpec | |
---|---|
BufferedDataTable |
RowKeyUtil.changeRowKey(BufferedDataTable inData,
ExecutionContext exec,
String selRowKeyColName,
boolean appendColumn,
DataColumnSpec newColSpec,
boolean ensureUniqueness,
boolean replaceMissingVals,
boolean removeRowKeyCol,
boolean hiliteMap)
Replaces the row key by the values of the column with the given name and appends a new column with the old key values if the newColName variable is a non empty String . |
Uses of DataColumnSpec in org.knime.base.node.preproc.setoperator |
---|
Methods in org.knime.base.node.preproc.setoperator that return DataColumnSpec | |
---|---|
DataColumnSpec |
SetOperation.createResultColSpec(DataColumnSpec col1Spec,
DataColumnSpec col2Spec)
|
static DataColumnSpec |
SetOperationTable.createRowIDSpec(String name)
|
Methods in org.knime.base.node.preproc.setoperator with parameters of type DataColumnSpec | |
---|---|
DataColumnSpec |
SetOperation.createResultColSpec(DataColumnSpec col1Spec,
DataColumnSpec col2Spec)
|
static DataTableSpec |
SetOperationTable.createResultTableSpec(SetOperation op,
DataColumnSpec col1Spec,
DataColumnSpec col2Spec)
|
DataValueComparator |
SetOperation.getComparator(DataColumnSpec spec1,
DataColumnSpec spec2)
|
Uses of DataColumnSpec in org.knime.base.node.preproc.sorter |
---|
Fields in org.knime.base.node.preproc.sorter declared as DataColumnSpec | |
---|---|
static DataColumnSpec |
SorterNodeDialogPanel2.NOSORT
The entry in the JComboBox for not sorting a column. |
static DataColumnSpec |
SorterNodeDialogPanel2.ROWKEY
The entry in the JComboBox for sorting by RowKey . |
Methods in org.knime.base.node.preproc.sorter that return DataColumnSpec | |
---|---|
DataColumnSpec |
SortItem.getSelectedColumn()
The column that is selected in the JComboBox. |
Constructors in org.knime.base.node.preproc.sorter with parameters of type DataColumnSpec | |
---|---|
SortItem(int id,
Vector<DataColumnSpec> values,
DataColumnSpec selected,
boolean sortOrder)
Constructs a new JPanel that consists of a JComboBox which lets the user choose the columns to sort and two JRadioButtons to choose the sort order (ascending/descending). |
Constructor parameters in org.knime.base.node.preproc.sorter with type arguments of type DataColumnSpec | |
---|---|
SortItem(int id,
Vector<DataColumnSpec> values,
DataColumnSpec selected,
boolean sortOrder)
Constructs a new JPanel that consists of a JComboBox which lets the user choose the columns to sort and two JRadioButtons to choose the sort order (ascending/descending). |
Uses of DataColumnSpec in org.knime.base.node.viz.condbox |
---|
Methods in org.knime.base.node.viz.condbox that return DataColumnSpec | |
---|---|
DataColumnSpec |
ConditionalBoxPlotNodeModel.getNumColSpec()
|
Methods in org.knime.base.node.viz.condbox that return types with arguments of type DataColumnSpec | |
---|---|
Map<DataColumnSpec,double[]> |
ConditionalBoxPlotNodeModel.getStatistics()
|
Uses of DataColumnSpec in org.knime.base.node.viz.histogram.datamodel |
---|
Methods in org.knime.base.node.viz.histogram.datamodel that return DataColumnSpec | |
---|---|
DataColumnSpec |
InteractiveHistogramDataModel.getColumnSpec(int idx)
|
DataColumnSpec |
InteractiveHistogramVizModel.getXColumnSpec()
|
DataColumnSpec |
FixedHistogramVizModel.getXColumnSpec()
|
DataColumnSpec |
FixedHistogramDataModel.getXColumnSpec()
|
abstract DataColumnSpec |
AbstractHistogramVizModel.getXColumnSpec()
|
Methods in org.knime.base.node.viz.histogram.datamodel with parameters of type DataColumnSpec | |
---|---|
boolean |
InteractiveHistogramVizModel.setXColumn(DataColumnSpec xColSpec)
|
Constructors in org.knime.base.node.viz.histogram.datamodel with parameters of type DataColumnSpec | |
---|---|
FixedHistogramDataModel(DataColumnSpec xColSpec,
AggregationMethod aggrMethod,
Collection<ColorColumn> aggrColumns,
int noOfBins)
Constructor for class HistogramDataModel. |
|
FixedHistogramVizModel(List<Color> rowColors,
List<BinDataModel> bins,
BinDataModel missingValueBin,
DataColumnSpec xColSpec,
Collection<ColorColumn> aggrColumns,
AggregationMethod aggrMethod,
HistogramLayout layout)
Constructor for class HistogramVizModel. |
|
InteractiveHistogramVizModel(List<Color> rowColors,
AggregationMethod aggrMethod,
HistogramLayout layout,
DataTableSpec spec,
List<DataRow> rows,
DataColumnSpec xColSpec,
Collection<ColorColumn> aggrColumns,
int noOfBins)
Constructor for class InteractiveHistogramVizModel. |
Uses of DataColumnSpec in org.knime.base.node.viz.histogram.impl |
---|
Methods in org.knime.base.node.viz.histogram.impl that return DataColumnSpec | |
---|---|
DataColumnSpec |
AbstractHistogramPlotter.getAggregationColSpec()
|
Uses of DataColumnSpec in org.knime.base.node.viz.histogram.node |
---|
Methods in org.knime.base.node.viz.histogram.node that return DataColumnSpec | |
---|---|
protected DataColumnSpec |
HistogramNodeDialogPane.getSelectedXColumnSpec()
|
protected DataColumnSpec |
AbstractHistogramNodeModel.getXColSpec()
|
Uses of DataColumnSpec in org.knime.base.node.viz.histogram.util |
---|
Methods in org.knime.base.node.viz.histogram.util that return DataColumnSpec | |
---|---|
DataColumnSpec |
AggregationColumnIcon.getColumnSpec()
|
Methods in org.knime.base.node.viz.histogram.util with parameters of type DataColumnSpec | |
---|---|
static boolean |
BinningUtil.binNominal(DataColumnSpec colSpec,
int noOfBins)
|
static int |
BinningUtil.calculateIntegerMaxNoOfBins(int noOfBins,
DataColumnSpec xColSpec)
Calculates the maximum number of bins for the given column spec if it is an integer column or returns the given number of bins. |
static boolean |
BinningUtil.checkDomainRange(DataCell cell,
DataColumnSpec spec)
Checks if the given cell is in the domain range of the given DataColumnSpec . |
List<E> |
IntervalBinCreator.createBins(DataColumnSpec colSpec,
int numberOfBins)
|
static List<InteractiveBinDataModel> |
BinningUtil.createInteractiveIntervalBins(DataColumnSpec colSpec,
int numberOfBins)
Creates the given number of interval bins for the given column specification. |
static List<InteractiveBinDataModel> |
BinningUtil.createInteractiveNominalBins(DataColumnSpec colSpec)
Creates interactive nominal bins for the given column specification. |
static List<BinDataModel> |
BinningUtil.createIntervalBins(DataColumnSpec colSpec,
int numberOfBins)
Creates the given number of interval bins for the given column specification. |
static List<BinDataModel> |
BinningUtil.createNominalBins(DataColumnSpec colSpec)
Creates interactive nominal bins for the given column specification. |
boolean |
NoDomainColumnFilter.includeColumn(DataColumnSpec colSpec)
Checks if the column with the given DataColumnSpec should
be included or not. |
Constructors in org.knime.base.node.viz.histogram.util with parameters of type DataColumnSpec | |
---|---|
AggregationColumnIcon(DataColumnSpec columnSpec,
Color color)
Creates new squared color icon. |
Uses of DataColumnSpec in org.knime.base.node.viz.pie.datamodel.fixed |
---|
Constructors in org.knime.base.node.viz.pie.datamodel.fixed with parameters of type DataColumnSpec | |
---|---|
FixedPieDataModel(DataColumnSpec pieColSpec,
DataColumnSpec aggrColSpec,
boolean containsColorHandler)
Constructor for class PieDataModel. |
Uses of DataColumnSpec in org.knime.base.node.viz.pie.datamodel.interactive |
---|
Methods in org.knime.base.node.viz.pie.datamodel.interactive that return DataColumnSpec | |
---|---|
DataColumnSpec |
InteractivePieVizModel.getColSpec(String colName)
|
DataColumnSpec |
InteractivePieDataModel.getColSpec(String colName)
|
Uses of DataColumnSpec in org.knime.base.node.viz.pie.node |
---|
Methods in org.knime.base.node.viz.pie.node with parameters of type DataColumnSpec | |
---|---|
protected abstract void |
PieNodeModel.createModel(ExecutionContext exec,
DataColumnSpec pieColSpec,
DataColumnSpec aggrColSpec,
BufferedDataTable dataTable,
int noOfRows,
boolean containsColorHandler)
Called prior #addDataRow(...) method to allow the
implementing class the specific model creation. |
Uses of DataColumnSpec in org.knime.base.node.viz.pie.node.fixed |
---|
Methods in org.knime.base.node.viz.pie.node.fixed with parameters of type DataColumnSpec | |
---|---|
protected void |
FixedPieNodeModel.createModel(ExecutionContext exec,
DataColumnSpec pieColSpec,
DataColumnSpec aggrColSpec,
BufferedDataTable dataTable,
int noOfRows,
boolean containsColorHandler)
Called prior #addDataRow(...) method to allow the
implementing class the specific model creation. |
Uses of DataColumnSpec in org.knime.base.node.viz.pie.node.interactive |
---|
Methods in org.knime.base.node.viz.pie.node.interactive with parameters of type DataColumnSpec | |
---|---|
protected void |
InteractivePieNodeModel.createModel(ExecutionContext exec,
DataColumnSpec pieColSpec,
DataColumnSpec aggrColSpec,
BufferedDataTable dataTable,
int noOfRows,
boolean containsColorHandler)
Called prior #addDataRow(...) method to allow the
implementing class the specific model creation. |
Uses of DataColumnSpec in org.knime.base.node.viz.pie.util |
---|
Methods in org.knime.base.node.viz.pie.util with parameters of type DataColumnSpec | |
---|---|
boolean |
PieColumnFilter.includeColumn(DataColumnSpec colSpec)
Checks if the column with the given DataColumnSpec should
be included or not. |
static boolean |
PieColumnFilter.validDomain(DataColumnSpec colSpec)
|
Uses of DataColumnSpec in org.knime.base.node.viz.plotter.box |
---|
Methods in org.knime.base.node.viz.plotter.box that return types with arguments of type DataColumnSpec | |
---|---|
protected Map<DataColumnSpec,Coordinate> |
BoxPlotter.getCoordinates()
|
Map<DataColumnSpec,double[]> |
BoxPlotDataProvider.getStatistics()
|
Map<DataColumnSpec,double[]> |
BoxPlotNodeModel.getStatistics()
|
Method parameters in org.knime.base.node.viz.plotter.box with type arguments of type DataColumnSpec | |
---|---|
protected void |
BoxPlotter.createNormalizedCoordinates(Map<DataColumnSpec,double[]> statistics)
|
protected void |
ConditionalBoxPlotter.createNormalizedCoordinates(Map<DataColumnSpec,double[]> statistics)
|
protected void |
BoxPlotter.setCoordinates(Map<DataColumnSpec,Coordinate> coordinates)
|
Uses of DataColumnSpec in org.knime.base.node.viz.plotter.columns |
---|
Methods in org.knime.base.node.viz.plotter.columns that return DataColumnSpec | |
---|---|
DataColumnSpec |
TwoColumnPlotter.getSelectedXColumn()
|
DataColumnSpec |
TwoColumnProperties.getSelectedXColumn()
|
DataColumnSpec |
TwoColumnPlotter.getSelectedYColumn()
|
DataColumnSpec |
TwoColumnProperties.getSelectedYColumn()
|
Methods in org.knime.base.node.viz.plotter.columns with parameters of type DataColumnSpec | |
---|---|
protected void |
TwoColumnProperties.updateRangeSpinner(DataColumnSpec xColumn,
DataColumnSpec yColumn)
Updates the values of the range spinner acording to the current columns. |
Uses of DataColumnSpec in org.knime.base.node.viz.plotter.parcoord |
---|
Methods in org.knime.base.node.viz.plotter.parcoord with parameters of type DataColumnSpec | |
---|---|
static ParallelAxis |
ParallelAxis.createParallelAxis(DataColumnSpec colSpec)
Factory method to get an instance of a ParallelAxis . |
Uses of DataColumnSpec in org.knime.base.util.coordinate |
---|
Methods in org.knime.base.util.coordinate that return DataColumnSpec | |
---|---|
(package private) DataColumnSpec |
Coordinate.getDataColumnSpec()
Returns the underlying DataColumnSpec . |
Methods in org.knime.base.util.coordinate with parameters of type DataColumnSpec | |
---|---|
Coordinate |
DoubleCoordinateFactory.createCoordinate(DataColumnSpec columnSpec)
Factory method for creating a Coordinate according to a
DataColumnSpec . |
Coordinate |
CoordinateFactory.createCoordinate(DataColumnSpec columnSpec)
Factory method for creating a Coordinate according to a
DataColumnSpec . |
static Coordinate |
Coordinate.createCoordinate(DataColumnSpec dataColumnSpec)
Factory method to create a coordinate for a given column spec. |
Coordinate |
NominalCoordinateFactory.createCoordinate(DataColumnSpec columnSpec)
Factory method for creating a Coordinate according to a
DataColumnSpec . |
Coordinate |
IntegerCoordinateFactory.createCoordinate(DataColumnSpec columnSpec)
Factory method for creating a Coordinate according to a
DataColumnSpec . |
Constructors in org.knime.base.util.coordinate with parameters of type DataColumnSpec | |
---|---|
Coordinate(DataColumnSpec dataColumnSpec)
Creates a coordinate from a data column spec. |
|
DoubleCoordinate(DataColumnSpec dataColumnSpec)
Constructs a Coordinate according to the given column spec and predefined default values for the coordinatePrefix ,
coordinatePostfix and the
absoluteTickDistance . |
|
DoubleCoordinate(DataColumnSpec dataColumnSpec,
double coordinatePrefix,
double coordinatePostfix,
double absoluteTickDistance,
String tickPolicy,
int maxDomainLabelLength)
Constructs a coordinate from the given parameters. |
|
IntegerCoordinate(DataColumnSpec dataColumnSpec)
Constructor for class IntegerCoordinate. |
|
NominalCoordinate(DataColumnSpec dataColumnSpec)
Constructs a nominal coordinate according to the given column spec. |
|
NumericCoordinate(DataColumnSpec dataColumnSpec)
Constructor for class NumericCoordinate. |
Uses of DataColumnSpec in org.knime.core.data |
---|
Methods in org.knime.core.data that return DataColumnSpec | |
---|---|
static DataColumnSpec[] |
DataTableSpec.createColumnSpecs(String[] names,
DataType[] types)
Static helper method to create a DataColumnSpec array from the
given names and types. |
DataColumnSpec |
DataColumnSpecCreator.createSpec()
Creates and returns a new DataColumnSpec using the
internal properties of this creator. |
DataColumnSpec |
DataTableSpec.getColumnSpec(int index)
Returns column information of the column with the provided index. |
DataColumnSpec |
DataTableSpec.getColumnSpec(String column)
Returns the DataColumnSpec of the column with the provided name. |
static DataColumnSpec |
DataColumnSpec.load(ConfigRO config)
Reads name, type, domain, and properties from the given ConfigRO and - if available - size, shape, and color
handler. |
Methods in org.knime.core.data that return types with arguments of type DataColumnSpec | |
---|---|
Iterator<DataColumnSpec> |
DataTableSpec.iterator()
Returns an iterator for the contained DataColumnSpec elements. |
Methods in org.knime.core.data with parameters of type DataColumnSpec | |
---|---|
boolean |
DataColumnSpec.equalStructure(DataColumnSpec cspec)
Two DataColumnSpec s are equal if they have the same
column name and type. |
DataValueRendererFamily |
DataType.getRenderer(DataColumnSpec spec)
Returns a family of all renderers that are available for this DataType . |
protected DataValueRendererFamily |
StringValue.StringUtilityFactory.getRendererFamily(DataColumnSpec spec)
Returns a family of all renderers this type natively supports. |
protected DataValueRendererFamily |
IntValue.IntUtilityFactory.getRendererFamily(DataColumnSpec spec)
Returns a family of all renderers this type natively supports. |
protected DataValueRendererFamily |
DataValue.UtilityFactory.getRendererFamily(DataColumnSpec spec)
Returns a family of all renderers this type natively supports. |
protected DataValueRendererFamily |
DoubleValue.DoubleUtilityFactory.getRendererFamily(DataColumnSpec spec)
Returns a family of all renderers this type natively supports. |
protected DataValueRendererFamily |
LongValue.LongUtilityFactory.getRendererFamily(DataColumnSpec spec)
Returns a family of all renderers this type natively supports. |
void |
DataColumnSpecCreator.merge(DataColumnSpec cspec2)
Merges the existing DataColumnSpec with a second
DataColumnSpec . |
Constructors in org.knime.core.data with parameters of type DataColumnSpec | |
---|---|
DataColumnSpecCreator(DataColumnSpec cspec)
Initializes the creator with a given DataColumnSpec . |
|
DataTableSpec(DataColumnSpec... colSpecs)
Creates a new DataTableSpec , which is built from an array
of DataColumnSpec elements. |
|
DataTableSpec(String name,
DataColumnSpec... colSpecs)
Creates a new DataTableSpec , which is built from an array
of DataColumnSpec elements. |
Uses of DataColumnSpec in org.knime.core.data.collection |
---|
Methods in org.knime.core.data.collection with parameters of type DataColumnSpec | |
---|---|
protected DataValueRendererFamily |
CollectionDataValue.CollectionUtilityFactory.getRendererFamily(DataColumnSpec spec)
Returns a family of all renderers this type natively supports. |
Uses of DataColumnSpec in org.knime.core.data.container |
---|
Methods in org.knime.core.data.container that return DataColumnSpec | |
---|---|
(package private) DataColumnSpec |
ColumnRearranger.SpecAndFactoryObject.getColSpec()
|
DataColumnSpec[] |
CellFactory.getColumnSpecs()
The column specs for the cells that are generated in the getCells() method. |
DataColumnSpec[] |
AbstractCellFactory.getColumnSpecs()
The column specs for the cells that are generated in the getCells() method. |
Constructors in org.knime.core.data.container with parameters of type DataColumnSpec | |
---|---|
AbstractCellFactory(DataColumnSpec... colSpecs)
Creates instance, which will produce content for the columns as specified by the array argument. |
|
SingleCellFactory(DataColumnSpec newColSpec)
Create new cell factory that provides one column given by newColSpec. |
Uses of DataColumnSpec in org.knime.core.data.date |
---|
Methods in org.knime.core.data.date with parameters of type DataColumnSpec | |
---|---|
protected DataValueRendererFamily |
DateAndTimeUtility.getRendererFamily(DataColumnSpec spec)
Returns a family of all renderers this type natively supports. |
Uses of DataColumnSpec in org.knime.core.data.renderer |
---|
Methods in org.knime.core.data.renderer that return DataColumnSpec | |
---|---|
protected DataColumnSpec |
DefaultDataValueRenderer.getColSpec()
Get reference to the constructor's argument. |
Methods in org.knime.core.data.renderer with parameters of type DataColumnSpec | |
---|---|
boolean |
DefaultDataValueRenderer.accepts(DataColumnSpec spec)
Returns always true . |
boolean |
DefaultDataValueRendererFamily.accepts(DataColumnSpec spec)
Is this renderer instance able to render the content of the column given by spec . |
boolean |
AbstractPainterDataValueRenderer.accepts(DataColumnSpec spec)
Returns always true . |
boolean |
DoubleGrayValueRenderer.accepts(DataColumnSpec spec)
Returns true if the spec contains domain information
and false otherwise. |
boolean |
SetOfRendererFamilies.accepts(DataColumnSpec spec)
Is this renderer instance able to render the content of the column given by spec . |
boolean |
DoubleBarRenderer.accepts(DataColumnSpec spec)
Returns true if the spec contains domain information
and false otherwise. |
boolean |
DataValueRenderer.accepts(DataColumnSpec spec)
Is this renderer instance able to render the content of the column given by spec . |
boolean |
DataValueRendererFamily.accepts(String desc,
DataColumnSpec spec)
Is the renderer with the given description able to render the content of spec . |
boolean |
DefaultDataValueRendererFamily.accepts(String desc,
DataColumnSpec spec)
Delegates to renderer. |
boolean |
SetOfRendererFamilies.accepts(String desc,
DataColumnSpec spec)
Is the renderer with the given description able to render the content of spec . |
Constructors in org.knime.core.data.renderer with parameters of type DataColumnSpec | |
---|---|
DefaultDataValueRenderer(DataColumnSpec spec)
Creates new renderer and memorizes the column spec. |
|
DoubleBarRenderer(DataColumnSpec spec)
Creates new instance given a column spec. |
|
DoubleGrayValueRenderer(DataColumnSpec spec)
Creates new instance given a column spec. |
Uses of DataColumnSpec in org.knime.core.data.vector.bitvector |
---|
Methods in org.knime.core.data.vector.bitvector with parameters of type DataColumnSpec | |
---|---|
protected DataValueRendererFamily |
BitVectorValue.BitVectorUtilityFactory.getRendererFamily(DataColumnSpec spec)
Returns a family of all renderers this type natively supports. |
Uses of DataColumnSpec in org.knime.core.data.vector.bytevector |
---|
Methods in org.knime.core.data.vector.bytevector with parameters of type DataColumnSpec | |
---|---|
protected DataValueRendererFamily |
ByteVectorValue.ByteVectorUtilityFactory.getRendererFamily(DataColumnSpec spec)
Returns a family of all renderers this type natively supports. |
Uses of DataColumnSpec in org.knime.core.node.defaultnodesettings |
---|
Methods in org.knime.core.node.defaultnodesettings that return DataColumnSpec | |
---|---|
DataColumnSpec |
DialogComponentColumnNameSelection.getSelectedAsSpec()
Returns the DataColumnSpec of the currently selected item. |
Uses of DataColumnSpec in org.knime.core.node.port.pmml |
---|
Methods in org.knime.core.node.port.pmml that return types with arguments of type DataColumnSpec | |
---|---|
List<DataColumnSpec> |
PMMLPortObjectSpec.getIgnoredCols()
|
List<DataColumnSpec> |
PMMLPortObjectSpec.getLearningCols()
|
List<DataColumnSpec> |
PMMLPortObjectSpec.getTargetCols()
|
Methods in org.knime.core.node.port.pmml with parameters of type DataColumnSpec | |
---|---|
static String |
PMMLPortObjectSpec.getDataType(DataColumnSpec colSpec)
|
void |
PMMLPortObjectSpecCreator.setTargetCol(DataColumnSpec targetCol)
Puts argument into set and call PMMLPortObjectSpecCreator.setTargetCols(List) . |
Method parameters in org.knime.core.node.port.pmml with type arguments of type DataColumnSpec | |
---|---|
void |
PMMLPortObjectSpecCreator.setIgnoredCols(List<DataColumnSpec> ignoredCols)
|
void |
PMMLPortObjectSpecCreator.setLearningCols(List<DataColumnSpec> learningCols)
|
void |
PMMLPortObjectSpecCreator.setTargetCols(List<DataColumnSpec> targetCols)
|
Uses of DataColumnSpec in org.knime.core.node.tableview |
---|
Methods in org.knime.core.node.tableview with parameters of type DataColumnSpec | |
---|---|
protected DataValueRendererFamily |
TableContentView.getRendererFamily(DataColumnSpec colSpec)
Method being invoked when the table is (re-)constructed to get the available renderer for a column. |
Uses of DataColumnSpec in org.knime.core.node.util |
---|
Methods in org.knime.core.node.util that return DataColumnSpec | |
---|---|
DataColumnSpec |
ColumnSelectionPanel.getSelectedColumnAsSpec()
Gets the selected column as DataColumnSpec. |
Methods in org.knime.core.node.util with parameters of type DataColumnSpec | |
---|---|
void |
ColumnFilterPanel.hideColumns(DataColumnSpec... columns)
Removes the given columns form either include or exclude list and notifies all listeners. |
boolean |
ColumnFilter.includeColumn(DataColumnSpec colSpec)
Checks if the column with the given DataColumnSpec should
be included or not. |
boolean |
CombinedColumnFilter.includeColumn(DataColumnSpec colSpec)
Checks if the column with the given DataColumnSpec should
be included or not. |
boolean |
ColumnFilterPanel.ValueClassFilter.includeColumn(DataColumnSpec cspec)
Checks if the given column type is included in the list of allowed types. |
boolean |
DataValueColumnFilter.includeColumn(DataColumnSpec colSpec)
Checks if the column with the given DataColumnSpec should
be included or not. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |