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

A

AbstractStep - Class in net.sf.myra.cantminer.alpha.step
 
AbstractStep() - Constructor for class net.sf.myra.cantminer.alpha.step.AbstractStep
 
accept(Term, List<Instance>, int) - Method in class net.sf.myra.cantminer.alpha.step.AbstractStep
 
add(String, Term) - Method in class net.sf.myra.cantminer.alpha.RuleThresholdCache
 
add(String, IntervalBuilder.Interval) - Method in class net.sf.myra.cantminer.pittsburgh.RuleThresholdCache
 
Alpha - Class in net.sf.myra.cantminer.alpha
 
Alpha() - Constructor for class net.sf.myra.cantminer.alpha.Alpha
Default constructor.
AttributeEntropyHeuristic - Class in net.sf.myra.cantminer.alpha
 
AttributeEntropyHeuristic(Dataset) - Constructor for class net.sf.myra.cantminer.alpha.AttributeEntropyHeuristic
 

C

CandidateRuleList - Class in net.sf.myra.cantminer.pittsburgh
A candidate rule list reprents a rule list created during the search for the best rule list.
CandidateRuleList() - Constructor for class net.sf.myra.cantminer.pittsburgh.CandidateRuleList
 
cAntMiner - Class in net.sf.myra.cantminer
This class represents the cAnt-Miner classification algorithm.
cAntMiner() - Constructor for class net.sf.myra.cantminer.cAntMiner
Default constructor.
cAntMiner2 - Class in net.sf.myra.cantminer
This class represents the cAnt-Miner2 classification algorithm.
cAntMiner2() - Constructor for class net.sf.myra.cantminer.cAntMiner2
Default constructor.
cAntMiner2PB - Class in net.sf.myra.cantminer.pittsburgh.dynamic
 
cAntMiner2PB() - Constructor for class net.sf.myra.cantminer.pittsburgh.dynamic.cAntMiner2PB
Default constructor.
cAntMiner3 - Class in net.sf.myra.cantminer.sequential
This class represents the cAnt-Miner3 classification algorithm.
cAntMiner3() - Constructor for class net.sf.myra.cantminer.sequential.cAntMiner3
Default constructor.
cAntMinerPB - Class in net.sf.myra.cantminer.pittsburgh
 
cAntMinerPB() - Constructor for class net.sf.myra.cantminer.pittsburgh.cAntMinerPB
Default constructor.
cAntMinerS - Class in net.sf.myra.cantminer.preselect
This class represents the cAnt-MinerS classification algorithm.
cAntMinerS() - Constructor for class net.sf.myra.cantminer.preselect.cAntMinerS
Default constructor.
ClassEdgePheromoneUpdater - Class in net.sf.myra.cantminer.preselect
Default cAnt-Miner2 pehromone update policy.
ClassEdgePheromoneUpdater() - Constructor for class net.sf.myra.cantminer.preselect.ClassEdgePheromoneUpdater
 
ClassEdgeTrailFactory - Class in net.sf.myra.cantminer.preselect
 
ClassEdgeTrailFactory(Graph<Term>, Dataset) - Constructor for class net.sf.myra.cantminer.preselect.ClassEdgeTrailFactory
Default constructor.
ClassHeuristicInformation - Class in net.sf.myra.cantminer.preselect
 
ClassHeuristicInformation(Dataset) - Constructor for class net.sf.myra.cantminer.preselect.ClassHeuristicInformation
Default constructor.
classify(Instance) - Method in class net.sf.myra.cantminer.pittsburgh.unordered.UnorderedRuleList
 
clone() - Method in class net.sf.myra.cantminer.alpha.step.AbstractStep
 
clone() - Method in class net.sf.myra.cantminer.alpha.step.NominalStep
 
clone() - Method in class net.sf.myra.cantminer.pittsburgh.dynamic.FunctionalRule
 
compareTo(CandidateRuleList) - Method in class net.sf.myra.cantminer.pittsburgh.CandidateRuleList
 
CONFIDENCE_STRATEGY - Static variable in class net.sf.myra.cantminer.pittsburgh.unordered.UnorderedRuleList
The conflict resolution strategy based on the rule quality.
CONFLICT_STRATEGY - Static variable in class net.sf.myra.cantminer.pittsburgh.unordered.UnorderedRuleList
The property key name under which the conflict resolution strategy is stored.
ContinuousStep - Class in net.sf.myra.cantminer.alpha.step
This class represents a continuous attribute step.
ContinuousStep(ContinuousAttribute, int, IntervalBuilder) - Constructor for class net.sf.myra.cantminer.alpha.step.ContinuousStep
Creates a new ContinuousStep instance.
create(Dataset) - Method in class net.sf.myra.cantminer.alpha.GraphFactory
 
create(int) - Method in class net.sf.myra.cantminer.alpha.RuleFactory
 
create(int) - Method in class net.sf.myra.cantminer.pittsburgh.RuleFactory
 
create(int, Label) - Method in class net.sf.myra.cantminer.pittsburgh.unordered.FixedClassRuleFactory
 
create(ContinuousAttribute, Vertex<Term>, List<Instance>) - Method in class net.sf.myra.cantminer.ThresholdHelper
Returns a copy of the specified vertex with a continuous attribute threshold information.
create(ContinuousAttribute, Vertex<Term>, List<Instance>, String) - Method in class net.sf.myra.cantminer.ThresholdHelper
Returns a copy of the specified vertex with a continuous attribute threshold information.
create(ContinuousAttribute, Vertex<Term>, List<Instance>, boolean) - Method in class net.sf.myra.cantminer.ThresholdHelper
Returns a copy of the specified vertex with a continuous attribute threshold information.
createTrail() - Method in class net.sf.myra.cantminer.EdgeTrailFactory
 
createTrail() - Method in class net.sf.myra.cantminer.preselect.ClassEdgeTrailFactory
 
createTrail() - Method in class net.sf.myra.cantminer.sequential.SequentialTrailFactory
 
currentBest - Variable in class net.sf.myra.cantminer.sequential.MaxMinPheromoneUpdater
The quality of the current best solution.

D

dataset - Variable in class net.sf.myra.cantminer.EdgeTrailFactory
The dataset instance to validate the vertices selection.
dataset - Variable in class net.sf.myra.cantminer.preselect.ClassEdgeTrailFactory
The dataset instance to validate the vertices selection.
DEFAULT_PERCENTAGE - Static variable in class net.sf.myra.cantminer.pittsburgh.cAntMinerPB
Default uncovered percentage.
DISTRIBUTION_STRATEGY - Static variable in class net.sf.myra.cantminer.pittsburgh.unordered.UnorderedRuleList
The conflict resolution strategy based on class frequency.

E

EdgePheromoneUpdater - Class in net.sf.myra.cantminer
Default cAnt-Miner2 pehromone update policy.
EdgePheromoneUpdater() - Constructor for class net.sf.myra.cantminer.EdgePheromoneUpdater
 
EdgeTrailFactory - Class in net.sf.myra.cantminer
 
EdgeTrailFactory(Graph<Term>, Dataset) - Constructor for class net.sf.myra.cantminer.EdgeTrailFactory
Default constructor.
equals(Object) - Method in class net.sf.myra.cantminer.pittsburgh.CandidateRuleList
 
evaporate(Colony) - Method in class net.sf.myra.cantminer.EdgePheromoneUpdater
 
evaporate(Colony) - Method in class net.sf.myra.cantminer.sequential.MaxMinEdgePheromoneUpdater
 
evaporate(Colony) - Method in class net.sf.myra.cantminer.sequential.MaxMinPheromoneUpdater
 
evaporate(Colony) - Method in class net.sf.myra.cantminer.sequential.SequentialPheromoneUpdater
 
EVAPORATION_FACTOR - Static variable in class net.sf.myra.cantminer.alpha.PheromoneUpdater
The property key under which the evaporation factor is stored.
EVAPORATION_FACTOR - Static variable in class net.sf.myra.cantminer.pittsburgh.PheromoneUpdater
The property key under which the evaporation factor is stored.
EVAPORATION_FACTOR - Static variable in class net.sf.myra.cantminer.sequential.MaxMinEdgePheromoneUpdater
The property key under which the evaporation factor is stored.
EVAPORATION_FACTOR - Static variable in class net.sf.myra.cantminer.sequential.MaxMinPheromoneUpdater
The property key under which the evaporation factor is stored.
explore(Trail) - Method in class net.sf.myra.cantminer.ThresholdPruner
 

F

factor - Variable in class net.sf.myra.cantminer.sequential.MaxMinPheromoneUpdater
The pheromone evaporation factor (default 0.95);
filter(Properties) - Method in class net.sf.myra.cantminer.alpha.Alpha
 
filter(Properties) - Method in class net.sf.myra.cantminer.cAntMiner
 
filter(Properties) - Method in class net.sf.myra.cantminer.cAntMiner2
 
filter(Properties) - Method in class net.sf.myra.cantminer.pittsburgh.cAntMinerPB
 
filter(Properties) - Method in class net.sf.myra.cantminer.pittsburgh.dynamic.cAntMiner2PB
 
filter(Properties) - Method in class net.sf.myra.cantminer.pittsburgh.unordered.UcAntMiner2PB
 
filter(Properties) - Method in class net.sf.myra.cantminer.pittsburgh.unordered.UcAntMinerPB
 
filter(Properties) - Method in class net.sf.myra.cantminer.preselect.cAntMinerS
 
filter(Properties) - Method in class net.sf.myra.cantminer.sequential.cAntMiner3
 
FixedClassRuleFactory - Class in net.sf.myra.cantminer.pittsburgh.unordered
 
FixedClassRuleFactory(Graph<Term>, Dataset, RuleThresholdCache) - Constructor for class net.sf.myra.cantminer.pittsburgh.unordered.FixedClassRuleFactory
Default constructor.
FunctionalPheromoneUpdater - Class in net.sf.myra.cantminer.pittsburgh.dynamic
 
FunctionalPheromoneUpdater() - Constructor for class net.sf.myra.cantminer.pittsburgh.dynamic.FunctionalPheromoneUpdater
 
FunctionalRule - Class in net.sf.myra.cantminer.pittsburgh.dynamic
 
FunctionalRule(int, Label) - Constructor for class net.sf.myra.cantminer.pittsburgh.dynamic.FunctionalRule
 
FunctionalRule(Metadata) - Constructor for class net.sf.myra.cantminer.pittsburgh.dynamic.FunctionalRule
 
FunctionTerm - Class in net.sf.myra.cantminer.pittsburgh.dynamic
 
FunctionTerm() - Constructor for class net.sf.myra.cantminer.pittsburgh.dynamic.FunctionTerm
 

G

get(String) - Method in class net.sf.myra.cantminer.alpha.RuleThresholdCache
 
get(String) - Method in class net.sf.myra.cantminer.pittsburgh.RuleThresholdCache
 
getAttribute() - Method in class net.sf.myra.cantminer.alpha.step.ContinuousStep
 
getAttribute() - Method in class net.sf.myra.cantminer.alpha.step.NominalStep
 
getAttribute() - Method in interface net.sf.myra.cantminer.alpha.step.Step
 
getDataset() - Method in class net.sf.myra.cantminer.EdgeTrailFactory
Returns the dataset reference.
getDataset() - Method in class net.sf.myra.cantminer.preselect.ClassEdgeTrailFactory
Returns the dataset reference.
getDataset() - Method in class net.sf.myra.cantminer.sequential.SequentialTrailFactory
Returns the dataset reference.
getFunction() - Method in class net.sf.myra.cantminer.pittsburgh.dynamic.FunctionalRule
 
getFunctionName() - Method in class net.sf.myra.cantminer.pittsburgh.dynamic.FunctionalRule
 
getGraph() - Method in class net.sf.myra.cantminer.alpha.RuleFactory
 
getGraph() - Method in class net.sf.myra.cantminer.EdgeTrailFactory
 
getGraph() - Method in class net.sf.myra.cantminer.pittsburgh.RuleFactory
 
getGraph() - Method in class net.sf.myra.cantminer.pittsburgh.unordered.FixedClassRuleFactory
 
getGraph() - Method in class net.sf.myra.cantminer.preselect.ClassEdgeTrailFactory
 
getGraph() - Method in class net.sf.myra.cantminer.sequential.SequentialTrailFactory
 
getIndex(AbstractObjectiveFunction) - Method in class net.sf.myra.cantminer.pittsburgh.dynamic.FunctionTerm
 
getIteration() - Method in class net.sf.myra.cantminer.pittsburgh.CandidateRuleList
Returns the iteration in which this candidate rule list was created.
getPheromone(int) - Method in class net.sf.myra.cantminer.alpha.step.NominalStep
 
getPheromone(int) - Method in class net.sf.myra.cantminer.pittsburgh.dynamic.FunctionTerm
 
getQuality() - Method in class net.sf.myra.cantminer.pittsburgh.CandidateRuleList
Returns the quality of this rule list.
getTMax() - Method in class net.sf.myra.cantminer.sequential.MaxMinEdgePheromoneUpdater
Returns the maximum pheromone value allowed.
getTMax() - Method in class net.sf.myra.cantminer.sequential.MaxMinPheromoneUpdater
Returns the maximum pheromone value allowed.
getTMin() - Method in class net.sf.myra.cantminer.sequential.MaxMinEdgePheromoneUpdater
Returns the minimum pheromone value allowed.
getTMin() - Method in class net.sf.myra.cantminer.sequential.MaxMinPheromoneUpdater
Returns the minimum pheromone value allowed.
graph - Variable in class net.sf.myra.cantminer.EdgeTrailFactory
The problem construction graph to create the trails.
graph - Variable in class net.sf.myra.cantminer.preselect.ClassEdgeTrailFactory
The problem construction graph to create the trails.
GraphFactory - Class in net.sf.myra.cantminer.alpha
 
GraphFactory() - Constructor for class net.sf.myra.cantminer.alpha.GraphFactory
 

H

hasConverged(Graph<Step>, CandidateRuleList) - Method in class net.sf.myra.cantminer.alpha.PheromoneUpdater
 
hasConverged(Graph<Term>, CandidateRuleList) - Method in class net.sf.myra.cantminer.pittsburgh.dynamic.FunctionalPheromoneUpdater
 
hasConverged(Graph<Term>, CandidateRuleList) - Method in class net.sf.myra.cantminer.pittsburgh.PheromoneUpdater
 
helper - Variable in class net.sf.myra.cantminer.EdgeTrailFactory
The threshold selection helper.
helper - Variable in class net.sf.myra.cantminer.preselect.ClassEdgeTrailFactory
The threshold selection helper.

I

INITIAL - Static variable in class net.sf.myra.cantminer.alpha.PheromoneUpdater
The initial pheromone value (this is an arbitrary 'big' value).
INITIAL - Static variable in class net.sf.myra.cantminer.pittsburgh.PheromoneUpdater
The initial pheromone value (this is an arbitrary 'big' value).
INITIAL - Static variable in class net.sf.myra.cantminer.sequential.MaxMinEdgePheromoneUpdater
The initial pheromone value (this is an arbitrary 'big' value).
INITIAL - Static variable in class net.sf.myra.cantminer.sequential.MaxMinPheromoneUpdater
The initial pheromone value (this is an arbitrary 'big' value).
initialize(Graph<?>) - Method in class net.sf.myra.cantminer.alpha.AttributeEntropyHeuristic
 
initialize(Graph<Step>) - Method in class net.sf.myra.cantminer.alpha.PheromoneUpdater
 
initialize(Colony) - Method in class net.sf.myra.cantminer.EdgePheromoneUpdater
 
initialize(Graph<Term>) - Method in class net.sf.myra.cantminer.pittsburgh.dynamic.FunctionalPheromoneUpdater
 
initialize(Graph<Term>) - Method in class net.sf.myra.cantminer.pittsburgh.PheromoneUpdater
 
initialize(Graph<?>) - Method in class net.sf.myra.cantminer.preselect.ClassHeuristicInformation
 
initialize(Colony) - Method in class net.sf.myra.cantminer.sequential.MaxMinEdgePheromoneUpdater
 
initialize(Colony) - Method in class net.sf.myra.cantminer.sequential.MaxMinPheromoneUpdater
 
isReached(Environment) - Method in class net.sf.myra.cantminer.sequential.MaxMinEdgeStagnationTest
 
isReached(Environment) - Method in class net.sf.myra.cantminer.sequential.MaxMinStagnationTest
 

L

levels() - Method in class net.sf.myra.cantminer.alpha.step.NominalStep
 
levels() - Method in class net.sf.myra.cantminer.pittsburgh.dynamic.FunctionTerm
 
LIST_MEASURE - Static variable in class net.sf.myra.cantminer.alpha.Alpha
The property key name under which the measure class name to be used to evaluate a list of rules is stored.
LIST_MEASURE - Static variable in class net.sf.myra.cantminer.pittsburgh.cAntMinerPB
The property key name under which the measure class name to be used to evaluate a list of rules is stored.
ListPostProcessing - Class in net.sf.myra.cantminer
 
ListPostProcessing() - Constructor for class net.sf.myra.cantminer.ListPostProcessing
 

M

main(String[]) - Static method in class net.sf.myra.cantminer.ListPostProcessing
 
MaxMinEdgePheromoneUpdater - Class in net.sf.myra.cantminer.sequential
 
MaxMinEdgePheromoneUpdater() - Constructor for class net.sf.myra.cantminer.sequential.MaxMinEdgePheromoneUpdater
 
MaxMinEdgeStagnationTest - Class in net.sf.myra.cantminer.sequential
 
MaxMinEdgeStagnationTest() - Constructor for class net.sf.myra.cantminer.sequential.MaxMinEdgeStagnationTest
 
MaxMinPheromoneUpdater - Class in net.sf.myra.cantminer.sequential
 
MaxMinPheromoneUpdater() - Constructor for class net.sf.myra.cantminer.sequential.MaxMinPheromoneUpdater
 
MaxMinStagnationTest - Class in net.sf.myra.cantminer.sequential
 
MaxMinStagnationTest() - Constructor for class net.sf.myra.cantminer.sequential.MaxMinStagnationTest
 
MINIMUM_RULE_CASES - Static variable in class net.sf.myra.cantminer.alpha.RuleFactory
The property key under which the minimum rule cases value is stored.
MINIMUM_RULE_CASES - Static variable in class net.sf.myra.cantminer.EdgeTrailFactory
The property key under which the minimum rule cases value is stored.
MINIMUM_RULE_CASES - Static variable in class net.sf.myra.cantminer.pittsburgh.RuleFactory
The property key under which the minimum rule cases value is stored.

N

net.sf.myra.cantminer - package net.sf.myra.cantminer
 
net.sf.myra.cantminer.alpha - package net.sf.myra.cantminer.alpha
 
net.sf.myra.cantminer.alpha.step - package net.sf.myra.cantminer.alpha.step
 
net.sf.myra.cantminer.pittsburgh - package net.sf.myra.cantminer.pittsburgh
 
net.sf.myra.cantminer.pittsburgh.dynamic - package net.sf.myra.cantminer.pittsburgh.dynamic
 
net.sf.myra.cantminer.pittsburgh.unordered - package net.sf.myra.cantminer.pittsburgh.unordered
 
net.sf.myra.cantminer.preselect - package net.sf.myra.cantminer.preselect
 
net.sf.myra.cantminer.sequential - package net.sf.myra.cantminer.sequential
 
NO_MINIMUM_CASES - Static variable in class net.sf.myra.cantminer.EdgeTrailFactory
Constant to indicate that there is no minimum number of covered cases.
NominalStep - Class in net.sf.myra.cantminer.alpha.step
 
NominalStep(NominalAttribute, int) - Constructor for class net.sf.myra.cantminer.alpha.step.NominalStep
Creates a new NominalAttribute instance.

O

OPTIONS_FILE - Static variable in class net.sf.myra.cantminer.alpha.Alpha
The default configuration file name.
OPTIONS_FILE - Static variable in class net.sf.myra.cantminer.cAntMiner
Default options filename.
OPTIONS_FILE - Static variable in class net.sf.myra.cantminer.pittsburgh.cAntMinerPB
The default configuration file name.
OPTIONS_FILE - Static variable in class net.sf.myra.cantminer.pittsburgh.unordered.UcAntMinerPB
The default configuration file name.

P

P_BEST - Static variable in class net.sf.myra.cantminer.alpha.PheromoneUpdater
The property key under which the p_best probability is stored.
P_BEST - Static variable in class net.sf.myra.cantminer.pittsburgh.PheromoneUpdater
The property key under which the p_best probability is stored.
P_BEST - Static variable in class net.sf.myra.cantminer.sequential.MaxMinEdgePheromoneUpdater
The property key under which the p_best probability is stored.
P_BEST - Static variable in class net.sf.myra.cantminer.sequential.MaxMinPheromoneUpdater
The property key under which the p_best probability is stored.
pBest - Variable in class net.sf.myra.cantminer.sequential.MaxMinPheromoneUpdater
The p_best probability (default 0.05) to estimate the tMin value.
PheromoneUpdater - Class in net.sf.myra.cantminer.alpha
 
PheromoneUpdater() - Constructor for class net.sf.myra.cantminer.alpha.PheromoneUpdater
 
PheromoneUpdater - Class in net.sf.myra.cantminer.pittsburgh
 
PheromoneUpdater() - Constructor for class net.sf.myra.cantminer.pittsburgh.PheromoneUpdater
 
process(Metadata, Vertex<Term>, List<Instance>, boolean) - Method in class net.sf.myra.cantminer.EdgeTrailFactory
Prepares the vertex to be added to a rule.
process(Metadata, Vertex<Term>, List<Instance>, String) - Method in class net.sf.myra.cantminer.preselect.ClassEdgeTrailFactory
Prepares the vertex to be added to a rule.
process(Metadata, Vertex<Term>, List<Instance>, boolean) - Method in class net.sf.myra.cantminer.sequential.SequentialTrailFactory
Prepares the vertex to be added to a rule.
PRUNER - Static variable in class net.sf.myra.cantminer.alpha.Alpha
The property key name under which the pruner class name is stored.
PRUNER - Static variable in class net.sf.myra.cantminer.pittsburgh.cAntMinerPB
The property key name under which the pruner class name is stored.

R

RULE - Static variable in class net.sf.myra.cantminer.EdgeTrailFactory
The property key under which the rule implementation class is stored.
RuleFactory - Class in net.sf.myra.cantminer.alpha
 
RuleFactory(Graph<Step>, Dataset, RuleThresholdCache) - Constructor for class net.sf.myra.cantminer.alpha.RuleFactory
Default constructor.
RuleFactory - Class in net.sf.myra.cantminer.pittsburgh
 
RuleFactory(Graph<Term>, Dataset, RuleThresholdCache) - Constructor for class net.sf.myra.cantminer.pittsburgh.RuleFactory
Default constructor.
RuleThresholdCache - Class in net.sf.myra.cantminer.alpha
 
RuleThresholdCache() - Constructor for class net.sf.myra.cantminer.alpha.RuleThresholdCache
 
RuleThresholdCache - Class in net.sf.myra.cantminer.pittsburgh
 
RuleThresholdCache() - Constructor for class net.sf.myra.cantminer.pittsburgh.RuleThresholdCache
 
run(Dataset) - Method in class net.sf.myra.cantminer.alpha.Alpha
 
run(Dataset) - Method in class net.sf.myra.cantminer.cAntMiner
 
run(Dataset) - Method in class net.sf.myra.cantminer.cAntMiner2
 
run(Dataset) - Method in class net.sf.myra.cantminer.pittsburgh.cAntMinerPB
 
run(Dataset) - Method in class net.sf.myra.cantminer.pittsburgh.dynamic.cAntMiner2PB
 
run(Dataset) - Method in class net.sf.myra.cantminer.pittsburgh.unordered.UcAntMiner2PB
 
run(Dataset) - Method in class net.sf.myra.cantminer.pittsburgh.unordered.UcAntMinerPB
 
run(Dataset) - Method in class net.sf.myra.cantminer.preselect.cAntMinerS
 
run(Dataset) - Method in class net.sf.myra.cantminer.sequential.cAntMiner3
 

S

select(List<Instance>, int, int) - Method in class net.sf.myra.cantminer.alpha.step.ContinuousStep
 
select(List<Instance>, int, int) - Method in class net.sf.myra.cantminer.alpha.step.NominalStep
 
select(List<Instance>, int, int) - Method in interface net.sf.myra.cantminer.alpha.step.Step
 
select(int) - Method in class net.sf.myra.cantminer.pittsburgh.dynamic.FunctionTerm
 
SequentialPheromoneUpdater - Class in net.sf.myra.cantminer.sequential
 
SequentialPheromoneUpdater() - Constructor for class net.sf.myra.cantminer.sequential.SequentialPheromoneUpdater
 
SequentialTrailFactory - Class in net.sf.myra.cantminer.sequential
 
SequentialTrailFactory(Graph<Term>, Dataset) - Constructor for class net.sf.myra.cantminer.sequential.SequentialTrailFactory
Default constructor.
setFunction(AbstractObjectiveFunction) - Method in class net.sf.myra.cantminer.pittsburgh.dynamic.FunctionalRule
 
setIteration(int) - Method in class net.sf.myra.cantminer.pittsburgh.CandidateRuleList
Sets the iteration in which this candidate rule list was created.
setPheromone(double[], int) - Method in class net.sf.myra.cantminer.alpha.step.NominalStep
 
setPheromone(double[], int) - Method in class net.sf.myra.cantminer.pittsburgh.dynamic.FunctionTerm
 
setQuality(double) - Method in class net.sf.myra.cantminer.pittsburgh.CandidateRuleList
Sets the quality of this rule list.
START_VERTEX - Static variable in class net.sf.myra.cantminer.alpha.Alpha
Virtual starting vertex label.
START_VERTEX - Static variable in class net.sf.myra.cantminer.pittsburgh.cAntMinerPB
Virtual starting vertex label.
stdev(Double[]) - Static method in class net.sf.myra.cantminer.ListPostProcessing
 
Step - Interface in net.sf.myra.cantminer.alpha.step
 

T

ThresholdHelper - Class in net.sf.myra.cantminer
Utility class to calculate threshold values for continuous attributes.
ThresholdHelper(Metadata) - Constructor for class net.sf.myra.cantminer.ThresholdHelper
Default constructor.
ThresholdPruner - Class in net.sf.myra.cantminer
This class represents a threshold-aware pruner, which adds one term at a time until the addition of a term does not improve the rule quality.
ThresholdPruner(AbstractObjectiveFunction, ClassAssignator) - Constructor for class net.sf.myra.cantminer.ThresholdPruner
 
tMax - Variable in class net.sf.myra.cantminer.sequential.MaxMinPheromoneUpdater
The maximum pheromone value.
tMin - Variable in class net.sf.myra.cantminer.sequential.MaxMinPheromoneUpdater
The minimum pheromone value.

U

UcAntMiner2PB - Class in net.sf.myra.cantminer.pittsburgh.unordered
This class implements an alternative version of the Unordered cAnt-MinerPB algorithm that does not use the dynamic rule quality function procedeure.
UcAntMiner2PB() - Constructor for class net.sf.myra.cantminer.pittsburgh.unordered.UcAntMiner2PB
Default constructor.
UcAntMinerPB - Class in net.sf.myra.cantminer.pittsburgh.unordered
This class implements the Unordered cAnt-MinerPB algorithm.
UcAntMinerPB() - Constructor for class net.sf.myra.cantminer.pittsburgh.unordered.UcAntMinerPB
Default constructor.
UNCOVERED_CASES_PCT - Static variable in class net.sf.myra.cantminer.alpha.Alpha
The property key name under which the percentage of uncovered cases is stored.
UNCOVERED_CASES_PCT - Static variable in class net.sf.myra.cantminer.pittsburgh.cAntMinerPB
The property key name under which the percentage of uncovered cases is stored.
UnorderedRuleList - Class in net.sf.myra.cantminer.pittsburgh.unordered
 
UnorderedRuleList() - Constructor for class net.sf.myra.cantminer.pittsburgh.unordered.UnorderedRuleList
Default constructor.
update(CandidateRuleList, Graph<Step>) - Method in class net.sf.myra.cantminer.alpha.PheromoneUpdater
 
update(Trail, Colony) - Method in class net.sf.myra.cantminer.EdgePheromoneUpdater
 
update(CandidateRuleList, Graph<Term>) - Method in class net.sf.myra.cantminer.pittsburgh.dynamic.FunctionalPheromoneUpdater
 
update(CandidateRuleList, Graph<Term>) - Method in class net.sf.myra.cantminer.pittsburgh.PheromoneUpdater
 
update(Trail, Colony) - Method in class net.sf.myra.cantminer.preselect.ClassEdgePheromoneUpdater
 
update(Trail, Colony) - Method in class net.sf.myra.cantminer.sequential.MaxMinEdgePheromoneUpdater
 
update(Trail, Colony) - Method in class net.sf.myra.cantminer.sequential.MaxMinPheromoneUpdater
 
update(Trail, Colony) - Method in class net.sf.myra.cantminer.sequential.SequentialPheromoneUpdater
 

V

VIRTUAL_VERTEX - Static variable in class net.sf.myra.cantminer.cAntMiner2
Virtual starting vertex label.
VIRTUAL_VERTEX - Static variable in class net.sf.myra.cantminer.sequential.cAntMiner3
Virtual starting vertex label.

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

Copyright © 2013. All Rights Reserved.