Serialized Form


Package net.sf.myra.cantminer.alpha.step

Class net.sf.myra.cantminer.alpha.step.AbstractStep extends java.lang.Object implements Serializable

serialVersionUID: -4536087997900060729L

Class net.sf.myra.cantminer.alpha.step.ContinuousStep extends AbstractStep implements Serializable

serialVersionUID: -4435084657693469366L

Serialized Fields

logger

java.util.logging.Logger logger
The logger instance.


index

int index
The attribute index.


attribute

net.sf.myra.datamining.data.ContinuousAttribute attribute
The attribute represented by this step.


builder

net.sf.myra.datamining.data.IntervalBuilder builder
The continuous attribute discretisation helper.

Class net.sf.myra.cantminer.alpha.step.NominalStep extends AbstractStep implements Serializable

serialVersionUID: 6203891233092276598L

Serialized Fields

index

int index
The attribute index.


attribute

net.sf.myra.datamining.data.NominalAttribute attribute
The attribute represented by this step.


pheromone

java.util.List<E> pheromone
The pheromone array for the values of the attribute. This array is only used by steps representing nominal attributes.


initial

double[] initial
The initial pheromone array.


Package net.sf.myra.cantminer.pittsburgh

Class net.sf.myra.cantminer.pittsburgh.CandidateRuleList extends net.sf.myra.datamining.model.RuleList implements Serializable

serialVersionUID: -3080400314456188558L

Serialized Fields

quality

double quality
The quality of the candidate rule list. The higher the value the better the quality.


iteration

int iteration
The iteration in which this candidate rule list was created. The default value is -1.


Package net.sf.myra.cantminer.pittsburgh.dynamic

Class net.sf.myra.cantminer.pittsburgh.dynamic.FunctionalRule extends net.sf.myra.datamining.Rule implements Serializable

serialVersionUID: 890916959008769748L

Serialized Fields

function

net.sf.myra.datamining.AbstractObjectiveFunction function
The AbstractObjectiveFunction that should be used to evaluate the rule.

Class net.sf.myra.cantminer.pittsburgh.dynamic.FunctionTerm extends net.sf.myra.datamining.data.Term implements Serializable

serialVersionUID: -8971120544330445841L

Serialized Fields

pheromone

java.util.List<E> pheromone

initial

double[] initial
The initial pheromone array.


functions

net.sf.myra.datamining.AbstractObjectiveFunction[] functions

indexes

java.util.HashMap<K,V> indexes

Package net.sf.myra.cantminer.pittsburgh.unordered

Class net.sf.myra.cantminer.pittsburgh.unordered.UnorderedRuleList extends CandidateRuleList implements Serializable

serialVersionUID: -8731637789332859909L

Serialized Fields

strategy

net.sf.myra.datamining.model.RuleSet.ConflictResolutionStrategy strategy
The conflict resolution strategy.



Copyright © 2013. All Rights Reserved.