Uses of Interface
org.knime.base.data.append.column.AppendedCellFactory

Packages that use AppendedCellFactory
org.knime.base.data.append.column   
org.knime.base.node.mine.bayes.naivebayes.predictor This package contains the classes of the predictor node. 
 

Uses of AppendedCellFactory in org.knime.base.data.append.column
 

Classes in org.knime.base.data.append.column that implement AppendedCellFactory
 class DefaultAppendedCellFactory
          A default factory that generates cells based on an underlying Map.
 

Methods in org.knime.base.data.append.column that return AppendedCellFactory
(package private)  AppendedCellFactory AppendedColumnTable.getFactory()
          Get reference to the constructor argument.
 

Constructors in org.knime.base.data.append.column with parameters of type AppendedCellFactory
AppendedColumnTable(DataTable table, AppendedCellFactory cellFactory, DataColumnSpec... appendColSpec)
          Creates new table.
 

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

Classes in org.knime.base.node.mine.bayes.naivebayes.predictor that implement AppendedCellFactory
 class NaiveBayesCellFactory
          Naive Bayes AppendCellFactory class which uses the given NaiveBayesModel to predict the class membership of each row.
 



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.