| Summary | Package variables | Synopsis | Description | General documentation | Methods |
| Summary | Top |
| Clair::LinkPolicy::BarabasiAlbert - Class implementing the Barabasi Albert link model. |
| Package variables | Top |
| No package variables defined. |
| Included modules | Top |
| Carp |
| Synopsis | Top |
| Description | Top |
| BarabasiAlbert Class implementing the Barabasi Albert link model. INHERITS FROM: LinkPolicy REQUIRED RESOURCES: XXX METHODS IMPLEMENTED BY THIS CLASS: new Object Constructor create_corpus Creates a corpus using this link policy. Generic object constructor for all link policies. Should only be called by subclass constructors. base_collection => $collection_object |
| Methods | Top |
| create_corpus | Description | Code |
| new | No description | Code |
| create_corpus | code | next | Top |
| Generates a corpus using the Barabasi-Albert model. |
| create_corpus | description | prev | next | Top |
| sub create_corpus {} |
| new | description | prev | next | Top |
sub new
{ my $class = shift;
my $self = bless { @_ }, $class;
# Verify parameters} |