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



Maximum number of periods that can be handled by the forest objects
Treatment unit that prediction unit belongs to
Cell datarow to use.
Reference datarow to use.
Creates a new prediction unit.
Syntax
'Declaration
 
Public Function New( _
   ByVal maxPeriods As Integer, _
   ByVal treatmentUnit As TreatmentUnit, _
   ByVal cellRow As dsForest.CellRow, _
   ByVal referenceUnitRow As dsForest.ReferenceUnitRow _
)
'Usage
 
Dim maxPeriods As Integer
Dim treatmentUnit As TreatmentUnit
Dim cellRow As dsForest.CellRow
Dim referenceUnitRow As dsForest.ReferenceUnitRow
 
Dim instance As New PredictionUnit(maxPeriods, treatmentUnit, cellRow, referenceUnitRow)
public PredictionUnit( 
   int maxPeriods,
   TreatmentUnit treatmentUnit,
   dsForest.CellRow cellRow,
   dsForest.ReferenceUnitRow referenceUnitRow
)
public:
PredictionUnit( 
   int maxPeriods,
   TreatmentUnit^ treatmentUnit,
   dsForest.CellRow^ cellRow,
   dsForest.ReferenceUnitRow^ referenceUnitRow
)

Parameters

maxPeriods
Maximum number of periods that can be handled by the forest objects
treatmentUnit
Treatment unit that prediction unit belongs to
cellRow
Cell datarow to use.
referenceUnitRow
Reference datarow to use.
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