|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortType | |
---|---|
org.knime.base.data.normalize | This package contains the utility classes for normalization of DataRows. |
org.knime.base.node.flowvariable.extractvariables | |
org.knime.base.node.flowvariable.injectvariables | |
org.knime.base.node.io.database | Contains nodes to access data via a database connection. |
org.knime.base.node.io.portobject | Contains node implementations for a prediction model reader and writer. |
org.knime.base.node.meta.feature.backwardelim | |
org.knime.base.node.mine.bayes.naivebayes.port | |
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 | |
org.knime.base.node.mine.decisiontree2 | |
org.knime.base.node.mine.neural.mlp | This package contains the classes for the MultiLayerPerceptron Predictor 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 | Contains nodes and utility classes for linear and polynomial regression. |
org.knime.base.node.mine.subgroupminer | This package contains everything necessary for normal subgroup mining. |
org.knime.base.node.mine.svm | The scm package contains all classes necessary for Support Vector Machine learning (package learner) and prediction (predict). |
org.knime.base.node.preproc.correlation.pmcc | |
org.knime.base.node.preproc.discretization.caim2 | Contains two nodes for class supervised binning and applying such a learned binning model to new data. |
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.core.node | Contains all classes needed to implement a new node in the workflow. |
org.knime.core.node.port | |
org.knime.core.node.port.database | |
org.knime.core.node.port.flowvariable | |
org.knime.core.node.port.viewproperty | |
org.knime.core.node.workflow | Contains wrapper classes which control the communication between Node and GUI Workflow. |
Uses of PortType in org.knime.base.data.normalize |
---|
Fields in org.knime.base.data.normalize declared as PortType | |
---|---|
static PortType |
NormalizerPortObject.TYPE
Convenience accessor for the port type. |
Uses of PortType in org.knime.base.node.flowvariable.extractvariables |
---|
Constructors in org.knime.base.node.flowvariable.extractvariables with parameters of type PortType | |
---|---|
ExtractVariablesNodeFactory(PortType inOutType)
Create factory, that instantiates nodes, whose first input and the only output port are typed to the argument. |
|
ExtractVariablesNodeModel(PortType inType)
One input, one output. |
Uses of PortType in org.knime.base.node.flowvariable.injectvariables |
---|
Constructors in org.knime.base.node.flowvariable.injectvariables with parameters of type PortType | |
---|---|
InjectVariablesNodeFactory(PortType inOutType)
Create factory, that instantiates nodes, whose first input and the only output port are typed to the argument. |
|
InjectVariablesNodeModel(PortType inOutType)
Two inputs, one output. |
Uses of PortType in org.knime.base.node.io.database |
---|
Constructors in org.knime.base.node.io.database with parameters of type PortType | |
---|---|
DBNodeModel(PortType[] inPorts,
PortType[] outPorts)
Creates a new database reader. |
|
DBNodeModel(PortType[] inPorts,
PortType[] outPorts)
Creates a new database reader. |
Uses of PortType in org.knime.base.node.io.portobject |
---|
Constructors in org.knime.base.node.io.portobject with parameters of type PortType | |
---|---|
PortObjectReaderNodeFactory(PortType type)
|
|
PortObjectReaderNodeModel(PortType type)
Constructor: Create new NodeModel with only one Model Input Port. |
|
PortObjectWriterNodeFactory(PortType type)
|
|
PortObjectWriterNodeModel(PortType writeType)
Constructor: Create new NodeModel with only one Model Input Port. |
Uses of PortType in org.knime.base.node.meta.feature.backwardelim |
---|
Fields in org.knime.base.node.meta.feature.backwardelim declared as PortType | |
---|---|
static PortType |
BWElimModel.TYPE
The type of ports that create or consume such a model. |
Uses of PortType in org.knime.base.node.mine.bayes.naivebayes.port |
---|
Fields in org.knime.base.node.mine.bayes.naivebayes.port declared as PortType | |
---|---|
static PortType |
NaiveBayesPortObject.TYPE
The PortType . |
Uses of PortType in org.knime.base.node.mine.bfn |
---|
Constructors in org.knime.base.node.mine.bfn with parameters of type PortType | |
---|---|
BasisFunctionLearnerNodeModel(PortType model)
Creates a new model with one data in and out port, and model out-port. |
|
BasisFunctionPredictorNodeModel(PortType model)
Creates a new basisfunction predictor model with two inputs, the first one which contains the data and the second with the model. |
Uses of PortType in org.knime.base.node.mine.bfn.fuzzy |
---|
Fields in org.knime.base.node.mine.bfn.fuzzy declared as PortType | |
---|---|
static PortType |
FuzzyBasisFunctionPortObject.TYPE
The PortType for basisfunction models. |
Uses of PortType in org.knime.base.node.mine.bfn.radial |
---|
Fields in org.knime.base.node.mine.bfn.radial declared as PortType | |
---|---|
static PortType |
RadialBasisFunctionPortObject.TYPE
The PortType for basisfunction models. |
Uses of PortType in org.knime.base.node.mine.cluster |
---|
Fields in org.knime.base.node.mine.cluster declared as PortType | |
---|---|
static PortType |
PMMLClusterPortObject.TYPE
PMML Cluster port type. |
Uses of PortType in org.knime.base.node.mine.decisiontree2 |
---|
Fields in org.knime.base.node.mine.decisiontree2 declared as PortType | |
---|---|
static PortType |
PMMLDecisionTreePortObject.TYPE
|
Uses of PortType in org.knime.base.node.mine.neural.mlp |
---|
Fields in org.knime.base.node.mine.neural.mlp declared as PortType | |
---|---|
static PortType |
PMMLNeuralNetworkPortObject.TYPE
PMML Neural Network port type. |
Uses of PortType in org.knime.base.node.mine.pca |
---|
Fields in org.knime.base.node.mine.pca declared as PortType | |
---|---|
static PortType |
PCAModelPortObject.TYPE
Define port type of objects of this class when used as PortObjects. |
Uses of PortType in org.knime.base.node.mine.regression |
---|
Fields in org.knime.base.node.mine.regression declared as PortType | |
---|---|
static PortType |
PMMLRegressionPortObject.TYPE
The port object's type. |
static PortType |
RegressionPortObject.TYPE
Convenience access member for port type. |
Uses of PortType in org.knime.base.node.mine.subgroupminer |
---|
Fields in org.knime.base.node.mine.subgroupminer declared as PortType | |
---|---|
static PortType |
PMMLAssociationRulePortObject.TYPE
PortType for association rules. |
Uses of PortType in org.knime.base.node.mine.svm |
---|
Fields in org.knime.base.node.mine.svm declared as PortType | |
---|---|
static PortType |
PMMLSVMPortObject.TYPE
PMML SVM port type. |
Uses of PortType in org.knime.base.node.preproc.correlation.pmcc |
---|
Fields in org.knime.base.node.preproc.correlation.pmcc declared as PortType | |
---|---|
(package private) static PortType |
PMCCPortObjectAndSpec.TYPE
Convenience access field for the port type. |
Uses of PortType in org.knime.base.node.preproc.discretization.caim2 |
---|
Fields in org.knime.base.node.preproc.discretization.caim2 declared as PortType | |
---|---|
static PortType |
DiscretizationModel.TYPE
Convenience method to get the type of this port object. |
Uses of PortType in org.knime.base.node.util.exttool |
---|
Constructors in org.knime.base.node.util.exttool with parameters of type PortType | |
---|---|
ExtToolOutputNodeModel(PortType[] inPortTypes,
PortType[] outPortTypes)
Constructor for a node with data and model ports. |
|
ExtToolOutputNodeModel(PortType[] inPortTypes,
PortType[] outPortTypes)
Constructor for a node with data and model ports. |
Uses of PortType in org.knime.core.node |
---|
Fields in org.knime.core.node declared as PortType | |
---|---|
(package private) PortType |
Node.Output.type
|
(package private) PortType |
Node.Input.type
|
static PortType |
BufferedDataTable.TYPE
Define port type of objects of this class when used as PortObjects. |
Methods in org.knime.core.node that return PortType | |
---|---|
(package private) PortType |
NodeModel.getInPortType(int index)
|
PortType |
Node.getInputType(int index)
Return type of input connector. |
(package private) PortType |
NodeModel.getOutPortType(int index)
|
PortType |
Node.getOutputType(int index)
Return type of output connector. |
Constructors in org.knime.core.node with parameters of type PortType | |
---|---|
NodeModel(PortType[] inPortTypes,
PortType[] outPortTypes)
Creates a new model with the given number (and types!) of input and output types. |
|
NodeModel(PortType[] inPortTypes,
PortType[] outPortTypes)
Creates a new model with the given number (and types!) of input and output types. |
Uses of PortType in org.knime.core.node.port |
---|
Methods in org.knime.core.node.port that return PortType | |
---|---|
static PortType |
PortType.load(NodeSettingsRO settings)
|
Methods in org.knime.core.node.port with parameters of type PortType | |
---|---|
boolean |
PortType.isSuperTypeOf(PortType subType)
Determines if the argument type is a sub type of this type. |
Uses of PortType in org.knime.core.node.port.database |
---|
Fields in org.knime.core.node.port.database declared as PortType | |
---|---|
static PortType |
DatabasePortObject.TYPE
Database port type formed PortObjectSpec.class and
PortObject.class from this class. |
Uses of PortType in org.knime.core.node.port.flowvariable |
---|
Fields in org.knime.core.node.port.flowvariable declared as PortType | |
---|---|
static PortType |
FlowVariablePortObject.TYPE
|
Uses of PortType in org.knime.core.node.port.viewproperty |
---|
Fields in org.knime.core.node.port.viewproperty declared as PortType | |
---|---|
static PortType |
SizeHandlerPortObject.TYPE
Convenience access method for port type. |
static PortType |
ColorHandlerPortObject.TYPE
Convenience access method for port type. |
static PortType |
ShapeHandlerPortObject.TYPE
Convenience access method for port type. |
Uses of PortType in org.knime.core.node.workflow |
---|
Methods in org.knime.core.node.workflow that return PortType | |
---|---|
PortType |
NodePortAdaptor.getPortType()
|
PortType |
NodePort.getPortType()
|
(package private) PortType |
WorkflowPersistor.WorkflowPortTemplate.getPortType()
|
Methods in org.knime.core.node.workflow with parameters of type PortType | |
---|---|
WorkflowManager |
WorkflowManager.createAndAddSubWorkflow(PortType[] inPorts,
PortType[] outPorts,
String name)
Creates new meta node. |
WorkflowManager |
WorkflowManager.createAndAddSubWorkflow(PortType[] inPorts,
PortType[] outPorts,
String name)
Creates new meta node. |
Constructors in org.knime.core.node.workflow with parameters of type PortType | |
---|---|
NodeInPort(int portIndex,
PortType type)
Creates a new input port with index and type assigned from the node. |
|
NodeOutPortWrapper(int portIndex,
PortType pType)
Creates a new output port with a fixed type and index (should unique to all other output ports of this node) for the given node. |
|
NodePortAdaptor(int portID,
PortType pType)
Creates a new node port with an ID assigned from the underlying node. |
|
WorkflowInPort(int index,
PortType pType)
|
|
WorkflowOutPort(WorkflowManager wm,
int portIndex,
PortType pType)
Creates a new output port with a fixed type and index (should unique to all other output ports of this node) for the given node. |
|
WorkflowPersistor.WorkflowPortTemplate(int index,
PortType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |