A B C D E F G H I L M N O P R S T U V W

G

GALE - class edu.uiuc.ge.illigal.gale.GALE.
Entry point for running GALE environment.
GALE(String[]) - Constructor for class edu.uiuc.ge.illigal.gale.GALE
Configures GALE environment
galeCnf - Variable in class edu.uiuc.ge.illigal.gale.GALE
GALE configuration object
galeCnf - Variable in class edu.uiuc.ge.illigal.gale.agents.CLAgent
The GALE environment configuration object
galeCnf - Variable in class edu.uiuc.ge.illigal.gale.agents.DTAgent
The GALE environment configuration object
galeCnf - Variable in class edu.uiuc.ge.illigal.gale.agents.IBAgent
The GALE environment configuration object
galeCnf - Variable in class edu.uiuc.ge.illigal.gale.board.Board
GALE configuration object
galeCnf - Variable in class edu.uiuc.ge.illigal.gale.data.ConstructiveInstanceSet
GALE environment configuration object
galeCnf - Variable in class edu.uiuc.ge.illigal.gale.data.FileInstanceSet
GALE Environment configuration object
GALEConfiguration - class edu.uiuc.ge.illigal.gale.config.GALEConfiguration.
This abstract class contains the access to the GA configuration object
GALEConfiguration() - Constructor for class edu.uiuc.ge.illigal.gale.config.GALEConfiguration
 
genVec - Variable in class edu.uiuc.ge.illigal.gale.agents.CLAgent
Genetic material vector
genVec - Variable in class edu.uiuc.ge.illigal.gale.agents.IBAgent
Genetic material vector
getAccuracy() - Method in interface edu.uiuc.ge.illigal.gale.agents.AgentPerformance
Provides the overall classification performance information.
getAccuracy() - Method in class edu.uiuc.ge.illigal.gale.agents.BatchPerformance
 
getAgent() - Method in class edu.uiuc.ge.illigal.gale.config.GALEConfiguration
Returns the distance function to use
getAgentInitAttributes() - Method in class edu.uiuc.ge.illigal.gale.config.GALEConfiguration
Returns the number of initial features used.
getAgentMaxInitDepth() - Method in class edu.uiuc.ge.illigal.gale.config.GALEConfiguration
Returns the agent initial maximal depth.
getAgentMaxInitWidth() - Method in class edu.uiuc.ge.illigal.gale.config.GALEConfiguration
Returns the agent initial maximal width.
getChild(int) - Method in class edu.uiuc.ge.illigal.gale.agents.DTAgent
Returns the requested child.
getChildNumber() - Method in class edu.uiuc.ge.illigal.gale.agents.DTAgent
Returns the number of agent childs.
getConfusionMatrix() - Method in interface edu.uiuc.ge.illigal.gale.agents.AgentPerformance
Returns the confusion matrix.
getConfusionMatrix() - Method in class edu.uiuc.ge.illigal.gale.agents.BatchPerformance
 
getDistance() - Method in class edu.uiuc.ge.illigal.gale.config.GALEConfiguration
Returns the distance function to use
getDontKnow() - Method in interface edu.uiuc.ge.illigal.gale.agents.AgentPerformance
Returns the total number of unclassified instances
getDontKnow() - Method in class edu.uiuc.ge.illigal.gale.agents.BatchPerformance
 
getInitialAggregates() - Method in class edu.uiuc.ge.illigal.gale.config.GALEConfiguration
Returns the initial aggregates present in the board.
getInstance(int) - Method in class edu.uiuc.ge.illigal.gale.data.CVView
 
getInstance(int) - Method in class edu.uiuc.ge.illigal.gale.data.DataView
 
getInstance(int) - Method in class edu.uiuc.ge.illigal.gale.data.FoldView
 
getInstance(int) - Method in class edu.uiuc.ge.illigal.gale.data.InstanceSet
 
getInstance(int) - Method in interface edu.uiuc.ge.illigal.gale.data.OrderedSet
Returns the instance for the given position
getInstance(int) - Method in class edu.uiuc.ge.illigal.gale.data.RandomSamplingDataView
 
getInstanceClass() - Method in class edu.uiuc.ge.illigal.gale.data.Instance
Returns the class where the instance belongs
getInstancesProportion() - Method in class edu.uiuc.ge.illigal.gale.config.GALEConfiguration
Returns the proportion of instances to pick randomly.
getIthNeighbour(int, int, int) - Method in class edu.uiuc.ge.illigal.gale.board.Board
Returns the ith neighbor
getIthNode(DTAgent, int) - Method in class edu.uiuc.ge.illigal.gale.agents.DTAgent
Returns the ith agent in the tree
getKThreshold() - Method in class edu.uiuc.ge.illigal.gale.config.GALEConfiguration
Returns the extinctive kThreshold pressure.
getLength() - Method in class edu.uiuc.ge.illigal.gale.data.Instance
Returns the instance length
getMappingStrategy() - Method in class edu.uiuc.ge.illigal.gale.config.GALEConfiguration
Returns the resource allocation strategy.
getMaxSplitP() - Method in class edu.uiuc.ge.illigal.gale.config.GALEConfiguration
Returns the maximal Split Probability.
getMaxX() - Method in class edu.uiuc.ge.illigal.gale.config.GALEConfiguration
Returns the board X width.
getMaxY() - Method in class edu.uiuc.ge.illigal.gale.config.GALEConfiguration
Returns the board Y height.
getMergeP() - Method in class edu.uiuc.ge.illigal.gale.config.GALEConfiguration
Returns the merge probability.
getNumAttributes() - Method in class edu.uiuc.ge.illigal.gale.config.GALEConfiguration
Returns the number of features that describes the problem.
getNumClasses() - Method in class edu.uiuc.ge.illigal.gale.config.GALEConfiguration
Returns the number of target classes for the problem.
getPerformance() - Method in interface edu.uiuc.ge.illigal.gale.agents.Agent
Provides the classification performance information.
getPerformance() - Method in class edu.uiuc.ge.illigal.gale.agents.CLAgent
 
getPerformance() - Method in class edu.uiuc.ge.illigal.gale.agents.DTAgent
 
getPerformance() - Method in class edu.uiuc.ge.illigal.gale.agents.IBAgent
 
getPrune() - Method in class edu.uiuc.ge.illigal.gale.config.GALEConfiguration
Check for pruning.
getRandom() - Method in class edu.uiuc.ge.illigal.gale.config.GALEConfiguration
Returns the random number generator.
getRelationName() - Method in class edu.uiuc.ge.illigal.gale.data.InstanceSet
Returns the relation name.
getScaledAccuracy() - Method in interface edu.uiuc.ge.illigal.gale.agents.AgentPerformance
Provides the overall classification performance information.
getScaledAccuracy() - Method in class edu.uiuc.ge.illigal.gale.agents.BatchPerformance
 
getSeed() - Method in class edu.uiuc.ge.illigal.gale.config.GALEConfiguration
Returns the initial random seed
getSeedRuns() - Method in class edu.uiuc.ge.illigal.gale.config.GALEConfiguration
Returns the initial random seed
getSize() - Method in class edu.uiuc.ge.illigal.gale.data.CVView
 
getSize() - Method in class edu.uiuc.ge.illigal.gale.data.DataView
 
getSize() - Method in class edu.uiuc.ge.illigal.gale.data.FoldView
 
getSize() - Method in class edu.uiuc.ge.illigal.gale.data.InstanceSet
 
getSize() - Method in interface edu.uiuc.ge.illigal.gale.data.OrderedSet
Returns the number of instances in the OrderedSet
getSize() - Method in class edu.uiuc.ge.illigal.gale.data.RandomSamplingDataView
 
getSomaticMP() - Method in class edu.uiuc.ge.illigal.gale.config.GALEConfiguration
Returns the somatic mutation probability.
getStarTree() - Method in class edu.uiuc.ge.illigal.gale.agents.DTAgent
Returns the star tree.
getStringModel(String) - Method in class edu.uiuc.ge.illigal.gale.agents.DTAgent
Returns the stringfied model for the agent.
getTestMode() - Method in class edu.uiuc.ge.illigal.gale.config.GALEConfiguration
Returns the test mode.
getTotal() - Method in interface edu.uiuc.ge.illigal.gale.agents.AgentPerformance
Returns the total number of classified instances
getTotal() - Method in class edu.uiuc.ge.illigal.gale.agents.BatchPerformance
 
getValue(int) - Method in class edu.uiuc.ge.illigal.gale.data.Instance
Returns the numerical value for the element specified
getWorldIterations() - Method in class edu.uiuc.ge.illigal.gale.config.GALEConfiguration
Returns the number of the world iterations

A B C D E F G H I L M N O P R S T U V W