Uses of Interface
net.sf.myra.cantminer.alpha.step.Step

Packages that use Step
net.sf.myra.cantminer.alpha   
net.sf.myra.cantminer.alpha.step   
 

Uses of Step in net.sf.myra.cantminer.alpha
 

Methods in net.sf.myra.cantminer.alpha that return types with arguments of type Step
 net.sf.myra.framework.Graph<Step> GraphFactory.create(net.sf.myra.datamining.data.Dataset dataset)
           
 net.sf.myra.framework.Graph<Step> RuleFactory.getGraph()
           
 

Method parameters in net.sf.myra.cantminer.alpha with type arguments of type Step
 boolean PheromoneUpdater.hasConverged(net.sf.myra.framework.Graph<Step> graph, CandidateRuleList best)
           
 void PheromoneUpdater.initialize(net.sf.myra.framework.Graph<Step> graph)
           
 void PheromoneUpdater.update(CandidateRuleList candidate, net.sf.myra.framework.Graph<Step> graph)
           
 

Constructor parameters in net.sf.myra.cantminer.alpha with type arguments of type Step
RuleFactory(net.sf.myra.framework.Graph<Step> graph, net.sf.myra.datamining.data.Dataset dataset, RuleThresholdCache cache)
          Default constructor.
 

Uses of Step in net.sf.myra.cantminer.alpha.step
 

Classes in net.sf.myra.cantminer.alpha.step that implement Step
 class AbstractStep
           
 class ContinuousStep
          This class represents a continuous attribute step.
 class NominalStep
           
 



Copyright © 2013. All Rights Reserved.