public class DensityTree extends Object
Modifier and Type | Class and Description |
---|---|
class |
DensityTree.Bounds
The type Bounds.
|
class |
DensityTree.Node
The type Node.
|
class |
DensityTree.OrthoRule
The type Ortho rule.
|
class |
DensityTree.Rule
The type Rule.
|
Constructor and Description |
---|
DensityTree(CharSequence... columnNames)
Instantiates a new Density tree.
|
Modifier and Type | Method and Description |
---|---|
DensityTree.Bounds |
getBounds(double[][] points)
Gets bounds.
|
CharSequence[] |
getColumnNames()
Get column names string [ ].
|
int |
getMaxDepth()
Gets max depth.
|
double |
getMinFitness()
Gets min fitness.
|
double |
getMinSplitFract()
Gets min split fract.
|
int |
getSplitSizeThreshold()
Gets split size threshold.
|
DensityTree |
setMaxDepth(int maxDepth)
Sets max depth.
|
DensityTree |
setMinFitness(double minFitness)
Sets min fitness.
|
DensityTree |
setMinSplitFract(double minSplitFract)
Sets min split fract.
|
DensityTree |
setSplitSizeThreshold(int splitSizeThreshold)
Sets split size threshold.
|
public DensityTree(CharSequence... columnNames)
columnNames
- the column names@Nonnull public DensityTree.Bounds getBounds(@Nonnull double[][] points)
points
- the pointspublic double getMinSplitFract()
@Nonnull public DensityTree setMinSplitFract(double minSplitFract)
minSplitFract
- the min split fractpublic int getSplitSizeThreshold()
@Nonnull public DensityTree setSplitSizeThreshold(int splitSizeThreshold)
splitSizeThreshold
- the split size thresholdpublic CharSequence[] getColumnNames()
public double getMinFitness()
@Nonnull public DensityTree setMinFitness(double minFitness)
minFitness
- the min fitnesspublic int getMaxDepth()
@Nonnull public DensityTree setMaxDepth(int maxDepth)
maxDepth
- the max depthCopyright © 2019 SimiaCryptus Software. All rights reserved.