Uses of Class
org.knime.core.node.NodeView

Packages that use NodeView
org.knime.base.collection.list.create Implementation of the collection create node. 
org.knime.base.collection.list.split Implementation of the collection split node. 
org.knime.base.node.flowvariable.appendvariabletotable   
org.knime.base.node.flowvariable.extractvariables   
org.knime.base.node.flowvariable.injectvariables   
org.knime.base.node.flowvariable.tablerowtovariable   
org.knime.base.node.flowvariable.variableloophead   
org.knime.base.node.flowvariable.variabletotablerow   
org.knime.base.node.io.arffreader Contains the implementation of a node which reads ARFF files. 
org.knime.base.node.io.arffwriter Contains the implementation of a node which writes the content of a data table into an ARFF file. 
org.knime.base.node.io.csvwriter Node implementation that writes a DataTable to a file in CSV (comma separated value) format (or with any other selectable separator). 
org.knime.base.node.io.database Contains nodes to access data via a database connection. 
org.knime.base.node.io.def (Obsolete) Node that produces predefined DataTables. 
org.knime.base.node.io.filereader Contains a node implementation that reads in data from an ASCII file. 
org.knime.base.node.io.pmml.read   
org.knime.base.node.io.pmml.write   
org.knime.base.node.io.portobject Contains node implementations for a prediction model reader and writer. 
org.knime.base.node.io.table.read Node that reads data from a file as written by the Write table node. 
org.knime.base.node.io.table.write Node that writes a datatable to a file. 
org.knime.base.node.meta.feature.backwardelim   
org.knime.base.node.meta.looper The looper package contains all classes for building for loops. 
org.knime.base.node.meta.looper.condition Contains two nodes with which a loop can be built. 
org.knime.base.node.meta.xvalidation The xvalidation package contains all classes for a cross validation flow. 
org.knime.base.node.mine.bayes.naivebayes.learner This package contains the classes of the learner node. 
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.bfn.fuzzy Contains the learner and predictor to train fuzzy rules and apply them to unknown data. 
org.knime.base.node.mine.bfn.radial Contains the PNN learner and predictor. 
org.knime.base.node.mine.cluster.assign This package contains the classes for the Cluster Assigner Node. 
org.knime.base.node.mine.cluster.fuzzycmeans The fuzzycmeans package contains all classes for the Fuzzy c-means node. 
org.knime.base.node.mine.cluster.hierarchical Contains the implementation of a node performing hierarchical clustering. 
org.knime.base.node.mine.cluster.kmeans This package contains the classes needed from the KMeans Node. 
org.knime.base.node.mine.decisiontree2.learner   
org.knime.base.node.mine.decisiontree2.predictor This package contains code for a decision tree model and predictor. 
org.knime.base.node.mine.knn   
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.neural.mlp This package contains the classes for the MultiLayerPerceptron Predictor node. 
org.knime.base.node.mine.neural.rprop This package contains all classes for the RProp Node. 
org.knime.base.node.mine.pca This package contains all classes for the PCA (principal component analysis) Node. 
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.regression.predict Node implementation performing regression prediction. 
org.knime.base.node.mine.scorer.accuracy Similar to the default scorer. 
org.knime.base.node.mine.scorer.entrop Node that performs an entropy calculation and compares two clustering results. 
org.knime.base.node.mine.smote Node that oversample patterns in an input table. 
org.knime.base.node.mine.sota Contains the Sota node, which can be used for clustering hirarchically numerical and fuzzy data and visualize the resulting cluster tree. 
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.subgroupminer This package contains everything necessary for normal subgroup mining. 
org.knime.base.node.mine.svm.learner This subpackage contains all classes for the SVM Learner Node. 
org.knime.base.node.mine.svm.predictor This subpackage contains all classes for the SVM Predictor Node. 
org.knime.base.node.preproc.append.row   
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.caseconvert Node to convert alphanumeric characters to lowercase or uppercase. 
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.colcombine Node to combine the content of a set of columns into a single column (to be appended). 
org.knime.base.node.preproc.colcompare Node to combine the content of a set of columns into a single column (to be appended). 
org.knime.base.node.preproc.colconvert Node to convert String columns to Double columns or the other way around. 
org.knime.base.node.preproc.colconvert.numbertostring Node to convert DoubleValue columns to StringValue columns. 
org.knime.base.node.preproc.colconvert.stringtonumber Node to convert StringValue columns to NumberValue columns. 
org.knime.base.node.preproc.colsort This package contains all classes for the Column Resorter node. 
org.knime.base.node.preproc.columnTrans This package contains the classes of the Many2One and One2Many column transformation nodes. 
org.knime.base.node.preproc.correlation.pmcc   
org.knime.base.node.preproc.discretization.caim2.modelapply Contains the classes implementing a node that applies a discretization (binning) model to new data. 
org.knime.base.node.preproc.discretization.caim2.modelcreator Contains the classes implementing a node that learns a class supervised discretization (binning) model. 
org.knime.base.node.preproc.domain Contains a node to determine the DataTableSpec of the input data. 
org.knime.base.node.preproc.double2int   
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.filter.columnref Contains a Reference Column Filter node that allows columns to be included or excluded from the first table while the second one is used as reference table. 
org.knime.base.node.preproc.filter.hilite Node to seperate hilited and not hilited rows of given DataTable. 
org.knime.base.node.preproc.filter.hilite.collector Contains the HiLite Collector node with can be used to apply annotations to a set of hilit rows. 
org.knime.base.node.preproc.filter.nominal This package implements a possible value row filter. 
org.knime.base.node.preproc.filter.row Contains a node filtering out rows from an input data table, including only those rows into the output/result table that match a certain criteria. 
org.knime.base.node.preproc.filter.rowref Contains a Reference Row Filter node that allows rows to be included or excluded from the first table while the second one is used as reference table. 
org.knime.base.node.preproc.groupby Contains a node to perform a group by operation on an input table. 
org.knime.base.node.preproc.joiner This package contains classes for a node that joins two data tables. 
org.knime.base.node.preproc.lowvarfilter Node implementation that allows the user to filter out numeric columns, which have a low or no variance. 
org.knime.base.node.preproc.missingval Implemenation of the node that treats missing values. 
org.knime.base.node.preproc.normalize This package contains all classes for the Normalizer Node. 
org.knime.base.node.preproc.partition Node that partitions the data into train- and test set. 
org.knime.base.node.preproc.pivot Contains a node to perform a pivoting on one column against another group column. 
org.knime.base.node.preproc.regexsplit Node that splits an input string (column) into multiple groups according to a regular expression (realized by java.util.regex.Pattern). 
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.rowsplit Node splits a data table according to a numeric filter criterion. 
org.knime.base.node.preproc.sample Node that samples rows from an input table. 
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.shuffle Implementation of the Fisher Yates shuffle, that guarantees that all n! possible outcomes are possible and equally likely. 
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.preproc.split Node that splits an input table into two output table. 
org.knime.base.node.preproc.stringreplacer This package contains a node that can be used to replace strings in a column based on wildcard matches. 
org.knime.base.node.preproc.stringreplacer.dict Node that replaces the content of a selected column by dictionary entries. 
org.knime.base.node.preproc.transpose Contains a node to transpose a table by swaping rows and columns. 
org.knime.base.node.preproc.unpivot   
org.knime.base.node.preproc.valcount   
org.knime.base.node.rules   
org.knime.base.node.util.cache Contains node that allows caching of data for fast access. 
org.knime.base.node.util.exttool Provides functionality for nodes that want to launch external programs.
The CommandExecution can be used to run the external program. 
org.knime.base.node.util.sampledata   
org.knime.base.node.viz.condbox Contains all classes that realize a conditional box plot. 
org.knime.base.node.viz.enrichment The enrichment plotter node allows you to plot enrichment curves. 
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.liftchart The liftchart package contains all classes for building a lift chart node. 
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.plotter.box Contains all classes that realize a box plot. 
org.knime.base.node.viz.plotter.line A line plot plots the numeric columns of the input table as lines. 
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. 
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.node.viz.plotter.scatter A scatter plot maps to columns (dimensions) of data to 2-dimensional space, which results that each row (data instance) can be represented as one 2-dimensional point. 
org.knime.base.node.viz.plotter.scattermatrix A scatter matrix plot is a matrix of scatter plots, where each selected column is plotted against each selected column. 
org.knime.base.node.viz.property.color Contains the Color Manager and Color Appender node to set colors for a nominal or bounded (numeric) column. 
org.knime.base.node.viz.property.shape Contains the Shape Manager and Shape Appender node to set shapes for a nominal column. 
org.knime.base.node.viz.property.size Contains the Size Manager and Size Appender node to set sizes for a bounded (numeric) column. 
org.knime.base.node.viz.roc The ROC node allows you to plot ROC curves. 
org.knime.base.node.viz.statistics Contains the Statistics Node which can be used to compute statistics based on the input data table. 
org.knime.base.node.viz.table Node implementation of the interactive table view. 
org.knime.core.node Contains all classes needed to implement a new node in the workflow. 
org.knime.core.node.exec   
org.knime.core.node.interrupt This package contains the necessary classes for an interruptible framework. 
org.knime.core.node.workflow Contains wrapper classes which control the communication between Node and GUI Workflow. 
 

Uses of NodeView in org.knime.base.collection.list.create
 

Methods in org.knime.base.collection.list.create that return NodeView
 NodeView<CollectionCreateNodeModel> CollectionCreateNodeFactory.createNodeView(int index, CollectionCreateNodeModel model)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.collection.list.split
 

Methods in org.knime.base.collection.list.split that return NodeView
 NodeView<CollectionSplitNodeModel> CollectionSplitNodeFactory.createNodeView(int index, CollectionSplitNodeModel model)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.flowvariable.appendvariabletotable
 

Methods in org.knime.base.node.flowvariable.appendvariabletotable that return NodeView
 NodeView<AppendVariableToTableNodeModel> AppendVariableToTableNodeFactory.createNodeView(int index, AppendVariableToTableNodeModel model)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.flowvariable.extractvariables
 

Methods in org.knime.base.node.flowvariable.extractvariables that return NodeView
 NodeView<ExtractVariablesNodeModel> ExtractVariablesNodeFactory.createNodeView(int index, ExtractVariablesNodeModel model)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.flowvariable.injectvariables
 

Methods in org.knime.base.node.flowvariable.injectvariables that return NodeView
 NodeView<InjectVariablesNodeModel> InjectVariablesNodeFactory.createNodeView(int index, InjectVariablesNodeModel model)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.flowvariable.tablerowtovariable
 

Methods in org.knime.base.node.flowvariable.tablerowtovariable that return NodeView
 NodeView<TableToVariableNodeModel> TableToVariableNodeFactory.createNodeView(int index, TableToVariableNodeModel model)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.flowvariable.variableloophead
 

Methods in org.knime.base.node.flowvariable.variableloophead that return NodeView
 NodeView<LoopStartVariableNodeModel> LoopStartVariableNodeFactory.createNodeView(int index, LoopStartVariableNodeModel model)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.flowvariable.variabletotablerow
 

Methods in org.knime.base.node.flowvariable.variabletotablerow that return NodeView
 NodeView<VariableToTableNodeModel> VariableToTableNodeFactory.createNodeView(int index, VariableToTableNodeModel model)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.io.arffreader
 

Methods in org.knime.base.node.io.arffreader that return NodeView
 NodeView ARFFReaderNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.io.arffwriter
 

Methods in org.knime.base.node.io.arffwriter that return NodeView
 NodeView ARFFWriterNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.io.csvwriter
 

Methods in org.knime.base.node.io.csvwriter that return NodeView
 NodeView CSVWriterNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.io.database
 

Methods in org.knime.base.node.io.database that return NodeView
 NodeView<DatabaseLoopingNodeModel> DatabaseLoopingNodeFactory.createNodeView(int vi, DatabaseLoopingNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 NodeView<DBColumnFilterNodeModel> DBColumnFilterNodeFactory.createNodeView(int viewIndex, DBColumnFilterNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 NodeView<DBConnectionNodeModel> DBConnectionNodeFactory.createNodeView(int viewIndex, DBConnectionNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 NodeView<DBConnectionWriterNodeModel> DBConnectionWriterNodeFactory.createNodeView(int viewIndex, DBConnectionWriterNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 NodeView<DBQueryNodeModel> DBQueryNodeFactory.createNodeView(int viewIndex, DBQueryNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 NodeView<DBReaderConnectionNodeModel> DBReaderConnectionNodeFactory.createNodeView(int viewIndex, DBReaderConnectionNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 NodeView<DBReaderNodeModel> DBReaderNodeFactory.createNodeView(int viewIndex, DBReaderNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 NodeView<DBRowFilterNodeModel> DBRowFilterNodeFactory.createNodeView(int viewIndex, DBRowFilterNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 NodeView<DBWriterNodeModel> DBWriterNodeFactory.createNodeView(int viewIndex, DBWriterNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.io.def
 

Methods in org.knime.base.node.io.def that return NodeView
 NodeView DefaultTableNodeFactory.createNodeView(int i, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.io.filereader
 

Methods in org.knime.base.node.io.filereader that return NodeView
 NodeView FileReaderNodeFactory.createNodeView(int i, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 NodeView<VariableFileReaderNodeModel> VariableFileReaderNodeFactory.createNodeView(int index, VariableFileReaderNodeModel model)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.io.pmml.read
 

Methods in org.knime.base.node.io.pmml.read that return NodeView
 NodeView<PMMLReaderNodeModel> PMMLReaderNodeFactory.createNodeView(int viewIndex, PMMLReaderNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.io.pmml.write
 

Methods in org.knime.base.node.io.pmml.write that return NodeView
 NodeView<PMMLWriterNodeModel> PMMLWriterNodeFactory.createNodeView(int viewIndex, PMMLWriterNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.io.portobject
 

Methods in org.knime.base.node.io.portobject that return NodeView
 NodeView<PortObjectReaderNodeModel> PortObjectReaderNodeFactory.createNodeView(int viewIndex, PortObjectReaderNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 NodeView<PortObjectWriterNodeModel> PortObjectWriterNodeFactory.createNodeView(int viewIndex, PortObjectWriterNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.io.table.read
 

Methods in org.knime.base.node.io.table.read that return NodeView
 NodeView ReadTableNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.io.table.write
 

Methods in org.knime.base.node.io.table.write that return NodeView
 NodeView WriteTableNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.meta.feature.backwardelim
 

Methods in org.knime.base.node.meta.feature.backwardelim that return NodeView
 NodeView<BWElimFilterNodeModel> BWElimFilterNodeFactory.createNodeView(int index, BWElimFilterNodeModel model)
          Creates and returns a new node view for the given index.
 NodeView<BWElimLoopEndNodeModel> BWElimLoopEndNodeFactory.createNodeView(int viewIndex, BWElimLoopEndNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 NodeView<BWElimLoopStartNodeModel> BWElimLoopStart1NodeFactory.createNodeView(int index, BWElimLoopStartNodeModel model)
          Creates and returns a new node view for the given index.
 NodeView<BWElimLoopStartNodeModel> BWElimLoopStart2NodeFactory.createNodeView(int index, BWElimLoopStartNodeModel model)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.meta.looper
 

Methods in org.knime.base.node.meta.looper that return NodeView
 NodeView<LoopEndNodeModel> LoopEndNodeFactory.createNodeView(int index, LoopEndNodeModel model)
          Creates and returns a new node view for the given index.
 NodeView<LoopStartCountNodeModel> LoopStartCountNodeFactory.createNodeView(int index, LoopStartCountNodeModel model)
          Creates and returns a new node view for the given index.
 NodeView<LoopStartIntervalNodeModel> LoopStartIntervalNodeFactory.createNodeView(int viewIndex, LoopStartIntervalNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.meta.looper.condition
 

Methods in org.knime.base.node.meta.looper.condition that return NodeView
 NodeView<LoopEndConditionNodeModel> LoopEndConditionNodeFactory.createNodeView(int viewIndex, LoopEndConditionNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 NodeView<LoopStartGenericNodeModel> LoopStartGenericNodeFactory.createNodeView(int viewIndex, LoopStartGenericNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.meta.xvalidation
 

Methods in org.knime.base.node.meta.xvalidation that return NodeView
 NodeView<AggregateOutputNodeModel> AggregateOutputNodeFactory.createNodeView(int index, AggregateOutputNodeModel model)
          Creates and returns a new node view for the given index.
 NodeView<XValidatePartitionModel> XValidatePartitionerFactory.createNodeView(int index, XValidatePartitionModel model)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.mine.bayes.naivebayes.learner
 

Subclasses of NodeView in org.knime.base.node.mine.bayes.naivebayes.learner
 class NaiveBayesLearnerNodeView
          NodeView for the "Naive Bayes Learner" Node.
 

Uses of NodeView in org.knime.base.node.mine.bayes.naivebayes.predictor
 

Methods in org.knime.base.node.mine.bayes.naivebayes.predictor that return NodeView
 NodeView<NaiveBayesPredictorNodeModel> NaiveBayesPredictorNodeFactory.createNodeView(int viewIndex, NaiveBayesPredictorNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.mine.bfn
 

Subclasses of NodeView in org.knime.base.node.mine.bfn
 class BasisFunctionLearnerNodeView<T extends BasisFunctionLearnerNodeModel>
          View to display basisfunction rule models.
 

Uses of NodeView in org.knime.base.node.mine.bfn.fuzzy
 

Subclasses of NodeView in org.knime.base.node.mine.bfn.fuzzy
 class FuzzyBasisFunctionLearnerNodeView
           
 

Methods in org.knime.base.node.mine.bfn.fuzzy that return NodeView
 NodeView<FuzzyBasisFunctionLearnerNodeModel> FuzzyBasisFunctionLearnerNodeFactory.createNodeView(int viewIndex, FuzzyBasisFunctionLearnerNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 NodeView<FuzzyBasisFunctionPredictorNodeModel> FuzzyBasisFunctionPredictorNodeFactory.createNodeView(int viewIndex, FuzzyBasisFunctionPredictorNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.mine.bfn.radial
 

Subclasses of NodeView in org.knime.base.node.mine.bfn.radial
 class RadialBasisFunctionLearnerNodeView
           
 

Methods in org.knime.base.node.mine.bfn.radial that return NodeView
 NodeView<RadialBasisFunctionLearnerNodeModel> RadialBasisFunctionLearnerNodeFactory.createNodeView(int i, RadialBasisFunctionLearnerNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 NodeView<RadialBasisFunctionPredictorNodeModel> RadialBasisFunctionPredictorNodeFactory.createNodeView(int i, RadialBasisFunctionPredictorNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.mine.cluster.assign
 

Methods in org.knime.base.node.mine.cluster.assign that return NodeView
 NodeView ClusterAssignerNodeFactory.createNodeView(int viewIndex, ClusterAssignerNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.mine.cluster.fuzzycmeans
 

Subclasses of NodeView in org.knime.base.node.mine.cluster.fuzzycmeans
 class FuzzyClusterNodeView
          The FuzzyClusterNodeView provides the user with information about the quality of the clustering.
 

Uses of NodeView in org.knime.base.node.mine.cluster.hierarchical
 

Subclasses of NodeView in org.knime.base.node.mine.cluster.hierarchical
 class HierarchicalClusterNodeView
          This view displays the scoring results.
 

Methods in org.knime.base.node.mine.cluster.hierarchical that return NodeView
 NodeView HierarchicalClusterNodeFactory.createNodeView(int i, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.mine.cluster.kmeans
 

Subclasses of NodeView in org.knime.base.node.mine.cluster.kmeans
 class ClusterNodeView
           
 

Uses of NodeView in org.knime.base.node.mine.decisiontree2.learner
 

Subclasses of NodeView in org.knime.base.node.mine.decisiontree2.learner
 class DecTreeNodeView
          This node view is exactly the same as the one for the c4.5 encapsulating view.
 

Methods in org.knime.base.node.mine.decisiontree2.learner that return NodeView
 NodeView<DecisionTreeLearnerNodeModel> DecisionTreeLearnerNodeFactory.createNodeView(int i, DecisionTreeLearnerNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.mine.decisiontree2.predictor
 

Subclasses of NodeView in org.knime.base.node.mine.decisiontree2.predictor
 class DecTreePredictorNodeView
           
 

Methods in org.knime.base.node.mine.decisiontree2.predictor that return NodeView
 NodeView<DecTreePredictorNodeModel> DecTreePredictorNodeFactory.createNodeView(int viewIndex, DecTreePredictorNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.mine.knn
 

Methods in org.knime.base.node.mine.knn that return NodeView
 NodeView KnnNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.mine.mds
 

Methods in org.knime.base.node.mine.mds that return NodeView
 NodeView<MDSNodeModel> MDSNodeFactory.createNodeView(int index, MDSNodeModel model)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.mine.mds.mdsprojection
 

Methods in org.knime.base.node.mine.mds.mdsprojection that return NodeView
 NodeView<MDSProjectionNodeModel> MDSProjectionNodeFactory.createNodeView(int index, MDSProjectionNodeModel model)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.mine.neural.mlp
 

Methods in org.knime.base.node.mine.neural.mlp that return NodeView
 NodeView<MLPPredictorNodeModel> MLPPredictorNodeFactory.createNodeView(int viewIndex, MLPPredictorNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.mine.neural.rprop
 

Subclasses of NodeView in org.knime.base.node.mine.neural.rprop
 class RPropNodeView
          NodeView of the RProp Node.
 

Uses of NodeView in org.knime.base.node.mine.pca
 

Methods in org.knime.base.node.mine.pca that return NodeView
 NodeView<PCAApplyNodeModel> PCAApplyNodeFactory.createNodeView(int viewIndex, PCAApplyNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 NodeView<PCAComputeNodeModel> PCAComputeNodeFactory.createNodeView(int viewIndex, PCAComputeNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 NodeView<PCANodeModel> PCANodeFactory.createNodeView(int viewIndex, PCANodeModel nodeModel)
          Creates and returns a new node view for the given index.
 NodeView<PCAReverseNodeModel> PCAReverseNodeFactory.createNodeView(int viewIndex, PCAReverseNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.mine.regression.linear.learn
 

Subclasses of NodeView in org.knime.base.node.mine.regression.linear.learn
 class LinRegLearnerNodeView
          View on the linear regression learner node.
 

Methods in org.knime.base.node.mine.regression.linear.learn that return NodeView
 NodeView<LinRegLearnerNodeModel> LinRegLearnerNodeFactory.createNodeView(int index, LinRegLearnerNodeModel model)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.mine.regression.linear.view
 

Subclasses of NodeView in org.knime.base.node.mine.regression.linear.view
 class LinRegLineNodeView
          2D plot showing the linear regression line.
 

Uses of NodeView in org.knime.base.node.mine.regression.polynomial.learner
 

Subclasses of NodeView in org.knime.base.node.mine.regression.polynomial.learner
 class PolyRegCoefficientView
          This view show a simple table with all the coefficients for each attributed in the dataset.
 class PolyRegLineNodeView
          This class shows a view with one attribute on the x-axis, its values on the y-axis and the regression curve.
 

Methods in org.knime.base.node.mine.regression.polynomial.learner that return NodeView
 NodeView<PolyRegLearnerNodeModel> PolyRegLearnerNodeFactory.createNodeView(int viewIndex, PolyRegLearnerNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.mine.regression.predict
 

Methods in org.knime.base.node.mine.regression.predict that return NodeView
 NodeView<RegressionPredictorNodeModel> RegressionPredictorNodeFactory.createNodeView(int index, RegressionPredictorNodeModel m)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.mine.scorer.accuracy
 

Subclasses of NodeView in org.knime.base.node.mine.scorer.accuracy
(package private)  class AccuracyScorerNodeView
          This view displays the scoring results.
 class ROCView
          This view plots a ROC curve for the classified data and prints the area under the curve.
 

Methods in org.knime.base.node.mine.scorer.accuracy that return NodeView
 NodeView<AccuracyScorerNodeModel> AccuracyScorerNodeFactory.createNodeView(int i, AccuracyScorerNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.mine.scorer.entrop
 

Subclasses of NodeView in org.knime.base.node.mine.scorer.entrop
 class EntropyNodeView
           
 

Uses of NodeView in org.knime.base.node.mine.smote
 

Methods in org.knime.base.node.mine.smote that return NodeView
 NodeView SmoteNodeFactory.createNodeView(int index, NodeModel m)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.mine.sota
 

Subclasses of NodeView in org.knime.base.node.mine.sota
 class SotaNodeView
           
 

Methods in org.knime.base.node.mine.sota that return NodeView
 NodeView<SotaNodeModel> SotaLearnerNodeFactory.createNodeView(int viewIndex, SotaNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.mine.sota.predictor
 

Methods in org.knime.base.node.mine.sota.predictor that return NodeView
 NodeView<SotaPredictorNodeModel> SotaPredictorNodeFactory.createNodeView(int viewIndex, SotaPredictorNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.mine.subgroupminer
 

Subclasses of NodeView in org.knime.base.node.mine.subgroupminer
 class BitVectorGeneratorView
          The BitvectorGeneratorView provides information about the generation of the bitsets out of the data.
 

Methods in org.knime.base.node.mine.subgroupminer that return NodeView
 NodeView BitVectorGeneratorNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 NodeView SubgroupMinerFactory.createNodeView(int viewIndex, SubgroupMinerModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.mine.svm.learner
 

Subclasses of NodeView in org.knime.base.node.mine.svm.learner
 class SVMLearnerNodeView
          The SVM view provides information about all SVM'S trained for each class with their corresponding support vectors.
 

Uses of NodeView in org.knime.base.node.mine.svm.predictor
 

Methods in org.knime.base.node.mine.svm.predictor that return NodeView
 NodeView<SVMPredictorNodeModel> SVMPredictorNodeFactory.createNodeView(int viewIndex, SVMPredictorNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.append.row
 

Methods in org.knime.base.node.preproc.append.row that return NodeView
 NodeView<AppendedRowsNodeModel> AppendedRowsNodeFactory.createNodeView(int viewIndex, AppendedRowsNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.binner
 

Methods in org.knime.base.node.preproc.binner that return NodeView
 NodeView BinnerNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.caseconvert
 

Methods in org.knime.base.node.preproc.caseconvert that return NodeView
 NodeView CaseConvertNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.cellsplit
 

Methods in org.knime.base.node.preproc.cellsplit that return NodeView
 NodeView CellSplitterNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.cellsplitbypos
 

Methods in org.knime.base.node.preproc.cellsplitbypos that return NodeView
 NodeView CellSplitterByPosNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.colcombine
 

Methods in org.knime.base.node.preproc.colcombine that return NodeView
 NodeView<ColCombineNodeModel> ColCombineNodeFactory.createNodeView(int viewIndex, ColCombineNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.colcompare
 

Methods in org.knime.base.node.preproc.colcompare that return NodeView
 NodeView ColumnComparatorNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
           
 

Uses of NodeView in org.knime.base.node.preproc.colconvert
 

Methods in org.knime.base.node.preproc.colconvert that return NodeView
 NodeView ColConvertNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.colconvert.numbertostring
 

Methods in org.knime.base.node.preproc.colconvert.numbertostring that return NodeView
 NodeView NumberToStringNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.colconvert.stringtonumber
 

Methods in org.knime.base.node.preproc.colconvert.stringtonumber that return NodeView
 NodeView<StringToNumberNodeModel> StringToNumberNodeFactory.createNodeView(int viewIndex, StringToNumberNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.colsort
 

Methods in org.knime.base.node.preproc.colsort that return NodeView
 NodeView<ColumnResorterNodeModel> ColumnResorterNodeFactory.createNodeView(int viewIndex, ColumnResorterNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.columnTrans
 

Methods in org.knime.base.node.preproc.columnTrans that return NodeView
 NodeView One2ManyColNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 NodeView Many2OneColNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.correlation.pmcc
 

Subclasses of NodeView in org.knime.base.node.preproc.correlation.pmcc
 class PMCCNodeView
           
 

Methods in org.knime.base.node.preproc.correlation.pmcc that return NodeView
 NodeView<PMCCFilterNodeModel> PMCCFilterNodeFactory.createNodeView(int viewIndex, PMCCFilterNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 NodeView<PMCCNodeModel> PMCCNodeFactory.createNodeView(int viewIndex, PMCCNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.discretization.caim2.modelapply
 

Methods in org.knime.base.node.preproc.discretization.caim2.modelapply that return NodeView
 NodeView<DiscretizationApplyNodeModel> Discretization2ApplyNodeFactory.createNodeView(int i, DiscretizationApplyNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.discretization.caim2.modelcreator
 

Subclasses of NodeView in org.knime.base.node.preproc.discretization.caim2.modelcreator
 class BinModelNodeView
          The view to visualize a binning model.
 

Methods in org.knime.base.node.preproc.discretization.caim2.modelcreator that return NodeView
 NodeView<CAIMDiscretizationNodeModel> CAIMDiscretization2NodeFactory.createNodeView(int viewIndex, CAIMDiscretizationNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.domain
 

Methods in org.knime.base.node.preproc.domain that return NodeView
 NodeView DomainNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.double2int
 

Methods in org.knime.base.node.preproc.double2int that return NodeView
 NodeView<DoubleToIntNodeModel> DoubleToIntNodeFactory.createNodeView(int viewIndex, DoubleToIntNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.filter.column
 

Methods in org.knime.base.node.preproc.filter.column that return NodeView
 NodeView<FilterColumnNodeModel> FilterColumnNodeFactory.createNodeView(int i, FilterColumnNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.filter.columnref
 

Methods in org.knime.base.node.preproc.filter.columnref that return NodeView
 NodeView<ColumnFilterRefNodeModel> ColumnFilterRefNodeFactory.createNodeView(int index, ColumnFilterRefNodeModel model)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.filter.hilite
 

Methods in org.knime.base.node.preproc.filter.hilite that return NodeView
 NodeView<HiliteFilterNodeModel> HiliteFilterNodeFactory.createNodeView(int viewIndex, HiliteFilterNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.filter.hilite.collector
 

Subclasses of NodeView in org.knime.base.node.preproc.filter.hilite.collector
 class HiLiteCollectorNodeView
           
 

Methods in org.knime.base.node.preproc.filter.hilite.collector that return NodeView
 NodeView<HiLiteCollectorNodeModel> HiLiteCollectorNodeFactory.createNodeView(int viewIndex, HiLiteCollectorNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.filter.nominal
 

Methods in org.knime.base.node.preproc.filter.nominal that return NodeView
 NodeView NominalValueRowFilterNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.filter.row
 

Methods in org.knime.base.node.preproc.filter.row that return NodeView
 NodeView RowFilterNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 NodeView<RowFilter2PortNodeModel> RowFilter2PortNodeFactory.createNodeView(int viewIndex, RowFilter2PortNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.filter.rowref
 

Methods in org.knime.base.node.preproc.filter.rowref that return NodeView
 NodeView<RowFilterRefNodeModel> RowFilterRefNodeFactory.createNodeView(int index, RowFilterRefNodeModel model)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.groupby
 

Methods in org.knime.base.node.preproc.groupby that return NodeView
 NodeView GroupByNodeFactory.createNodeView(int viewIndex, GroupByNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.joiner
 

Methods in org.knime.base.node.preproc.joiner that return NodeView
 NodeView NewJoinerNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.lowvarfilter
 

Methods in org.knime.base.node.preproc.lowvarfilter that return NodeView
 NodeView LowVarFilterNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.missingval
 

Methods in org.knime.base.node.preproc.missingval that return NodeView
 NodeView<MissingValueHandlingNodeModel> MissingValueHandlingNodeFactory.createNodeView(int viewIndex, MissingValueHandlingNodeModel model)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.normalize
 

Methods in org.knime.base.node.preproc.normalize that return NodeView
 NodeView<NormalizerApplyNodeModel> NormalizerApplyNodeFactory.createNodeView(int viewIndex, NormalizerApplyNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 NodeView<NormalizerNodeModel> NormalizerNodeFactory.createNodeView(int viewIndex, NormalizerNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.partition
 

Methods in org.knime.base.node.preproc.partition that return NodeView
 NodeView PartitionNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.pivot
 

Methods in org.knime.base.node.preproc.pivot that return NodeView
 NodeView<PivotNodeModel> PivotNodeFactory.createNodeView(int viewIndex, PivotNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.regexsplit
 

Methods in org.knime.base.node.preproc.regexsplit that return NodeView
 NodeView<RegexSplitNodeModel> RegexSplitNodeFactory.createNodeView(int index, RegexSplitNodeModel model)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.rename
 

Methods in org.knime.base.node.preproc.rename that return NodeView
 NodeView RenameNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.rowkey
 

Methods in org.knime.base.node.preproc.rowkey that return NodeView
 NodeView RowKeyNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.rowsplit
 

Methods in org.knime.base.node.preproc.rowsplit that return NodeView
 NodeView NumericRowSplitterNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.sample
 

Methods in org.knime.base.node.preproc.sample that return NodeView
 NodeView<SamplingNodeModel> SamplingNodeFactory.createNodeView(int viewIndex, SamplingNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.setoperator
 

Methods in org.knime.base.node.preproc.setoperator that return NodeView
 NodeView SetOperatorNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.shuffle
 

Methods in org.knime.base.node.preproc.shuffle that return NodeView
 NodeView ShuffleNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.sorter
 

Methods in org.knime.base.node.preproc.sorter that return NodeView
 NodeView SorterNodeFactory.createNodeView(int i, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.split
 

Methods in org.knime.base.node.preproc.split that return NodeView
 NodeView SplitNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.stringreplacer
 

Methods in org.knime.base.node.preproc.stringreplacer that return NodeView
 NodeView StringReplacerNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.stringreplacer.dict
 

Methods in org.knime.base.node.preproc.stringreplacer.dict that return NodeView
 NodeView SearchReplaceDictNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.transpose
 

Methods in org.knime.base.node.preproc.transpose that return NodeView
 NodeView<TransposeTableNodeModel> TransposeTableNodeFactory.createNodeView(int viewIndex, TransposeTableNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.unpivot
 

Methods in org.knime.base.node.preproc.unpivot that return NodeView
 NodeView<UnpivotNodeModel> UnpivotNodeFactory.createNodeView(int viewIndex, UnpivotNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.preproc.valcount
 

Methods in org.knime.base.node.preproc.valcount that return NodeView
 NodeView ValueCounterNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.rules
 

Methods in org.knime.base.node.rules that return NodeView
 NodeView<RuleEngineNodeModel> RuleEngineNodeFactory.createNodeView(int index, RuleEngineNodeModel model)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.util.cache
 

Methods in org.knime.base.node.util.cache that return NodeView
 NodeView CacheNodeFactory.createNodeView(int i, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.util.exttool
 

Subclasses of NodeView in org.knime.base.node.util.exttool
 class ExtToolOutputNodeView<T extends ExtToolOutputNodeModel>
          Base class for both output views.
 class ExtToolStderrNodeView<T extends ExtToolOutputNodeModel>
          The view showing the output to standard error.
 class ExtToolStdoutNodeView<T extends ExtToolOutputNodeModel>
          The view showing the output to standard output.
 

Uses of NodeView in org.knime.base.node.util.sampledata
 

Methods in org.knime.base.node.util.sampledata that return NodeView
 NodeView SampleDataNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Throws exception as there is no view to create.
 

Uses of NodeView in org.knime.base.node.viz.condbox
 

Subclasses of NodeView in org.knime.base.node.viz.condbox
 class ConditionalBoxPlotNodeView
          Class for a view of the conditional box plot.
 

Methods in org.knime.base.node.viz.condbox that return NodeView
 NodeView<NodeModel> ConditionalBoxPlotNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.viz.enrichment
 

Subclasses of NodeView in org.knime.base.node.viz.enrichment
 class EnrichmentPlotterView
          This is the view for the enrichment plotter node that shows all specified enrichment plots.
 

Methods in org.knime.base.node.viz.enrichment that return NodeView
 NodeView<EnrichmentPlotterModel> EnrichmentPlotterFactory.createNodeView(int viewIndex, EnrichmentPlotterModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.viz.histogram.node
 

Subclasses of NodeView in org.knime.base.node.viz.histogram.node
 class FixedColumnHistogramNodeView
          The node view which contains the histogram plotter panel.
 class HistogramNodeView
          The node view which contains the histogram plotter panel.
 

Uses of NodeView in org.knime.base.node.viz.liftchart
 

Subclasses of NodeView in org.knime.base.node.viz.liftchart
 class LiftChartNodeView
           
 

Methods in org.knime.base.node.viz.liftchart that return NodeView
 NodeView<LiftChartNodeModel> LiftChartNodeFactory.createNodeView(int viewIndex, LiftChartNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.viz.pie.node
 

Subclasses of NodeView in org.knime.base.node.viz.pie.node
 class PieNodeView<P extends PieProperties<D>,D extends PieVizModel,T extends PieNodeModel<D>>
          The abstract node view which contains the pie chart panel.
 

Uses of NodeView in org.knime.base.node.viz.pie.node.fixed
 

Subclasses of NodeView in org.knime.base.node.viz.pie.node.fixed
 class FixedPieNodeView
          The fixed implementation of the PieNodeView.
 

Uses of NodeView in org.knime.base.node.viz.pie.node.interactive
 

Subclasses of NodeView in org.knime.base.node.viz.pie.node.interactive
 class InteractivePieNodeView
          The interactive implementation of the PieNodeView.
 

Uses of NodeView in org.knime.base.node.viz.plotter.box
 

Subclasses of NodeView in org.knime.base.node.viz.plotter.box
 class BoxPlotNodeView
           
 

Methods in org.knime.base.node.viz.plotter.box that return NodeView
 NodeView BoxPlotNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.viz.plotter.line
 

Methods in org.knime.base.node.viz.plotter.line that return NodeView
 NodeView LinePlotterNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.viz.plotter.node
 

Subclasses of NodeView in org.knime.base.node.viz.plotter.node
 class DefaultVisualizationNodeView
          Convenient implementation of a NodeView that can display one or more plotter implementations.
 

Uses of NodeView in org.knime.base.node.viz.plotter.parcoord
 

Subclasses of NodeView in org.knime.base.node.viz.plotter.parcoord
 class ParallelCoordinateNodeView
          Extends the DefaultVisualizationNodeView since it provides an additional menu to show, fade or hide unhilited lines (rows).
 

Methods in org.knime.base.node.viz.plotter.parcoord that return NodeView
 NodeView ParallelCoordinateNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.viz.plotter.scatter
 

Subclasses of NodeView in org.knime.base.node.viz.plotter.scatter
 class ScatterPlotterNodeView
          Extends the DefaultVisualizationNodeView by adding an additional menu to show, fade or hide unhilited dots.
 

Methods in org.knime.base.node.viz.plotter.scatter that return NodeView
 NodeView ScatterPlotterNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.viz.plotter.scattermatrix
 

Methods in org.knime.base.node.viz.plotter.scattermatrix that return NodeView
 NodeView ScatterMatrixNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.viz.property.color
 

Methods in org.knime.base.node.viz.property.color that return NodeView
 NodeView<ColorAppender2NodeModel> ColorAppender2NodeFactory.createNodeView(int viewIndex, ColorAppender2NodeModel nm)
          Creates and returns a new node view for the given index.
 NodeView<ColorManager2NodeModel> ColorManager2NodeFactory.createNodeView(int index, ColorManager2NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.viz.property.shape
 

Methods in org.knime.base.node.viz.property.shape that return NodeView
 NodeView<ShapeAppenderNodeModel> ShapeAppenderNodeFactory.createNodeView(int viewIndex, ShapeAppenderNodeModel nm)
          Creates and returns a new node view for the given index.
 NodeView<ShapeManagerNodeModel> ShapeManagerNodeFactory.createNodeView(int index, ShapeManagerNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.viz.property.size
 

Methods in org.knime.base.node.viz.property.size that return NodeView
 NodeView<SizeAppenderNodeModel> SizeAppenderNodeFactory.createNodeView(int viewIndex, SizeAppenderNodeModel nm)
          Creates and returns a new node view for the given index.
 NodeView<SizeManager2NodeModel> SizeManager2NodeFactory.createNodeView(int index, SizeManager2NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.viz.roc
 

Subclasses of NodeView in org.knime.base.node.viz.roc
 class ROCNodeView
          This view show one or more ROC curves that were pre-calculated in the model.
 

Methods in org.knime.base.node.viz.roc that return NodeView
 NodeView ROCNodeFactory.createNodeView(int viewIndex, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.base.node.viz.statistics
 

Subclasses of NodeView in org.knime.base.node.viz.statistics
 class Statistics2NodeView
          The view shows the statistical information.
 

Methods in org.knime.base.node.viz.statistics that return NodeView
 NodeView<Statistics2NodeModel> Statistics2NodeFactory.createNodeView(int viewIndex, Statistics2NodeModel nodeModel)
          The view offers statistical information on the input table.
 

Uses of NodeView in org.knime.base.node.viz.table
 

Subclasses of NodeView in org.knime.base.node.viz.table
 class TableNodeView
          Table view on a DataTable.
 

Methods in org.knime.base.node.viz.table that return NodeView
 NodeView TableNodeFactory.createNodeView(int i, NodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.core.node
 

Methods in org.knime.core.node that return NodeView
abstract  NodeView<T> NodeFactory.createNodeView(int viewIndex, T nodeModel)
          Creates and returns a new node view for the given index.
 

Uses of NodeView in org.knime.core.node.exec
 

Methods in org.knime.core.node.exec that return NodeView
 NodeView<NodeModel> ThreadNodeExecutionJobManager.getView(NodeContainer nc)
          Return a new instance of a node view for the job of the provided node.
 

Uses of NodeView in org.knime.core.node.interrupt
 

Subclasses of NodeView in org.knime.core.node.interrupt
 class InterruptibleNodeView
          This class provides a generic view for the InterruptibleNodeModel and all deriving classes, which basically consists in a control panel, with some control elements such as a "Run"-, a "Break"- and a "Finish"-Button and a slider to adjust the delay.
 

Uses of NodeView in org.knime.core.node.workflow
 

Methods in org.knime.core.node.workflow that return NodeView
 NodeView<NodeModel> WorkflowManager.getNodeView(int i)
          Return the view with the specified index provided by the node.
 NodeView<NodeModel> NodeExecutionJobManager.getView(NodeContainer nc)
          Return a new instance of a node view for the job of the provided node.
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.