org.knime.base.node.mine.bfn.radial
Class RadialBasisFunctionPortObject

java.lang.Object
  extended by org.knime.core.node.port.AbstractSimplePortObject
      extended by org.knime.base.node.mine.bfn.BasisFunctionPortObject
          extended by org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPortObject
All Implemented Interfaces:
PortObject

public final class RadialBasisFunctionPortObject
extends BasisFunctionPortObject

Author:
Thomas Gabriel, University of Konstanz

Nested Class Summary
static class RadialBasisFunctionPortObject.RadialCreator
          Used to create PNN predictor rows.
 
Nested classes/interfaces inherited from class org.knime.base.node.mine.bfn.BasisFunctionPortObject
BasisFunctionPortObject.Creator
 
Nested classes/interfaces inherited from interface org.knime.core.node.port.PortObject
PortObject.PortObjectSerializer<T extends PortObject>
 
Field Summary
static PortType TYPE
          The PortType for basisfunction models.
 
Constructor Summary
RadialBasisFunctionPortObject()
           
RadialBasisFunctionPortObject(BasisFunctionModelContent cont)
          Creates a new basis function model object.
 
Method Summary
 BasisFunctionPortObject createPortObject(BasisFunctionModelContent content)
          Create a new basisfunction port object given the model content.
 BasisFunctionPortObject.Creator getCreator()
          
 
Methods inherited from class org.knime.base.node.mine.bfn.BasisFunctionPortObject
getBasisFunctions, getSpec, getSummary, load, save
 
Methods inherited from class org.knime.core.node.port.AbstractSimplePortObject
equals, getPortObjectSerializer, getViews, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final PortType TYPE
The PortType for basisfunction models.

Constructor Detail

RadialBasisFunctionPortObject

public RadialBasisFunctionPortObject()

RadialBasisFunctionPortObject

public RadialBasisFunctionPortObject(BasisFunctionModelContent cont)
Creates a new basis function model object.

Parameters:
cont - basisfunction model content containing rules and spec
Method Detail

createPortObject

public BasisFunctionPortObject createPortObject(BasisFunctionModelContent content)
Create a new basisfunction port object given the model content.

Specified by:
createPortObject in class BasisFunctionPortObject
Parameters:
content - basisfunction model content with spec and rules.
Returns:
a new basisfunction port object

getCreator

public BasisFunctionPortObject.Creator getCreator()

Specified by:
getCreator in class BasisFunctionPortObject
Returns:
a creator for the desired basisfunction rows


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.