Class that represents the skater input parameters. More...
#include <SkaterParams.h>
Public Member Functions | |
| SkaterInputParams () | |
| Default constructor.  More... | |
| ~SkaterInputParams () | |
| Virtual destructor.  More... | |
Public Attributes | |
| te::sa::SkaterAggregationType | m_aggregType | 
| Aggregation type.  More... | |
| std::string | m_attrPop | 
| Attribute used to represent the population (Aggregation type = Population)  More... | |
| std::vector< std::string > | m_attrs | 
| List of attributes selected to calculate the weight of the edge.  More... | |
| std::auto_ptr< te::da::DataSet > | m_ds | 
| Attribute with data set.  More... | |
| std::auto_ptr< te::da::DataSetType > | m_dsType | 
| Attribute used to access the data set metadata.  More... | |
| std::auto_ptr< te::sa::GeneralizedProximityMatrix > | m_gpm | 
| Attribute with graph information.  More... | |
| std::string | m_gpmAttrLink | 
| Attribute from dataset that was used to generate the gpm.  More... | |
| std::size_t | m_minPop | 
| Number of minimum population (Aggregation type = Population)  More... | |
| std::size_t | m_nClusters | 
| Number of clusters (Aggregation type = Clusters)  More... | |
Class that represents the skater input parameters.
Definition at line 56 of file SkaterParams.h.
      
  | 
  inline | 
Default constructor.
Definition at line 61 of file SkaterParams.h.
      
  | 
  inline | 
Virtual destructor.
Definition at line 70 of file SkaterParams.h.
| te::sa::SkaterAggregationType te::sa::SkaterInputParams::m_aggregType | 
Aggregation type.
Definition at line 82 of file SkaterParams.h.
| std::string te::sa::SkaterInputParams::m_attrPop | 
Attribute used to represent the population (Aggregation type = Population)
Definition at line 85 of file SkaterParams.h.
| std::vector<std::string> te::sa::SkaterInputParams::m_attrs | 
List of attributes selected to calculate the weight of the edge.
Definition at line 87 of file SkaterParams.h.
| std::auto_ptr<te::da::DataSet> te::sa::SkaterInputParams::m_ds | 
Attribute with data set.
Definition at line 78 of file SkaterParams.h.
| std::auto_ptr<te::da::DataSetType> te::sa::SkaterInputParams::m_dsType | 
Attribute used to access the data set metadata.
Definition at line 77 of file SkaterParams.h.
| std::auto_ptr<te::sa::GeneralizedProximityMatrix> te::sa::SkaterInputParams::m_gpm | 
Attribute with graph information.
Definition at line 79 of file SkaterParams.h.
| std::string te::sa::SkaterInputParams::m_gpmAttrLink | 
Attribute from dataset that was used to generate the gpm.
Definition at line 80 of file SkaterParams.h.
| std::size_t te::sa::SkaterInputParams::m_minPop | 
Number of minimum population (Aggregation type = Population)
Definition at line 84 of file SkaterParams.h.
| std::size_t te::sa::SkaterInputParams::m_nClusters | 
Number of clusters (Aggregation type = Clusters)
Definition at line 83 of file SkaterParams.h.