Heureka API .NET Documentation
CloneNoTrees() Method



Creates a deep copy of the prediction unit without an empty tree list and without changing treatment unit prediction unit belongs to.
Syntax
'Declaration
 
Public Overloads Function CloneNoTrees() As PredictionUnit
'Usage
 
Dim instance As PredictionUnit
Dim value As PredictionUnit
 
value = instance.CloneNoTrees()
public PredictionUnit CloneNoTrees()
public:
PredictionUnit^ CloneNoTrees(); 

Return Value

A deep copy of the prediction unit, without trees
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