|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractSimplePortObject | |
---|---|
org.knime.base.data.normalize | This package contains the utility classes for normalization of DataRows. |
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.pca | This package contains all classes for the PCA (principal component analysis) Node. |
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.preproc.discretization.caim2 | Contains two nodes for class supervised binning and applying such a learned binning model to new data. |
org.knime.core.node.port | |
org.knime.core.node.port.viewproperty |
Uses of AbstractSimplePortObject in org.knime.base.data.normalize |
---|
Subclasses of AbstractSimplePortObject in org.knime.base.data.normalize | |
---|---|
class |
NormalizerPortObject
Port Object that is passed along a normalizer and a normalizer apply node. |
Uses of AbstractSimplePortObject in org.knime.base.node.mine.bayes.naivebayes.port |
---|
Subclasses of AbstractSimplePortObject in org.knime.base.node.mine.bayes.naivebayes.port | |
---|---|
class |
NaiveBayesPortObject
The Naive Bayes specific port object implementation. |
Uses of AbstractSimplePortObject in org.knime.base.node.mine.bfn |
---|
Subclasses of AbstractSimplePortObject in org.knime.base.node.mine.bfn | |
---|---|
class |
BasisFunctionPortObject
|
Uses of AbstractSimplePortObject in org.knime.base.node.mine.bfn.fuzzy |
---|
Subclasses of AbstractSimplePortObject in org.knime.base.node.mine.bfn.fuzzy | |
---|---|
class |
FuzzyBasisFunctionPortObject
|
Uses of AbstractSimplePortObject in org.knime.base.node.mine.bfn.radial |
---|
Subclasses of AbstractSimplePortObject in org.knime.base.node.mine.bfn.radial | |
---|---|
class |
RadialBasisFunctionPortObject
|
Uses of AbstractSimplePortObject in org.knime.base.node.mine.pca |
---|
Subclasses of AbstractSimplePortObject in org.knime.base.node.mine.pca | |
---|---|
class |
PCAModelPortObject
Port model object transporting the pca transformation. |
Uses of AbstractSimplePortObject in org.knime.base.node.mine.sota |
---|
Subclasses of AbstractSimplePortObject in org.knime.base.node.mine.sota | |
---|---|
class |
SotaPortObject
|
Uses of AbstractSimplePortObject in org.knime.base.node.preproc.discretization.caim2 |
---|
Subclasses of AbstractSimplePortObject in org.knime.base.node.preproc.discretization.caim2 | |
---|---|
class |
DiscretizationModel
Contains the DiscretizationScheme s for a given columns. |
Uses of AbstractSimplePortObject in org.knime.core.node.port |
---|
Methods in org.knime.core.node.port that return types with arguments of type AbstractSimplePortObject | |
---|---|
static PortObject.PortObjectSerializer<AbstractSimplePortObject> |
AbstractSimplePortObject.getPortObjectSerializer()
Abstract serializer method as required by interface PortObject . |
Uses of AbstractSimplePortObject in org.knime.core.node.port.viewproperty |
---|
Subclasses of AbstractSimplePortObject in org.knime.core.node.port.viewproperty | |
---|---|
class |
ColorHandlerPortObject
PortObject implementation for ColorHandlerPortObject
which are part of a DataTableSpec . |
class |
ShapeHandlerPortObject
PortObject implementation for ShapeHandlerPortObject
which are part of a DataTableSpec . |
class |
SizeHandlerPortObject
PortObject implementation for SizeHandlerPortObject
which are part of a DataTableSpec . |
class |
ViewPropertyPortObject
PortObject used to represent visual properties such as color, shape and size information attached to a table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |