17 #ifndef mitkConnectomicsSimulatedAnnealingCostFunctionModularity_h
18 #define mitkConnectomicsSimulatedAnnealingCostFunctionModularity_h
40 itkFactorylessNewMacro(Self)
53 int getNumberOfModules( ToModuleMapType *vertexToModuleMap ) const;
63 #endif // mitkConnectomicsSimulatedAnnealingCostFunctionModularity_h
DataCollection - Class to facilitate loading/accessing structured data.
A cost function using the modularity of the network.
#define mitkClassMacro(className, SuperClassName)
mitk::ConnectomicsNetwork::VertexDescriptorType VertexDescriptorType
boost::graph_traits< NetworkType >::vertex_descriptor VertexDescriptorType
std::map< VertexDescriptorType, int > ToModuleMapType
Connectomics Network Class.
std::map< VertexDescriptorType, VertexDescriptorType > VertexToVertexMapType
A generic base class for cost functions for use in simulated annealing.