public interface HeightPredictor<Stand extends HDRelationshipStand,Tree extends HDRelationshipTree>
Modifier and Type | Method and Description |
---|---|
double |
predictHeightM(Stand stand,
Tree tree)
Predicts the height for individual trees and also implements the Monte Carlo simulation automatically.
|
double predictHeightM(Stand stand, Tree tree)
stand
- a HDRelationshipStand-derived instancetree
- a HDRelationshipTree-derived instance