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



Maximum number of periods that can be handled by the forest objects
Treatment unit that prediction unit belongs to
IDataRecord that points to a prediction unit read from the database
Creates a new prediction unit.
Syntax
'Declaration
 
Public Function New( _
   ByVal maxPeriods As Integer, _
   ByVal treatmentUnit As TreatmentUnit, _
   ByVal recPredictionUnit As IDataRecord _
)
'Usage
 
Dim maxPeriods As Integer
Dim treatmentUnit As TreatmentUnit
Dim recPredictionUnit As IDataRecord
 
Dim instance As New PredictionUnit(maxPeriods, treatmentUnit, recPredictionUnit)

Parameters

maxPeriods
Maximum number of periods that can be handled by the forest objects
treatmentUnit
Treatment unit that prediction unit belongs to
recPredictionUnit
IDataRecord that points to a prediction unit read from the database
Remarks
IDataRecord must reference fields in the order they appear in the dbCol enum in this class
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