|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellFactory | |
---|---|
org.knime.base.data.bitvector | This package contains classes responsible for the representation and conversion of bit vectors. |
org.knime.base.node.mine.bayes.naivebayes.predictor | This package contains the classes of the predictor node. |
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.cluster.fuzzycmeans | The fuzzycmeans package contains all classes for the Fuzzy c-means node. |
org.knime.base.node.mine.mds | A node that applies multi dimensional scaling (MDS) on high dimensional data. |
org.knime.base.node.mine.sota.predictor | Contains the Sotapredictor node, which can be used for class prediction of incoming data. |
org.knime.base.node.mine.svm.predictor | This subpackage contains all classes for the SVM Predictor Node. |
org.knime.base.node.preproc.binner | Contains a node to bin/group a number of numeric columns into a string column by predefined intervals. |
org.knime.base.node.preproc.cellsplit | Contains the implementation of a node that splits (and replaces) a values in a column into multiple new ones. |
org.knime.base.node.preproc.cellsplitbypos | |
org.knime.base.node.preproc.columnTrans | This package contains the classes of the Many2One and One2Many column transformation nodes. |
org.knime.core.data.container |
Implementation of a DataContainer . |
Uses of CellFactory in org.knime.base.data.bitvector |
---|
Classes in org.knime.base.data.bitvector that implement CellFactory | |
---|---|
class |
BitString2BitVectorCellFactory
|
class |
BitVectorCellFactory
Base class for all cell factories converting strings to bitvectors. |
class |
BitVectorColumnCellFactory
|
class |
Hex2BitVectorCellFactory
Factory class to transform a StringValue cell
into a DenseBitVectorCell . |
class |
IdString2BitVectorCellFactory
|
class |
Numeric2BitVectorMeanCellFactory
|
class |
Numeric2BitVectorThresholdCellFactory
|
Uses of CellFactory in org.knime.base.node.mine.bayes.naivebayes.predictor |
---|
Classes in org.knime.base.node.mine.bayes.naivebayes.predictor that implement CellFactory | |
---|---|
class |
NaiveBayesCellFactory
Naive Bayes AppendCellFactory class which uses the given
NaiveBayesModel to predict the class membership of each row. |
Uses of CellFactory in org.knime.base.node.mine.bfn |
---|
Classes in org.knime.base.node.mine.bfn that implement CellFactory | |
---|---|
class |
BasisFunctionPredictorCellFactory
This predictor cell factory predicts the passed rows using the underlying basisfunction model. |
Uses of CellFactory in org.knime.base.node.mine.cluster.fuzzycmeans |
---|
Classes in org.knime.base.node.mine.cluster.fuzzycmeans that implement CellFactory | |
---|---|
class |
ClusterMembershipFactory
This CellFactory produces appended cells: for each DataRow
the memberships to the cluster prototypes and the winner cluster in the last
column. |
Uses of CellFactory in org.knime.base.node.mine.mds |
---|
Classes in org.knime.base.node.mine.mds that implement CellFactory | |
---|---|
class |
MDSCellFactory
A CellFactory adding the MDS values as cells to the corresponding
rows. |
Uses of CellFactory in org.knime.base.node.mine.sota.predictor |
---|
Classes in org.knime.base.node.mine.sota.predictor that implement CellFactory | |
---|---|
class |
SotaPredictorCellFactory
|
Uses of CellFactory in org.knime.base.node.mine.svm.predictor |
---|
Classes in org.knime.base.node.mine.svm.predictor that implement CellFactory | |
---|---|
class |
SVMPredictor
This CellFactory produces the class values for each
input DataRow . |
Uses of CellFactory in org.knime.base.node.preproc.binner |
---|
Classes in org.knime.base.node.preproc.binner that implement CellFactory | |
---|---|
(package private) class |
BinnerColumnFactory
Factory to generate binned string cells from a selected column which can be either replaced or appended. |
Uses of CellFactory in org.knime.base.node.preproc.cellsplit |
---|
Classes in org.knime.base.node.preproc.cellsplit that implement CellFactory | |
---|---|
(package private) class |
CellSplitterCellFactory
Creates the data cells for the new columns of the cell splitter. |
Uses of CellFactory in org.knime.base.node.preproc.cellsplitbypos |
---|
Classes in org.knime.base.node.preproc.cellsplitbypos that implement CellFactory | |
---|---|
(package private) class |
CellSplitterByPosCellFactory
Creates the data cells for the new columns of the cell splitter. |
Uses of CellFactory in org.knime.base.node.preproc.columnTrans |
---|
Classes in org.knime.base.node.preproc.columnTrans that implement CellFactory | |
---|---|
class |
AbstractMany2OneCellFactory
|
class |
BinaryCellFactory
Cell with value = 1 matches, others don't. |
class |
MinMaxCellFactory
|
class |
One2ManyCellFactory
Maps several original nominal columns to their possible values, creates a column for every possible value and when the rows are processed the value is set to 1 if the original column contains this value and to 0 otherwise. |
class |
RegExpCellFactory
|
Uses of CellFactory in org.knime.core.data.container |
---|
Classes in org.knime.core.data.container that implement CellFactory | |
---|---|
class |
AbstractCellFactory
Default implementation of a CellFactory , which creates more than
a single new column. |
class |
SingleCellFactory
Convenience implementation of a cell factory with one new column. |
Methods in org.knime.core.data.container that return CellFactory | |
---|---|
(package private) CellFactory |
ColumnRearranger.SpecAndFactoryObject.getFactory()
|
Methods in org.knime.core.data.container with parameters of type CellFactory | |
---|---|
void |
ColumnRearranger.append(CellFactory fac)
Appends the columns provided by fac to the end of
the current column set. |
void |
ColumnRearranger.insertAt(int position,
CellFactory fac)
Inserts the columns provided by fac at a given position. |
void |
ColumnRearranger.replace(CellFactory fac,
int... colIndex)
Replaces a set of columns. |
void |
ColumnRearranger.replace(CellFactory newCol,
String colName)
Replaces a single column. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |