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



Maximum number of periods that can be handled by the forest objects
Treatment unit that prediction unit belongs to
Creates a new prediction unit for test purposes, with hard-coded data
Syntax
'Declaration
 
Public Function New( _
   ByVal maxPeriods As Integer, _
   ByVal t As TreatmentUnit _
)
'Usage
 
Dim maxPeriods As Integer
Dim t As TreatmentUnit
 
Dim instance As New PredictionUnit(maxPeriods, t)
public PredictionUnit( 
   int maxPeriods,
   TreatmentUnit t
)
public:
PredictionUnit( 
   int maxPeriods,
   TreatmentUnit^ t
)

Parameters

maxPeriods
Maximum number of periods that can be handled by the forest objects
t
Treatment unit that prediction unit belongs to
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