org.knime.base.data.append.column
Interface AppendedCellFactory
- All Known Implementing Classes:
- DefaultAppendedCellFactory, NaiveBayesCellFactory
public interface AppendedCellFactory
Factory for an
AppendedColumnTable
that
serves to generate the cells of the new columns.
- Author:
- Bernd Wiswedel, University of Konstanz
getAppendedCell
DataCell[] getAppendedCell(DataRow row)
- Get the new cells for a given row. These cells are appended to the
existing row.
- Parameters:
row
- The row of interest.
- Returns:
- The appended cells to that row.
- Throws:
IllegalArgumentException
- If there is no mapping available.
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.