|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataArray | |
---|---|
org.knime.base.node.mine.cluster.hierarchical | Contains the implementation of a node performing hierarchical clustering. |
org.knime.base.node.mine.regression.linear.learn | Node implementation performing linear regression. |
org.knime.base.node.mine.regression.linear.view | Customized scatter plot view that also shows the regression line. |
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.scorer.accuracy | Similar to the default scorer. |
org.knime.base.node.mine.sota.logic | Contains the logic classes of SOTA. |
org.knime.base.node.mine.sota.view | Contains the view classes of the Sota node. |
org.knime.base.node.util | |
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.liftchart | The liftchart package contains all classes for building a lift chart node. |
org.knime.base.node.viz.plotter | Contains the basic viewing framework for KNIME. |
org.knime.base.node.viz.plotter.basic |
The idea behind the BasicPlotter is to provide a small fraction of the
functionality known from "R" or "GnuPlot", if you have some basic elements,
such as lines, ellipses, rectangles, you want to add to your view you can use
the BasicPlotter . |
org.knime.base.node.viz.plotter.box | Contains all classes that realize a box plot. |
org.knime.base.node.viz.plotter.node | This package contains a default node implementation which can be used if a simple plotter is implemented, which displays data from one inport and also wants to display only a restricted number of rows. |
Uses of DataArray in org.knime.base.node.mine.cluster.hierarchical |
---|
Methods in org.knime.base.node.mine.cluster.hierarchical that return DataArray | |
---|---|
DataArray |
HierarchicalClusterNodeModel.getDataArray(int index)
Provides the data that should be visualized. |
Methods in org.knime.base.node.mine.cluster.hierarchical with parameters of type DataArray | |
---|---|
static ClusterNode |
ClusterNode.loadFromXML(NodeSettingsRO settings,
DataArray orgTable)
Loads a cluster node from the settings. |
Uses of DataArray in org.knime.base.node.mine.regression.linear.learn |
---|
Methods in org.knime.base.node.mine.regression.linear.learn that return DataArray | |
---|---|
DataArray |
LinRegLearnerNodeModel.getDataArray(int index)
Provides the data that should be visualized. |
DataArray |
LinRegLearnerNodeModel.getRowContainer()
Get the row container for the rows to paint in the view. |
Uses of DataArray in org.knime.base.node.mine.regression.linear.view |
---|
Methods in org.knime.base.node.mine.regression.linear.view that return DataArray | |
---|---|
DataArray |
LinRegDataProvider.getRowContainer()
Get the row container for the rows to paint in the view. |
Uses of DataArray in org.knime.base.node.mine.regression.polynomial.learner |
---|
Methods in org.knime.base.node.mine.regression.polynomial.learner that return DataArray | |
---|---|
DataArray |
PolyRegLearnerNodeModel.getDataArray(int index)
Provides the data that should be visualized. |
Uses of DataArray in org.knime.base.node.mine.scorer.accuracy |
---|
Methods in org.knime.base.node.mine.scorer.accuracy that return DataArray | |
---|---|
DataArray |
AccuracyScorerNodeModel.getDataArray(int index)
Provides the data that should be visualized. |
Uses of DataArray in org.knime.base.node.mine.sota.logic |
---|
Classes in org.knime.base.node.mine.sota.logic that implement DataArray | |
---|---|
class |
FuzzyHierarchyFilterRowContainer
|
Methods in org.knime.base.node.mine.sota.logic that return DataArray | |
---|---|
DataArray |
SotaManager.getInDataContainer()
|
DataArray |
SotaManager.getOriginalData()
Returns the original DataTableSpec. |
DataArray |
SotaHelper.getRowContainer()
Returns the DataArray with the training data. |
Methods in org.knime.base.node.mine.sota.logic with parameters of type DataArray | |
---|---|
void |
SotaManager.initializeTree(DataTable inData,
DataArray originalData,
ExecutionMonitor exec,
int indexOfClassColumn)
Initializes the tree by creating the root node and two children cells of the root node. |
void |
SotaManager.setInData(DataArray inData)
Sets in data. |
void |
SotaManager.setOriginalData(DataArray origData)
Sets original data. |
Constructors in org.knime.base.node.mine.sota.logic with parameters of type DataArray | |
---|---|
FuzzyHierarchyFilterRowContainer(DataArray rc,
int hierarchiyLevel)
Creates an instance of FuzzyHierarchyFilterRowContainer with given DataArray and hierarchy level. |
|
SotaFuzzyHelper(DataArray rowContainer,
ExecutionMonitor exec)
Creates new instance of SotaFuzzyHelper with given DataArray with the training data. |
|
SotaHelper(DataArray rowContainer,
ExecutionMonitor exec)
Constructor of SotaHelper, which sets the given rowContainer with the training data. |
|
SotaNumberHelper(DataArray rowContainer,
ExecutionMonitor exec)
Creates an instance of SotaNumberHelper with given DataArray with the trainingdata. |
Uses of DataArray in org.knime.base.node.mine.sota.view |
---|
Methods in org.knime.base.node.mine.sota.view that return DataArray | |
---|---|
DataArray |
SotaDrawingPane.getData()
|
Methods in org.knime.base.node.mine.sota.view with parameters of type DataArray | |
---|---|
void |
SotaDrawingPane.setData(DataArray data)
|
void |
SotaDrawingPane.setOriginalData(DataArray data)
|
Constructors in org.knime.base.node.mine.sota.view with parameters of type DataArray | |
---|---|
SotaDrawingPane(SotaTreeCell root,
DataArray data,
DataArray originalData,
boolean isHFuzzyData,
int maxHLevel)
Creates new instance of SotaDrawingPane, which draws the given data and the trained binary cluster tree given by its root node. |
Uses of DataArray in org.knime.base.node.util |
---|
Classes in org.knime.base.node.util that implement DataArray | |
---|---|
class |
DefaultDataArray
Can be used to locally store a certain number of rows. |
Uses of DataArray in org.knime.base.node.viz.condbox |
---|
Methods in org.knime.base.node.viz.condbox that return DataArray | |
---|---|
DataArray |
ConditionalBoxPlotNodeModel.getDataArray(int index)
Provides the data that should be visualized. |
Uses of DataArray in org.knime.base.node.viz.histogram.datamodel |
---|
Constructors in org.knime.base.node.viz.histogram.datamodel with parameters of type DataArray | |
---|---|
InteractiveHistogramDataModel(DataArray array,
List<Color> rowColors)
Constructor for class InteractiveHistogramDataModel. |
Uses of DataArray in org.knime.base.node.viz.liftchart |
---|
Methods in org.knime.base.node.viz.liftchart that return DataArray | |
---|---|
DataArray |
LiftChartNodeModel.getDataArray(int index)
Provides the data that should be visualized. |
Uses of DataArray in org.knime.base.node.viz.plotter |
---|
Methods in org.knime.base.node.viz.plotter that return DataArray | |
---|---|
DataArray |
DataProvider.getDataArray(int index)
Provides the data that should be visualized. |
Uses of DataArray in org.knime.base.node.viz.plotter.basic |
---|
Methods in org.knime.base.node.viz.plotter.basic with parameters of type DataArray | |
---|---|
void |
BasicPlotter.addLine(DataArray table,
int colIdx,
Color color,
Stroke stroke)
Deprecated. use BasicPlotter.addLine(DataArray, int, int, Color, Stroke)
instead |
void |
BasicPlotter.addLine(DataArray table,
int xIdx,
int yIdx,
Color color,
Stroke stroke)
Plots the column in the table specified by the column index as a line plot. |
Uses of DataArray in org.knime.base.node.viz.plotter.box |
---|
Methods in org.knime.base.node.viz.plotter.box that return DataArray | |
---|---|
DataArray |
BoxPlotNodeModel.getDataArray(int index)
Provides the data that should be visualized. |
Uses of DataArray in org.knime.base.node.viz.plotter.node |
---|
Methods in org.knime.base.node.viz.plotter.node that return DataArray | |
---|---|
DataArray |
DefaultVisualizationNodeModel.getDataArray(int index)
Provides the data that should be visualized. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |