public final class SotaTreeCellFactory extends Object
Modifier and Type | Method and Description |
---|---|
SotaTreeCell |
createCell()
Creates new instance of Cell with the factorys dimension and returns it.
|
SotaTreeCell |
createCell(double[] minSupp,
double[] minCore,
double[] maxCore,
double[] maxSupp,
int level)
Creates new insatnce of Cell with given min, max Core and Support data
and level and returns it.
|
SotaTreeCell |
createCell(double[] data,
int level)
Creates new instance of Cell with given data and level and returns it.
|
SotaTreeCell |
createCell(FuzzyIntervalValue[] data,
int level)
Creates new insatnce of Cell with given FuzzyIntervalValue data and level
and returns it.
|
SotaTreeCell |
createCell(int level)
Creates new instance of Cell with the factorys dimension and the given
level and returns it.
|
SotaTreeCell |
createCell(SotaCell[] data,
int level)
Creates new instance of Cell with given data and level and returns it.
|
SotaTreeCell |
createNode()
Creates new instance of Cell with the factorys dimension and returns it.
|
SotaTreeCell |
createNode(int level)
Creates new instance of Cell with the factorys dimension and given level
and returns it.
|
SotaTreeCell |
createNode(SotaCell[] data,
int level)
Creates new instance of Cell with given data and level and returns it.
|
int |
getDimension()
Returns the dimension of the Cells to create.
|
static SotaTreeCellFactory |
initCellFactory()
Initialises the SotaTreeCellFactory instance.
|
static SotaTreeCellFactory |
initCellFactory(int dimension)
Initialises the SotaTreeCellFactory instance.
|
public static SotaTreeCellFactory initCellFactory(int dimension)
dimension
- dimension of the cells data vectorpublic static SotaTreeCellFactory initCellFactory()
null
is returned.null
public int getDimension()
public SotaTreeCell createCell()
public SotaTreeCell createCell(int level)
level
- level of hierarchy to setpublic SotaTreeCell createCell(SotaCell[] data, int level)
null
is returned.data
- data to set to the Celllevel
- level of hierarchy to setpublic SotaTreeCell createCell(double[] data, int level)
null
is returned.data
- data to set to the Celllevel
- level of hierarchy to setpublic SotaTreeCell createCell(FuzzyIntervalValue[] data, int level)
null
is returned.data
- FuzzyIntervalValue data to set to the Celllevel
- level of hierarchy to setpublic SotaTreeCell createCell(double[] minSupp, double[] minCore, double[] maxCore, double[] maxSupp, int level)
null
is returned.minSupp
- array with minimal support valuesminCore
- array with minimal core valuesmaxCore
- array with maxmal core valuesmaxSupp
- array with maxmal support valueslevel
- level of hierarchy to setpublic SotaTreeCell createNode()
false
, since a Node shell be
created.public SotaTreeCell createNode(int level)
level
- level of hierarchy to setpublic SotaTreeCell createNode(SotaCell[] data, int level)
data
- data to set to the Celllevel
- level of hierarchy to set
KNIME GmbH, Konstanz, Germany
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.