public class FeatureInteraction
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
averageFScoreWeighted |
double |
averageGain |
double |
averageTreeDepth |
double |
averageTreeIndex |
double |
cover |
int |
depth |
double |
expectedGain |
double |
fScore |
double |
fScoreWeighted |
double |
gain |
boolean |
hasLeafStatistics |
java.lang.String |
name |
SplitValueHistogram |
splitValueHistogram |
double |
sumLeafCoversLeft |
double |
sumLeafCoversRight |
double |
sumLeafValuesLeft |
double |
sumLeafValuesRight |
double |
treeDepth |
double |
treeIndex |
Constructor and Description |
---|
FeatureInteraction(java.util.List<hex.genmodel.algos.tree.SharedTreeNode> interactionPath,
double gain,
double cover,
double pathProba,
double depth,
double fScore,
double treeIndex) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
interactionPathToStr(java.util.List<hex.genmodel.algos.tree.SharedTreeNode> interactionPath,
boolean encodePath,
boolean sortByFeature) |
public java.lang.String name
public int depth
public double gain
public double cover
public double fScore
public double fScoreWeighted
public double averageFScoreWeighted
public double averageGain
public double expectedGain
public double treeIndex
public double treeDepth
public double averageTreeIndex
public double averageTreeDepth
public boolean hasLeafStatistics
public double sumLeafValuesLeft
public double sumLeafCoversLeft
public double sumLeafValuesRight
public double sumLeafCoversRight
public SplitValueHistogram splitValueHistogram