|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--edu.umd.cs.fuzzyTree.FuzzyTreeParameters
Parameters used by FuzzyTreeModel in its score adjusting algorithms.
| Field Summary | |
float |
maxCollapsePercent
Minimum percentage score increase when expanding |
float |
maxExpandPercent
Maximum percentage score increase when expanding |
int |
minChildrenToExpand
Approximate number of nodes added in a non-shift click |
float |
minCollapsePercent
Minimum percentage score decrease when collapsing |
float |
minExpandPercent
Minimum percentage score increase when expanding |
float |
percentDecreaseReduction
Percentage by which score decrease percentage is reduced at each level |
float |
percentDecreaseThreshold
Threshold at which score decrease is no longer applied |
float |
percentIncreaseReduction
Percentage by which score increase percentage is reduced at each level |
float |
percentIncreaseThreshold
Threshold at which score increase is no longer applied |
int |
userHistorySize
Number of score changes that are saved before the oldest one is undone |
| Constructor Summary | |
FuzzyTreeParameters()
|
|
FuzzyTreeParameters(float minExpandPercent,
float maxExpandPercent,
float maxCollapsePercent,
float minCollapsePercent,
float percentIncreaseReduction,
float percentIncreaseThreshold,
float percentDecreaseReduction,
float percentDecreaseThreshold,
int minChildrenToExpand,
int userHistorySize)
|
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public float minExpandPercent
public float maxExpandPercent
public float maxCollapsePercent
public float minCollapsePercent
public float percentIncreaseReduction
public float percentDecreaseReduction
public float percentIncreaseThreshold
public float percentDecreaseThreshold
public int minChildrenToExpand
public int userHistorySize
| Constructor Detail |
public FuzzyTreeParameters()
public FuzzyTreeParameters(float minExpandPercent,
float maxExpandPercent,
float maxCollapsePercent,
float minCollapsePercent,
float percentIncreaseReduction,
float percentIncreaseThreshold,
float percentDecreaseReduction,
float percentDecreaseThreshold,
int minChildrenToExpand,
int userHistorySize)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||