public class LinearGutmanSplitStrategy extends GutmanSplitStrategy
| Constructor and Description | 
|---|
LinearGutmanSplitStrategy(int minNumChildren,
                         int maxNumChildren,
                         BitmapFactory bf)  | 
| Modifier and Type | Method and Description | 
|---|---|
Node | 
pickNext(List<Node> nodes)
This algorithm is from the original paper. 
 | 
Node[] | 
pickSeeds(List<Node> nodes)
This algorithm is from the original paper. 
 | 
needToSplit, splitpublic LinearGutmanSplitStrategy(int minNumChildren,
                                 int maxNumChildren,
                                 BitmapFactory bf)
public Node[] pickSeeds(List<Node> nodes)
pickSeeds in class GutmanSplitStrategynodes - - nodes to choose frompublic Node pickNext(List<Node> nodes)
pickNext in class GutmanSplitStrategynodes - - remaining nodesCopyright © 2011–2018. All rights reserved.