Class ant

Here it is documented the auxiliar class of the program, the ant class represent an ant and its track around the features. It is used by featureselector for execution of the Pathfinder program.

class ant.Ant

Bases: object

Class that represents an ant and its path followed through the dataset features.

Parameters

feature_path (Array of Integers) – Set of features travelled by the ant.

__init__()

Constructor method

__weakref__

list of weak references to the object (if defined)