Heureka API .NET Documentation
PredictionUnit Constructor(Int32,TreatmentUnit,SiteData)



Maximum number of periods that can be handled by the forest objects
Treatment unit that prediction unit belongs to
Site data for the prediction unit
Creates a new prediction unit.
Syntax
'Declaration
 
Public Function New( _
   ByVal maxPeriods As Integer, _
   ByVal treatmentUnit As TreatmentUnit, _
   ByVal siteData As SiteData _
)
'Usage
 
Dim maxPeriods As Integer
Dim treatmentUnit As TreatmentUnit
Dim siteData As SiteData
 
Dim instance As New PredictionUnit(maxPeriods, treatmentUnit, siteData)

Parameters

maxPeriods
Maximum number of periods that can be handled by the forest objects
treatmentUnit
Treatment unit that prediction unit belongs to
siteData
Site data for the prediction unit
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 Class
PredictionUnit Members
Overload List

Send Feedback