|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SotaCell | |
---|---|
org.knime.base.node.mine.sota.logic | Contains the logic classes of SOTA. |
Uses of SotaCell in org.knime.base.node.mine.sota.logic |
---|
Classes in org.knime.base.node.mine.sota.logic that implement SotaCell | |
---|---|
class |
SotaDoubleCell
|
class |
SotaFuzzyCell
|
Methods in org.knime.base.node.mine.sota.logic that return SotaCell | |
---|---|
SotaCell |
SotaDoubleCell.clone()
Clones the SotaCell instance and returns the clone. |
SotaCell |
SotaCell.clone()
Clones the SotaCell instance and returns the clone. |
SotaCell |
SotaFuzzyCell.clone()
Clones the SotaCell instance and returns the clone. |
static SotaCell |
SotaCellFactory.createSotaCell(String type)
Creates a new zeroed SotaCell . |
SotaCell[] |
SotaTreeCell.getData()
Returns the cells data array. |
Methods in org.knime.base.node.mine.sota.logic with parameters of type SotaCell | |
---|---|
SotaTreeCell |
SotaTreeCellFactory.createCell(SotaCell[] data,
int level)
Creates new instance of Cell with given data and level and returns it. |
SotaTreeCell |
SotaTreeCellFactory.createNode(SotaCell[] data,
int level)
Creates new instance of Cell with given data and level and returns it. |
void |
SotaTreeCell.setData(SotaCell[] dat)
Sets the given data array. |
Constructors in org.knime.base.node.mine.sota.logic with parameters of type SotaCell | |
---|---|
SotaTreeCell(SotaCell[] dat,
boolean isCell)
Creates new instance of Cell with given vector data and given isCell flag. |
|
SotaTreeCell(SotaCell[] dat,
int lev,
boolean isCell)
Creates new instance of Cell with given vector data, given level of hierarchy and given isCell flag. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |