Heureka API .NET Documentation
PredictionUnit Class
Members 



A prediction unit is the basic unit for which predictions in the forest model are made. A prediction unit contains a list of trees. A prediction unit is typically built up from a cell and a plot (reference unit), where several cells may (but not have to) share the same plot. Clients of this class will not see the difference (even if several cells share the same plot and thus the same tree list, each prediction unit appears to be unique and have its own tree list, so changes in the tree list of one prediction unit will not affect the tree list of another prediction unit).
Object Model
PredictionUnit ClassSiteData ClassTreatmentUnit ClassTreeCollection ClassTree Class
Syntax
'Declaration
 
Public NotInheritable Class PredictionUnit 
'Usage
 
Dim instance As PredictionUnit
public sealed class PredictionUnit 
public ref class PredictionUnit sealed 
Inheritance Hierarchy

System.Object
   Slu.Heureka.DomainLayer.Forest.PredictionUnit

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PredictionUnit Members
Slu.Heureka.DomainLayer.Forest Namespace

Send Feedback