|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.base.node.mine.sota.logic.SotaTreeCellFactory
public final class SotaTreeCellFactory
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SotaTreeCellFactory initCellFactory(int dimension)
dimension
- dimension of the cells data vector
public static SotaTreeCellFactory initCellFactory()
null
is returned.
null
public int getDimension()
public SotaTreeCell createCell()
public SotaTreeCell createCell(int level)
level
- level of hierarchy to set
public SotaTreeCell createCell(SotaCell[] data, int level)
null
is returned.
data
- data to set to the Celllevel
- level of hierarchy to set
public SotaTreeCell createCell(double[] data, int level)
null
is returned.
data
- data to set to the Celllevel
- level of hierarchy to set
public SotaTreeCell createCell(FuzzyIntervalValue[] data, int level)
null
is returned.
data
- FuzzyIntervalValue data to set to the Celllevel
- level of hierarchy to set
public 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 set
public SotaTreeCell createNode()
false
, since a Node shell be
created.
public SotaTreeCell createNode(int level)
level
- level of hierarchy to set
public SotaTreeCell createNode(SotaCell[] data, int level)
data
- data to set to the Celllevel
- level of hierarchy to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |