public class QuadraticGutmanSplitStrategy extends GutmanSplitStrategy
Constructor and Description |
---|
QuadraticGutmanSplitStrategy(int minNumChildren,
int maxNumChildren,
BitmapFactory bf) |
Modifier and Type | Method and Description |
---|---|
Node |
pickNext(List<Node> nodes,
Node[] groups) |
Node[] |
pickSeeds(List<Node> nodes) |
needToSplit, split
public QuadraticGutmanSplitStrategy(int minNumChildren, int maxNumChildren, BitmapFactory bf)
Copyright © 2011–2017. All rights reserved.