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

Packages that use ModelContent
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.core.node Contains all classes needed to implement a new node in the workflow. 
 

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

Methods in org.knime.base.node.mine.bfn with parameters of type ModelContent
 void BasisFunctionFactory.save(ModelContent pp)
          Saves to model content.
 

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

Methods in org.knime.base.node.mine.bfn.fuzzy with parameters of type ModelContent
 void FuzzyBasisFunctionFactory.save(ModelContent pp)
          Saves to model content.
 

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

Methods in org.knime.base.node.mine.bfn.radial with parameters of type ModelContent
 void RadialBasisFunctionFactory.save(ModelContent pp)
          Saves to model content.
 

Uses of ModelContent in org.knime.core.node
 

Methods in org.knime.core.node that return ModelContent
 ModelContent ModelContent.getModelContent(String key)
          Returns a read-only ModelContentRO object from this config.
 

Methods in org.knime.core.node with parameters of type ModelContent
 void ModelContent.addModelContent(ModelContent modelContent)
          Add the given ModelContent object to this Config using the key of the argument's ModelContent.
 void ModelContentWO.addModelContent(ModelContent modelContent)
          Add the given ModelContent object to this Config using the key of the argument's ModelContent.
 



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.