Heureka API .NET Documentation
CliquesAndClustersLongWorker Constructor



Syntax
'Declaration
 
Public Function New( _
   ByVal clstGen As HarvestClusterGenerator, _
   ByVal clqGen As MaximalCliquesGenerator, _
   ByVal analysisArea As AnalysisArea, _
   ByVal calculateAdjacencies As Boolean _
)
'Usage
 
Dim clstGen As HarvestClusterGenerator
Dim clqGen As MaximalCliquesGenerator
Dim analysisArea As AnalysisArea
Dim calculateAdjacencies As Boolean
 
Dim instance As New CliquesAndClustersLongWorker(clstGen, clqGen, analysisArea, calculateAdjacencies)
public:
CliquesAndClustersLongWorker( 
   HarvestClusterGenerator^ clstGen,
   MaximalCliquesGenerator^ clqGen,
   AnalysisArea^ analysisArea,
   bool calculateAdjacencies
)

Parameters

clstGen
clqGen
analysisArea
calculateAdjacencies
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

CliquesAndClustersLongWorker Class
CliquesAndClustersLongWorker Members

Send Feedback