public class SplitCandidate extends Object implements Comparable<SplitCandidate>
| Modifier and Type | Field and Description |
|---|---|
List<Map<String,WeightMass>> |
m_postSplitClassDistributions
list of class distributions resulting from a split - 2 entries in the outer
list for numeric splits and n for nominal splits
|
double |
m_splitMerit
The merit of the split
|
Split |
m_splitTest |
| Constructor and Description |
|---|
SplitCandidate(Split splitTest,
List<Map<String,WeightMass>> postSplitDists,
double merit)
Constructor
|
public Split m_splitTest
public List<Map<String,WeightMass>> m_postSplitClassDistributions
public double m_splitMerit
public SplitCandidate(Split splitTest, List<Map<String,WeightMass>> postSplitDists, double merit)
splitTest - the splitting testpostSplitDists - the distributions resulting from the splitmerit - the merit of the splitpublic int numSplits()
public int compareTo(SplitCandidate comp)
compareTo in interface Comparable<SplitCandidate>Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.