Serialized Form
-
Package fr.loria.cortex.ginnet.dynnet.corpus
-
Class fr.loria.cortex.ginnet.dynnet.corpus.AbstractCorpus extends java.lang.Object implements Serializable
-
Serialized Fields
-
comment
java.lang.String comment
Comments on corpus -
name
java.lang.String name
Corpus name -
patterns
Attributes patterns
Pattern attributes of the corpus -
type
java.lang.String type
Corpus type
-
-
-
Class fr.loria.cortex.ginnet.dynnet.corpus.AbstractFileCorpus extends AbstractCorpus implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.corpus.CategorizationCorpus extends AbstractFileCorpus implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.corpus.ClassificationCorpus extends AbstractFileCorpus implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.corpus.ForecastCorpus extends AbstractFileCorpus implements Serializable
-
-
Package fr.loria.cortex.ginnet.dynnet.corpus.patterns
-
Class fr.loria.cortex.ginnet.dynnet.corpus.patterns.Attribute extends java.lang.Object implements Serializable
-
Serialized Fields
-
type
short type
Attribute type -
unknown
boolean unknown
Boolean set attrueif attribute's value is unknown
-
-
-
Class fr.loria.cortex.ginnet.dynnet.corpus.patterns.NumericalAttribute extends Attribute implements Serializable
-
Serialized Fields
-
value
float value
float value of the attribute
-
-
-
Class fr.loria.cortex.ginnet.dynnet.corpus.patterns.SymbolicAttribute extends Attribute implements Serializable
-
Serialized Fields
-
value
java.lang.String value
String value of the attribute
-
-
-
-
Package fr.loria.cortex.ginnet.dynnet.corpus.patterns.impl
-
Class fr.loria.cortex.ginnet.dynnet.corpus.patterns.impl.ListLabelledPatternsImpl extends ListPatternsImpl implements Serializable
-
Serialized Fields
-
labels
java.util.ArrayList labels
List of all labels (without redundancy) -
patternLabels
java.util.ArrayList patternLabels
List of labels per pattern (line = pattern and column = label) -
pca
PCA pca
Principal Component Analysis
-
-
-
Class fr.loria.cortex.ginnet.dynnet.corpus.patterns.impl.ListPatternsImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
attributes
java.util.ArrayList attributes
Matrix of input data, line = pattern and column = attribute, represented by an ArrayList of ArrayList of Attribute -
attributeTypes
short[] attributeTypes
Types of all attributes -
averages
double[] averages
Array of averages for all attributes -
learnPatterns
java.util.Vector learnPatterns
List of patterns selected for training -
nbAttribute
int nbAttribute
Number of attributes -
nbPattern
int nbPattern
Number of patterns -
nbVariable
int nbVariable
Number of variables -
numerizedPatterns
Patterns[] numerizedPatterns
Array of numerized Patterns Object previously made from current Object and used to be updated when current Patterns are changed -
standardDeviations
double[] standardDeviations
Array of standard deviations for all attributes -
testPatterns
java.util.Vector testPatterns
List of patterns selected for test -
unselectedPatterns
java.util.Vector unselectedPatterns
List of unselected patterns -
validationPatterns
java.util.Vector validationPatterns
List of patterns selected for validation -
variableNames
java.lang.String[] variableNames
Names of all variables
-
-
-
Class fr.loria.cortex.ginnet.dynnet.corpus.patterns.impl.ListTargetedLabelledPatternsImpl extends ListLabelledPatternsImpl implements Serializable
-
Serialized Fields
-
nbTarget
int nbTarget
Number of targets -
targets
java.util.ArrayList targets
List of targets by pattern
-
-
-
Class fr.loria.cortex.ginnet.dynnet.corpus.patterns.impl.ListTargetedPatternsImpl extends ListPatternsImpl implements Serializable
-
Serialized Fields
-
nbTarget
int nbTarget
Number of targets -
targets
java.util.ArrayList targets
List of targets by pattern
-
-
-
-
Package fr.loria.cortex.ginnet.dynnet.metalearners
-
Class fr.loria.cortex.ginnet.dynnet.metalearners.AbstractClassificationMetaLearner extends AbstractMetaSupervisedLearner implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.metalearners.AbstractMetaSupervisedLearner extends AbstractStrategy implements Serializable
-
Serialized Fields
-
combiner
Combiner combiner
Combiner of the meta-learner that combine sub-learners result to compute the group answer -
entries
Entries entries
Entries patterns of the meta learner -
factory
SingleLearnerFactory factory
Factory of sub-learners -
finished
boolean finished
Tells if learning is finished or not -
learnError
float learnError
Last learn error of the meta-learner -
learners
SingleSupervisedLearner[] learners
Group of single supervised learners of the meta-learner
Single supervised learners can be Perceptron or tree or any other supervised method that implements SingleSupervisedLearner -
learnMessage
java.lang.String learnMessage
-
nbLearners
int nbLearners
Total number of learners trained by the meta-learner -
random
java.util.Random random
Random generator -
regression
boolean regression
Boolean set attrueif meta-learner is used for regression andfalseif it is used for classification. -
sampler
AbstractSampler sampler
Sampler of the meta-learner that distribute samples of patterns to sub-learners -
testError
float testError
Last test error of the meta-learner -
testMessage
java.lang.String testMessage
-
validationError
float validationError
Last validation error of the meta-learner -
validationMessage
java.lang.String validationMessage
-
-
-
-
Package fr.loria.cortex.ginnet.dynnet.metalearners.models.arcing
-
Class fr.loria.cortex.ginnet.dynnet.metalearners.models.arcing.Arcing extends AbstractClassificationMetaLearner implements Serializable
-
-
Package fr.loria.cortex.ginnet.dynnet.metalearners.models.bagging
-
Class fr.loria.cortex.ginnet.dynnet.metalearners.models.bagging.Bagging extends AbstractClassificationMetaLearner implements Serializable
-
-
Package fr.loria.cortex.ginnet.dynnet.metalearners.models.boosting
-
Class fr.loria.cortex.ginnet.dynnet.metalearners.models.boosting.AdaBoost extends AbstractClassificationMetaLearner implements Serializable
-
-
Package fr.loria.cortex.ginnet.dynnet.methods
-
Class fr.loria.cortex.ginnet.dynnet.methods.ModelFromDynNetCreationException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
command
java.lang.String command
Text of the command that caused this exception ornullif it is not a command that caused this exception -
solution
java.lang.String solution
A description of how to do to solve the problem ornullif unknown
-
-
-
-
Package fr.loria.cortex.ginnet.dynnet.methods.entries
-
Class fr.loria.cortex.ginnet.dynnet.methods.entries.NumericEntriesException extends java.lang.Exception implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.methods.entries.SimpleEntries extends java.lang.Object implements Serializable
-
Serialized Fields
-
attributeNames
java.lang.String[] attributeNames
-
attributeTypes
short[] attributeTypes
-
averages
double[] averages
-
classes
java.lang.String[] classes
-
inputs
java.util.Hashtable inputs
Hashtable of array of Attributes Key = index of the pattern Object stored = a pattern (an Attribute[]) -
learnIndexes
int[] learnIndexes
-
nbAttribute
int nbAttribute
-
nbOutput
int nbOutput
-
nbPattern
int nbPattern
-
results
java.lang.Object[] results
-
standardDeviations
double[] standardDeviations
-
testIndexes
int[] testIndexes
-
usedAttributes
int[] usedAttributes
-
validationIndexes
int[] validationIndexes
-
-
-
Class fr.loria.cortex.ginnet.dynnet.methods.entries.SimpleNumericEntries extends SimpleEntries implements Serializable
-
Serialized Fields
-
labels
java.lang.String[] labels
-
nbTarget
int nbTarget
-
targetNames
java.lang.String[] targetNames
-
targets
java.util.Hashtable targets
-
-
-
Class fr.loria.cortex.ginnet.dynnet.methods.entries.SubEntries extends java.lang.Object implements Serializable
-
Serialized Fields
-
learnIndexes
int[] learnIndexes
-
originalEntries
Entries originalEntries
The reference to the original Entries object that keeps all input values and original informations -
testIndexes
int[] testIndexes
-
usedAttributes
int[] usedAttributes
-
validationIndexes
int[] validationIndexes
-
-
-
Class fr.loria.cortex.ginnet.dynnet.methods.entries.SubNumericEntries extends SubEntries implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.methods.entries.TreeEntries extends SimpleEntries implements Serializable
-
-
Package fr.loria.cortex.ginnet.dynnet.methods.management
-
Class fr.loria.cortex.ginnet.dynnet.methods.management.PruningException extends java.lang.Exception implements Serializable
-
-
Package fr.loria.cortex.ginnet.dynnet.methods.stoppingfunctions
-
Class fr.loria.cortex.ginnet.dynnet.methods.stoppingfunctions.AbstractStoppingFunction extends AbstractStrategy implements Serializable
-
Serialized Fields
-
method
StoppableMethod method
Data-mining method to stop
-
-
-
Class fr.loria.cortex.ginnet.dynnet.methods.stoppingfunctions.ErrorStoppingFunction extends AbstractStoppingFunction implements Serializable
-
Serialized Fields
-
constant
boolean constant
Backup of constant error detection -
lastError
float lastError
Backup of last error value -
minError
float minError
Error to reach -
nbCycleConstantError
int nbCycleConstantError
Number of cycles elapsed since error value didn't change -
supervised
boolean supervised
-
-
-
Class fr.loria.cortex.ginnet.dynnet.methods.stoppingfunctions.PermutationStoppingFunction extends AbstractStoppingFunction implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.methods.stoppingfunctions.TimeStoppingFunction extends AbstractStoppingFunction implements Serializable
-
Serialized Fields
-
maxEpoch
int maxEpoch
Number of cycle to reach
-
-
-
-
Package fr.loria.cortex.ginnet.dynnet.neuralnetworks
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.AbstractNeuralNetwork extends java.lang.Object implements Serializable
-
Serialized Fields
-
batch
boolean batch
Boolean set attruefor off-line training andfalsefor on-line
Off-line training is not available for all kind of networks -
entries
NumericEntries entries
All the patterns -
epoch
int epoch
Time (number of learn cycles performed) (updated in doLearnCycle) -
learnError
float learnError
Mean error for all learn patterns -
learningRateFunction
AbstractLearningRateFunction learningRateFunction
The learning rate function -
stoppingFunction
AbstractStoppingFunction stoppingFunction
The stopping criteria function -
testError
float testError
Mean error for all test patterns -
type
java.lang.String type
A String represnting the name of the network type"GNG", "KMeans", "Kohonen", "NeuralGas" or "Perceptron"
-
-
-
-
Package fr.loria.cortex.ginnet.dynnet.neuralnetworks.competitivenetworks
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.competitivenetworks.AbstractCompetitiveNetwork extends AbstractNeuralNetwork implements Serializable
-
Serialized Fields
-
classOfNode
java.lang.String classOfNode
Each Competitive Algorithm use a specific class representing a node of the Population. This string will be used to create nodes from class name. -
inputs
float[] inputs
Inputs -
population
CompetitivePopulation population
Each competitive algorithm has one population
-
-
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.competitivenetworks.Bond extends java.lang.Object implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.competitivenetworks.CompetitivePopulation extends java.lang.Object implements Serializable
-
Serialized Fields
-
aggregatingFunction
AbstractAggregatingFunction aggregatingFunction
Aggregating function -
distanceFunction
AbstractDistanceFunction distanceFunction
Function used to compute distance between desired and computed prototypes -
nodes
java.util.ArrayList nodes
List of nodes of the population
-
-
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.competitivenetworks.Node extends java.lang.Object implements Serializable
-
Serialized Fields
-
labels
java.util.Hashtable labels
Labels of the node patterns : Hashtable associating for each label the list of pattern indexes having this label
For example if you have three labels in your corpus : a, b and c and all patterns reprentated by given node have label a or c, this hashtable will have two keys : a and c, and for each key, the indexes of patterns represntated by this node -
patternList
java.util.Vector patternList
List of patterns (for KMeans algo for example) -
prototype
float[] prototype
Prototype for the node -
rate
int rate
1 for winner node and 0 otherwise -
value
float value
Value of the node
-
-
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.competitivenetworks.Topology extends java.lang.Object implements Serializable
-
Serialized Fields
-
bonds
java.util.ArrayList bonds
List of bonds
-
-
-
-
Package fr.loria.cortex.ginnet.dynnet.neuralnetworks.competitivenetworks.aggregatingfunctions
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.competitivenetworks.aggregatingfunctions.AADTWAggregatingFunction extends AbstractAggregatingFunction implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.competitivenetworks.aggregatingfunctions.AbstractAggregatingFunction extends AbstractStrategy implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.competitivenetworks.aggregatingfunctions.EuclideanAggregatingFunction extends AbstractAggregatingFunction implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.competitivenetworks.aggregatingfunctions.KMeansEuclideanAggregatingFunction extends EuclideanAggregatingFunction implements Serializable
-
-
Package fr.loria.cortex.ginnet.dynnet.neuralnetworks.competitivenetworks.distancefunctions
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.competitivenetworks.distancefunctions.AbstractDistanceFunction extends AbstractStrategy implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.competitivenetworks.distancefunctions.DTWDistanceFunction extends AbstractDistanceFunction implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.competitivenetworks.distancefunctions.EuclideanDistanceFunction extends AbstractDistanceFunction implements Serializable
-
-
Package fr.loria.cortex.ginnet.dynnet.neuralnetworks.learningratefunctions
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.learningratefunctions.AbstractLearningRateFunction extends AbstractStrategy implements Serializable
-
Serialized Fields
-
initialLearningRate
float initialLearningRate
Initial value of the learning rate -
learningRate
float learningRate
The learning rate -
neuralNetwork
AbstractNeuralNetwork neuralNetwork
Attached neural network -
type
java.lang.String type
Type of learning rate function
If you change the name of a type, be careful to change every reference of this type!
-
-
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.learningratefunctions.AdaptativeLearningRateFunction extends AbstractLearningRateFunction implements Serializable
-
Serialized Fields
-
addingValue
float addingValue
Value to add if the error of the network has been reduced at the previous time -
lastError
float lastError
Last error of the network -
subtractingPercent
float subtractingPercent
Percentage of the learning rate to substract if the error of the network has been increased at the previous time
-
-
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.learningratefunctions.ConstantLearningRateFunction extends AbstractLearningRateFunction implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.learningratefunctions.DecreasingLearningRateFunction extends AbstractLearningRateFunction implements Serializable
-
Serialized Fields
-
finalLearningRate
float finalLearningRate
Final value of the learning rate. (epsilon) -
maxTime
int maxTime
Number of cycles
-
-
-
-
Package fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.gng
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.gng.GNG extends AbstractCompetitiveNetwork implements Serializable
-
Serialized Fields
-
errorCoefWhenNew
float errorCoefWhenNew
Error coefficient for a new node inserted -
errorLeak
float errorLeak
Error leak, used to decrease during time error accumulator of worst unit and its neighbor -
maxBondAge
int maxBondAge
Maximum age of a bond (All older bonds will be deleted) -
maxSize
int maxSize
Maximum number of nodes -
neighborsLearningRate
float neighborsLearningRate
Learning coefficient of the winner' neighbors -
stepBeforeGrowing
int stepBeforeGrowing
Growing period (a new node is created if current step is a multiple of this period) -
topology
Topology topology
Bonds between Nodes
-
-
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.gng.GNGNode extends Node implements Serializable
-
Serialized Fields
-
accumulator
float accumulator
Sum of all errors made by this node, used to determine where to add a new prototype
-
-
-
-
Package fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.kmeans
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.kmeans.KMeans extends AbstractCompetitiveNetwork implements Serializable
-
Serialized Fields
-
nbChanged
int nbChanged
Number of prototypes changed during last cycle
-
-
-
-
Package fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.kohonen
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.kohonen.Kohonen extends AbstractCompetitiveNetwork implements Serializable
-
Serialized Fields
-
kernelFunction
AbstractKernelFunction kernelFunction
Neighborhood function (ex: Bubble, Gaussian, ...). -
maxTime
int maxTime
Number of cycles -
topologyFunction
AbstractTopologyFunction topologyFunction
Topological neighborhood function (ex: Rectangle, Hexagonal, ...). -
xSize
int xSize
The X-size of the self-organizing grid -
ySize
int ySize
The Y-size of the self-organizing grid -
zSize
int zSize
The Z-size of the self-organizing grid
-
-
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.kohonen.KohonenNode extends Node implements Serializable
-
Serialized Fields
-
x
int x
X coordinate in map -
y
int y
Y coordinate in map -
z
int z
Z coordinate in map
-
-
-
-
Package fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.kohonen.kernelfunctions
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.kohonen.kernelfunctions.AbstractKernelFunction extends AbstractStrategy implements Serializable
-
Serialized Fields
-
type
java.lang.String type
Name of the kernel function
-
-
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.kohonen.kernelfunctions.AbstractSigmaFunction extends AbstractKernelFunction implements Serializable
-
Serialized Fields
-
finalSigma
float finalSigma
Final value of the neighborhood standard deviation. -
initialSigma
float initialSigma
Initial value of the neighborhood standard deviation.
-
-
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.kohonen.kernelfunctions.BubbleKernelFunction extends AbstractSigmaFunction implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.kohonen.kernelfunctions.Gaussian1KernelFunction extends AbstractSigmaFunction implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.kohonen.kernelfunctions.Gaussian2KernelFunction extends AbstractSigmaFunction implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.kohonen.kernelfunctions.WinnerKernelFunction extends AbstractKernelFunction implements Serializable
-
-
Package fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.kohonen.topologyfunctions
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.kohonen.topologyfunctions.AbstractTopologyFunction extends AbstractStrategy implements Serializable
-
Serialized Fields
-
type
java.lang.String type
Name of the topology function
-
-
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.kohonen.topologyfunctions.CubeTopologyFunction extends AbstractTopologyFunction implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.kohonen.topologyfunctions.HexaTopologyFunction extends AbstractTopologyFunction implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.kohonen.topologyfunctions.LineTopologyFunction extends AbstractTopologyFunction implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.kohonen.topologyfunctions.RectTopologyFunction extends AbstractTopologyFunction implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.kohonen.topologyfunctions.RingTopologyFunction extends AbstractTopologyFunction implements Serializable
-
-
Package fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.neuralgas
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.neuralgas.NeuralGas extends AbstractCompetitiveNetwork implements Serializable
-
Serialized Fields
-
maxBondAge
int maxBondAge
Maximum age of a bond -
sizeMax
int sizeMax
Maximum numbers of nodes -
topology
Topology topology
Bonds between Nodes -
updateCoef
float updateCoef
Update coefficient (lambda) decreases modification importance according to the rank of the node
-
-
-
-
Package fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.perceptron
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.perceptron.Perceptron extends AbstractSupervisedNetwork implements Serializable
-
Serialized Fields
-
activatedInputs
boolean[] activatedInputs
Simple toogle for each input, to activate/desactivate it independantly. -
backupError
float backupError
The test error of the best network saved -
bias
boolean bias
Boolean set attrueif a bias should be used -
classificationErrorFunction
ClassificationErrorFunction classificationErrorFunction
Classification error function used to compute misclassification error for classification network -
errorFunction
AbstractErrorFunction errorFunction
Perceptron error function -
lastDelivered
float[] lastDelivered
-
lastDesired
float[] lastDesired
-
learnCF
int[][] learnCF
Learn confusion matrix -
momentum
float momentum
Momentum -
sizes
int[] sizes
Number of neurons per perceptron layer -
testCF
int[][] testCF
Test confusion matrix -
validationCF
int[][] validationCF
Validation confusion matrix
-
-
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.perceptron.PerceptronConnection extends SupervisedConnection implements Serializable
-
Serialized Fields
-
backupDelta
float backupDelta
Backup value of delta of connection -
backupValue
float backupValue
Backup value of connection
-
-
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.perceptron.PerceptronProjection extends Projection implements Serializable
-
-
Package fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.tom
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.models.tom.TOM extends Kohonen implements Serializable
-
Serialized Fields
-
finalSigma
float finalSigma
Final noise standard deviation -
initialSigma
float initialSigma
Initial noise standard deviation -
interactionStrength
float interactionStrength
Strength of spatiotemporal interaction (K) -
interstimulusTimeInterval
float interstimulusTimeInterval
Time interval between two consecutive patterns (ISI) -
kMinus
float kMinus
Positive and negative locus of propagated activity -
kPlus
float kPlus
Positive and negative locus of propagated activity -
lastKFF
KohonenNode lastKFF
Last feed-forward winner -
lastPatternIndex
int lastPatternIndex
Index of the last pattern presented to the network -
propagationSpeed
float propagationSpeed
Propagation speed of feed-forward activation (v) -
random
java.util.Random random
-
sigmaInteractionStrength
float sigmaInteractionStrength
Standard deviation of strength of spatiotemporal interaction (sigmaK)
-
-
-
-
Package fr.loria.cortex.ginnet.dynnet.neuralnetworks.supervisednetworks
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.supervisednetworks.AbstractSupervisedNetwork extends AbstractNeuralNetwork implements Serializable
-
Serialized Fields
-
populations
java.util.ArrayList populations
All populations of the network -
projections
java.util.ArrayList projections
All projections of the network -
regression
boolean regression
-
validationError
float validationError
Mean error for all validation patterns
-
-
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.supervisednetworks.Bias extends java.lang.Object implements Serializable
-
Serialized Fields
-
backup
float backup
Backup value of the winner value -
value
float value
Weight of the bias
-
-
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.supervisednetworks.InputSupervisedPopulation extends SupervisedPopulation implements Serializable
-
Serialized Fields
-
nbActiveUnits
int nbActiveUnits
Current number of active neuron units -
units
NeuronUnit[] units
Array of input units
-
-
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.supervisednetworks.NeuronUnit extends java.lang.Object implements Serializable
-
Serialized Fields
-
input
float input
The input value of this unit, also termed potential -
output
float output
The output value of this unit
-
-
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.supervisednetworks.Projection extends java.lang.Object implements Serializable
-
Serialized Fields
-
a
SupervisedPopulation a
The input population -
b
SupervisedPopulation b
The output population -
bias
Bias[] bias
The additive unit equals to 1 -
connections
java.util.ArrayList connections
The list of the connections
-
-
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.supervisednetworks.SupervisedConnection extends java.lang.Object implements Serializable
-
Serialized Fields
-
a
NeuronUnit a
The pre-synaptic neuron (unit placed at the origin of this connection) -
b
NeuronUnit b
The post-synaptic neuron (unit placed at the end of this connection) -
value
float value
The weight value of this connection
-
-
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.supervisednetworks.SupervisedPopulation extends java.lang.Object implements Serializable
-
Serialized Fields
-
connections
java.util.ArrayList connections
The list of the connections -
function
AbstractTransferFunction function
The transfer function used by all units in this population -
units
java.util.ArrayList units
The list of the units in this population
-
-
-
-
Package fr.loria.cortex.ginnet.dynnet.neuralnetworks.supervisednetworks.errorfunctions
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.supervisednetworks.errorfunctions.AbstractErrorFunction extends AbstractStrategy implements Serializable
-
Serialized Fields
-
type
java.lang.String type
Type of the error function
If you change the name of a type, be careful to change every reference of this type!
-
-
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.supervisednetworks.errorfunctions.ClassificationErrorFunction extends AbstractErrorFunction implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.supervisednetworks.errorfunctions.CrossEntropyErrorFunction extends AbstractErrorFunction implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.supervisednetworks.errorfunctions.LikelihoodErrorFunction extends AbstractErrorFunction implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.supervisednetworks.errorfunctions.MSEErrorFunction extends AbstractErrorFunction implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.supervisednetworks.errorfunctions.RMSEErrorFunction extends AbstractErrorFunction implements Serializable
-
Serialized Fields
-
meanD
float[] meanD
-
varianceDesired
float varianceDesired
-
-
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.supervisednetworks.errorfunctions.SEErrorFunction extends AbstractErrorFunction implements Serializable
-
-
Package fr.loria.cortex.ginnet.dynnet.neuralnetworks.supervisednetworks.transfertfunctions
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.supervisednetworks.transfertfunctions.AbstractTransferFunction extends AbstractStrategy implements Serializable
-
Serialized Fields
-
type
java.lang.String type
Type of transfert function
If you change the name of a type, be careful to change every reference of this type!
-
-
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.supervisednetworks.transfertfunctions.GibbsTransferFunction extends AbstractTransferFunction implements Serializable
-
Serialized Fields
-
sum
float sum
sum = Σi e^(xi) ∀ unit i of a given population
-
-
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.supervisednetworks.transfertfunctions.LinearTransferFunction extends AbstractTransferFunction implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.supervisednetworks.transfertfunctions.SigmoidTransferFunction extends AbstractTransferFunction implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.neuralnetworks.supervisednetworks.transfertfunctions.TanHTransferFunction extends AbstractTransferFunction implements Serializable
-
-
Package fr.loria.cortex.ginnet.dynnet.trees
-
Class fr.loria.cortex.ginnet.dynnet.trees.AbstractDecisionTree extends java.lang.Object implements Serializable
-
Serialized Fields
-
classIndex
int classIndex
Index of the default class to predict -
entries
Entries entries
-
infoFunction
AbstractInformationFunction infoFunction
The function used to split a node (entropy, Gini's impurity, etc.) -
regression
boolean regression
true if algorithm produces a regression tree false if algorithm produces a classification tree -
root
TreeNode root
The root node of the tree -
stoppingPercent
float stoppingPercent
The stopping criterion based on the percentage of the main category used during the training stage -
testError
float testError
Last test error -
validationError
float validationError
Last validation error
-
-
-
Class fr.loria.cortex.ginnet.dynnet.trees.NoClassPredictedException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
arcNotFound
java.lang.String arcNotFound
Value of the arc which hasn't been found in decision tree and that causes exception -
lastNode
TreeNode lastNode
Last node predicted - the nearest prediction
-
-
-
Class fr.loria.cortex.ginnet.dynnet.trees.TreeNode extends java.lang.Object implements Serializable
-
Serialized Fields
-
arcs
java.util.Vector arcs
The list of its children -
attributeIndex
int attributeIndex
The index of the attribute or (for a leaf) the index of the class of this node -
attributeName
java.lang.String attributeName
The name of the attribute or (for a leaf) the name of the class of this node -
classNames
java.lang.String[] classNames
The different class names of this node -
classProportions
float[] classProportions
The class proportions of this node (in the same order as classNames) -
infoQuantity
double infoQuantity
The information quantity of this node -
isContinue
boolean isContinue
True if the attribute used is continue -
isLeaf
boolean isLeaf
True if this Node is a leaf -
limit
float limit
Current limit to split patterns into branch (for continue attribute) -
mean
float mean
The mean of the regression attribute of the elements of this node -
nodeCardinality
int nodeCardinality
the number of patterns contained by this node -
parent
TreeNode parent
The parent node of this node -
probabilities
java.util.Vector probabilities
% of elements going to each children If node is leaf, probabilities is the proportion of targeted class -
subtrees
java.util.Vector subtrees
The child nodes of this node -
symbolicSplitLimit
java.lang.String symbolicSplitLimit
Current limit to split patterns into branch (for symbolic attribute)
-
-
-
-
Package fr.loria.cortex.ginnet.dynnet.trees.informationfunctions
-
Class fr.loria.cortex.ginnet.dynnet.trees.informationfunctions.AbstractInformationFunction extends java.lang.Object implements Serializable
-
Serialized Fields
-
entries
Entries entries
Patterns -
name
java.lang.String name
Name
-
-
-
Class fr.loria.cortex.ginnet.dynnet.trees.informationfunctions.Entropy extends AbstractInformationFunction implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.trees.informationfunctions.Gini extends AbstractInformationFunction implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.trees.informationfunctions.Variance extends AbstractInformationFunction implements Serializable
-
-
Package fr.loria.cortex.ginnet.dynnet.trees.models
-
Class fr.loria.cortex.ginnet.dynnet.trees.models.C45 extends AbstractDecisionTree implements Serializable
-
Class fr.loria.cortex.ginnet.dynnet.trees.models.CART extends AbstractDecisionTree implements Serializable
-
Serialized Fields
-
minInformationFunction
double minInformationFunction
minimum Gini index for a node if the used information function is Gini -
minNodeCardinality
int minNodeCardinality
minimum Cardinality for a node if the used information function is Gini
-
-
-
Class fr.loria.cortex.ginnet.dynnet.trees.models.ID3 extends AbstractDecisionTree implements Serializable
-
-
Package fr.loria.cortex.ginnet.dynnet.utils
-
Class fr.loria.cortex.ginnet.dynnet.utils.DynNetException extends java.lang.Exception implements Serializable
-
-
Package fr.loria.cortex.ginnet.dynnet.utils.criteriastrategy
-
Class fr.loria.cortex.ginnet.dynnet.utils.criteriastrategy.CriterionException extends java.lang.Exception implements Serializable
-
-
Package fr.loria.cortex.ginnet.dynnet.utils.math
-
Class fr.loria.cortex.ginnet.dynnet.utils.math.DynnetMathException extends java.lang.Exception implements Serializable
-
-
Package fr.loria.cortex.ginnet.gui
-
Class fr.loria.cortex.ginnet.gui.BarChart extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
dfx
java.text.DecimalFormat dfx
Object used to format numbers -
dfy
java.text.DecimalFormat dfy
-
max
float max
Y-Max data -
min
float min
Y-Min data -
min_x
float min_x
X-Min data -
o
java.lang.Object[][] o
The data
-
-
-
Class fr.loria.cortex.ginnet.gui.ColorCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable
-
Serialized Fields
-
bold
boolean bold
-
-
-
Class fr.loria.cortex.ginnet.gui.GINNet extends javax.swing.JApplet implements Serializable
-
Serialized Fields
-
corpusTab
CorpusTab corpusTab
The panel which contains the tables -
corpusTabTitle
java.lang.String corpusTabTitle
Title of corpus tab -
dataMenu
DataMenu dataMenu
The Data menu -
dataTab
DataTab dataTab
The panel which contains the datas -
dataTabTitle
java.lang.String dataTabTitle
Title of data tab -
frame
javax.swing.JFrame frame
Associated JFrame -
helpMenu
javax.swing.JMenu helpMenu
The menus and submenus -
jfcOpen
javax.swing.JFileChooser jfcOpen
The common JFileChooser used for file loading -
menuBar
javax.swing.JMenuBar menuBar
The menu bar -
metaLearnerTab
MetaLearnerTab metaLearnerTab
Customized JPanel which is used to visualize meta-learner -
methodTabs
java.util.List methodTabs
The active methods tabs -
networkTab
NetworkTab networkTab
Customized JPanel which is used to visualize neural network -
networkTabTitle
java.lang.String networkTabTitle
Title of network tab -
resultMenu
javax.swing.JMenu resultMenu
The result menu -
resultsPane
javax.swing.JScrollPane resultsPane
Panel where HTML results are displayed -
tabs
javax.swing.JTabbedPane tabs
The tabs -
treeTab
TreeTab treeTab
Customized JPanel used to represent trees -
treeTabTitle
java.lang.String treeTabTitle
Title of tree tab -
treeToEnable
java.util.Vector treeToEnable
Vector of String. Strings are names of tree menus to enable
-
-
-
Class fr.loria.cortex.ginnet.gui.GINNetThread extends java.lang.Thread implements Serializable
-
Serialized Fields
-
currentCommandPanel
AbstractCommandablePanel currentCommandPanel
-
ginnet
GINNet ginnet
-
graphCommandPanel
GraphCommandPanel graphCommandPanel
-
isGraphCommandPanel
boolean isGraphCommandPanel
-
lastEpoch
int lastEpoch
Epoch of the neural network at last stopping -
mintest
float mintest
-
model
DataMiningMethod model
Data mining method currently displayed -
resultsTab
ResultsTab resultsTab
-
stopped
boolean stopped
Boolean set at true if training has ended -
test
boolean test
Boolean set attrueif tests must be performed while learning -
valid
boolean valid
Boolean set attrueif validations must be performed while learning
-
-
-
Class fr.loria.cortex.ginnet.gui.JTableEx extends javax.swing.JScrollPane implements Serializable
-
Serialized Fields
-
headerColumn
javax.swing.JTable headerColumn
The two jtables -
jt
javax.swing.JTable jt
The two jtables -
nb
int nb
-
-
-
Class fr.loria.cortex.ginnet.gui.PanelDataExport extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
exportCheckBox
javax.swing.JCheckBox exportCheckBox
"Export Column names" check box -
separatorField
javax.swing.JTextField separatorField
TextField
-
-
-
-
Package fr.loria.cortex.ginnet.gui.commandpanels
-
Class fr.loria.cortex.ginnet.gui.commandpanels.AbstractCommandablePanel extends AbstractCommandPanel implements Serializable
-
Class fr.loria.cortex.ginnet.gui.commandpanels.AbstractCommandPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
commandpane
javax.swing.JPanel commandpane
-
titleLabel
javax.swing.JLabel titleLabel
Title of the command panel
-
-
-
Class fr.loria.cortex.ginnet.gui.commandpanels.AbstractMethodCommandPanel extends AbstractCommandablePanel implements Serializable
-
Serialized Fields
-
generalLearnPanel
javax.swing.JPanel generalLearnPanel
Panel that contains generic parametrisations -
hasLearnPattern
boolean hasLearnPattern
Backup boolean set attrueif there are at least one learn pattern -
hasTestPattern
boolean hasTestPattern
Backup boolean set attrueif there are at least one test pattern -
hasValidationPatterns
boolean hasValidationPatterns
Backup boolean set attrueif there are at least one validation pattern -
initButton
javax.swing.JButton initButton
Initialization button -
initializable
boolean initializable
-
initPanel
javax.swing.JPanel initPanel
Panel that regroup all initialization parameters and actions -
learnButton
javax.swing.JButton learnButton
Learn/Stop button -
learnPanel
javax.swing.JPanel learnPanel
Panel that regroup all learning parameters and actions -
leftLearnPanel
javax.swing.JPanel leftLearnPanel
Panel, placed in left side of learnPanel and containing learn button and test check boxes -
personalLearnPanel
javax.swing.JPanel personalLearnPanel
Panel that contains parametrisations specific to a neural network -
saveAsJarButton
javax.swing.JButton saveAsJarButton
"Save as external Jar" button -
savePanel
javax.swing.JPanel savePanel
Save panel with all saving features -
stoppable
boolean stoppable
-
testAllRadioButton
javax.swing.JRadioButton testAllRadioButton
Checked when all test patterns must be tested -
testButton
javax.swing.JButton testButton
Button that launch test -
testButtonGroup
javax.swing.ButtonGroup testButtonGroup
Group containing testOneRadioButton and testAllRadioButton -
testCheckBox
javax.swing.JCheckBox testCheckBox
Test while learning check box -
testOneRadioButton
javax.swing.JRadioButton testOneRadioButton
Checked when only selected test pattern must be tested -
testPanel
javax.swing.JPanel testPanel
Panel that regroup all test parameters and actions -
testPatternSpinner
javax.swing.JSpinner testPatternSpinner
Spinner to select test pattern number among all available -
validationCheckBox
javax.swing.JCheckBox validationCheckBox
Validate while learning check box
-
-
-
Class fr.loria.cortex.ginnet.gui.commandpanels.CorpusCommandPanel extends AbstractCommandPanel implements Serializable
-
Class fr.loria.cortex.ginnet.gui.commandpanels.DataCommandPanel extends AbstractCommandPanel implements Serializable
-
Serialized Fields
-
chart
BarChart chart
Bar chart used for statistics
-
-
-
Class fr.loria.cortex.ginnet.gui.commandpanels.MetaLearnerCommandPanel extends AbstractMethodCommandPanel implements Serializable
-
Serialized Fields
-
choicePanel
StrategyPanel choicePanel
-
dialog
NumerizePatternsDialog dialog
Dialog showed if user wants to create a network from non full numerical patterns -
metaLearner
AbstractMetaSupervisedLearner metaLearner
-
subModelBox
javax.swing.JComboBox subModelBox
-
visitor
MetaLearnerGUIVisitor visitor
-
-
-
Class fr.loria.cortex.ginnet.gui.commandpanels.TreeCommandPanel extends AbstractMethodCommandPanel implements Serializable
-
Serialized Fields
-
btnRun
javax.swing.JButton btnRun
-
btnTest
javax.swing.JButton btnTest
-
buttonGroupAlgo
javax.swing.ButtonGroup buttonGroupAlgo
-
buttonGroupTest
javax.swing.ButtonGroup buttonGroupTest
-
C45RadioButton
javax.swing.JRadioButton C45RadioButton
-
cartRadioButton
javax.swing.JRadioButton cartRadioButton
-
classifrate
javax.swing.JSlider classifrate
-
comboTarget
javax.swing.JComboBox comboTarget
-
currentAlgo
java.lang.String currentAlgo
-
ID3RadioButton
javax.swing.JRadioButton ID3RadioButton
-
infoFunctionField
javax.swing.JSpinner infoFunctionField
-
labelInfoFunction
javax.swing.JLabel labelInfoFunction
-
labelinput
javax.swing.JLabel labelinput
-
panelAlgos
javax.swing.JPanel panelAlgos
-
panelButtons
javax.swing.JPanel panelButtons
-
panelCartParams
javax.swing.JPanel panelCartParams
-
panelCartParamsCenter
javax.swing.JPanel panelCartParamsCenter
-
panelCartParamsEast
javax.swing.JPanel panelCartParamsEast
-
panelCenter
javax.swing.JPanel panelCenter
-
panelGlobal
javax.swing.JPanel panelGlobal
-
panelGlobalParams
javax.swing.JPanel panelGlobalParams
-
panelGlobalParamsNorth
javax.swing.JPanel panelGlobalParamsNorth
-
panelGlobalParamsSouth
javax.swing.JPanel panelGlobalParamsSouth
-
panelParams
javax.swing.JPanel panelParams
-
panelTest
javax.swing.JPanel panelTest
-
panelTestFields
javax.swing.JPanel panelTestFields
-
stopCardField
javax.swing.JSpinner stopCardField
-
testall
javax.swing.JRadioButton testall
-
testone
javax.swing.JRadioButton testone
-
testResult
javax.swing.JLabel testResult
-
tree
AbstractDecisionTree tree
-
-
-
-
Package fr.loria.cortex.ginnet.gui.commandpanels.networkcommandpanels
-
Class fr.loria.cortex.ginnet.gui.commandpanels.networkcommandpanels.AbstractCompetitiveNetworkCommandPanel extends AbstractNetworkCommandPanel implements Serializable
-
Serialized Fields
-
aggregatingFunctionPanel
StrategyPanel aggregatingFunctionPanel
Panel where to select which aggregating function to use -
distanceFunctionPanel
StrategyPanel distanceFunctionPanel
Panel where to select which distance function to use -
initComboBox
javax.swing.JComboBox initComboBox
ComboBox to select what kind of initialization to do -
initFileButton
javax.swing.JButton initFileButton
Button to choose a file containing initial values -
initFileChooser
javax.swing.JFileChooser initFileChooser
Chooser of initialization file -
lastWinner
NeuronNodeGraph lastWinner
Last winner node -
randomMaxLabel
javax.swing.JLabel randomMaxLabel
Title of random maximum value -
randomMaxTextField
javax.swing.JTextField randomMaxTextField
Maximum value for random initialization -
randomMinLabel
javax.swing.JLabel randomMinLabel
Title of random minimum value -
randomMinTextField
javax.swing.JTextField randomMinTextField
Minimum value for random initialization -
saveButton
javax.swing.JButton saveButton
Button to save tests -
savePrototypesButton
javax.swing.JButton savePrototypesButton
Button to save prototypes
-
-
-
Class fr.loria.cortex.ginnet.gui.commandpanels.networkcommandpanels.AbstractNetworkCommandPanel extends AbstractMethodCommandPanel implements Serializable
-
Serialized Fields
-
attributesToNumerize
java.util.List attributesToNumerize
List of symbolical attributes to numerize -
clearButton
javax.swing.JButton clearButton
Button to clear graph -
errorLabel
javax.swing.JLabel errorLabel
Error title label -
graph
Graph graph
Graph -
graphpane
javax.swing.JPanel graphpane
Graph panel -
labelcycle
javax.swing.JLabel labelcycle
Learn cycle label -
learnErrorLabel
javax.swing.JLabel learnErrorLabel
Learn error label -
learningRateFunctionPanel
StrategyPanel learningRateFunctionPanel
Learning rate function choice panel -
network
AbstractNeuralNetwork network
Neural network commanded by the command panel -
patterns
Patterns patterns
Neural network's patterns -
stoppingFunctionPanel
StrategyPanel stoppingFunctionPanel
Stopping function choice panel -
testErrorLabel
javax.swing.JLabel testErrorLabel
Test error label -
validation
boolean validation
Boolean set attrueif validation must be performed while learning -
validationErrorLabel
javax.swing.JLabel validationErrorLabel
Validation error label
-
-
-
Class fr.loria.cortex.ginnet.gui.commandpanels.networkcommandpanels.GNGCommandPanel extends AbstractCompetitiveNetworkCommandPanel implements Serializable
-
Serialized Fields
-
bondAgeMax
javax.swing.JSpinner bondAgeMax
-
errorCoefWhenNew
javax.swing.JSpinner errorCoefWhenNew
-
errorLeak
javax.swing.JSpinner errorLeak
-
neighborsLearningCoef
javax.swing.JSpinner neighborsLearningCoef
-
stepBeforeGrowing
javax.swing.JSpinner stepBeforeGrowing
-
winnerLearningCoef
javax.swing.JSpinner winnerLearningCoef
-
-
-
Class fr.loria.cortex.ginnet.gui.commandpanels.networkcommandpanels.KmeansCommandPanel extends AbstractCompetitiveNetworkCommandPanel implements Serializable
-
Serialized Fields
-
offline
javax.swing.JRadioButton offline
Off-line button -
online
javax.swing.JRadioButton online
On-line button -
onOffLineButtonGroup
javax.swing.ButtonGroup onOffLineButtonGroup
On-line and Off-line button group
-
-
-
Class fr.loria.cortex.ginnet.gui.commandpanels.networkcommandpanels.KohonenCommandPanel extends AbstractCompetitiveNetworkCommandPanel implements Serializable
-
Serialized Fields
-
kernelFunctionPanel
StrategyPanel kernelFunctionPanel
Panel in which to choose kernel function
-
-
-
Class fr.loria.cortex.ginnet.gui.commandpanels.networkcommandpanels.NeuralGasCommandPanel extends AbstractCompetitiveNetworkCommandPanel implements Serializable
-
Serialized Fields
-
maxBondAgeSpinner
javax.swing.JSpinner maxBondAgeSpinner
Select maximal age of a bond -
updateCoefSpinner
javax.swing.JSpinner updateCoefSpinner
Select update coefficient
-
-
-
Class fr.loria.cortex.ginnet.gui.commandpanels.networkcommandpanels.PerceptronCommandPanel extends AbstractNetworkCommandPanel implements Serializable
-
Serialized Fields
-
backpropagateComboBox
javax.swing.JComboBox backpropagateComboBox
-
errorFunctionPanel
StrategyPanel errorFunctionPanel
-
initComboBox
javax.swing.JComboBox initComboBox
-
initMaxValueSpinner
javax.swing.JSpinner initMaxValueSpinner
-
initMinValueSpinner
javax.swing.JSpinner initMinValueSpinner
-
momentumSpinner
javax.swing.JSpinner momentumSpinner
-
reloadBestButton
javax.swing.JButton reloadBestButton
-
reloadBestNetworkEnabled
boolean reloadBestNetworkEnabled
-
saveTestCycleButton
javax.swing.JButton saveTestCycleButton
-
saveTestErrorsButton
javax.swing.JButton saveTestErrorsButton
-
-
-
Class fr.loria.cortex.ginnet.gui.commandpanels.networkcommandpanels.TOMCommandPanel extends KohonenCommandPanel implements Serializable
-
Serialized Fields
-
finalSigmaSpinner
javax.swing.JSpinner finalSigmaSpinner
-
initialSigmaSpinner
javax.swing.JSpinner initialSigmaSpinner
-
isiSpinner
javax.swing.JSpinner isiSpinner
-
sigmaStrengthSpinner
javax.swing.JSpinner sigmaStrengthSpinner
-
speedSpinner
javax.swing.JSpinner speedSpinner
-
strengthSpinner
javax.swing.JSpinner strengthSpinner
-
-
-
-
Package fr.loria.cortex.ginnet.gui.corpusexporters
-
Class fr.loria.cortex.ginnet.gui.corpusexporters.AbstractCorpusExporter extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
buttonPanel
javax.swing.JPanel buttonPanel
Buttons panel -
cancelButton
javax.swing.JButton cancelButton
Cancel button -
okButton
javax.swing.JButton okButton
OK button
-
-
-
Class fr.loria.cortex.ginnet.gui.corpusexporters.CategorizationCorpusExporter extends AbstractCorpusExporter implements Serializable
-
Serialized Fields
-
labelColumnBox
javax.swing.JComboBox labelColumnBox
ComboBox for label column choice
-
-
-
Class fr.loria.cortex.ginnet.gui.corpusexporters.ClassificationCorpusExporter extends AbstractCorpusExporter implements Serializable
-
Serialized Fields
-
labelColumnBox
javax.swing.JComboBox labelColumnBox
ComboBox for label column choice
-
-
-
Class fr.loria.cortex.ginnet.gui.corpusexporters.ForecastCorpusExporter extends AbstractCorpusExporter implements Serializable
-
Serialized Fields
-
attributes
int[] attributes
Attribute indexes associated to check boxes -
columns
javax.swing.JCheckBox[] columns
Columns to export
-
-
-
-
Package fr.loria.cortex.ginnet.gui.data
-
Class fr.loria.cortex.ginnet.gui.data.DataMenu extends java.lang.Object implements Serializable
-
Serialized Fields
-
dataFile
java.lang.String dataFile
-
dataMenu
javax.swing.JMenu dataMenu
-
exportMenu
javax.swing.JMenu exportMenu
-
fusionFilesMenuItem
javax.swing.JMenuItem fusionFilesMenuItem
-
fusionTargetsMenuItem
javax.swing.JMenuItem fusionTargetsMenuItem
-
preprocessingMenu
javax.swing.JMenu preprocessingMenu
-
selectionMenu
javax.swing.JMenu selectionMenu
-
studyMenu
javax.swing.JMenu studyMenu
-
transformationMenu
javax.swing.JMenu transformationMenu
-
-
-
Class fr.loria.cortex.ginnet.gui.data.DBWizard extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
borderLayout2
java.awt.BorderLayout borderLayout2
-
btnNext
javax.swing.JButton btnNext
-
btnPrev
javax.swing.JButton btnPrev
-
btnValid
javax.swing.JButton btnValid
-
Cancel
javax.swing.JButton Cancel
-
cardLayout1
java.awt.CardLayout cardLayout1
-
cards
javax.swing.JPanel cards
-
dbl
DBDataLoader dbl
Associated DBDataLoader -
flowLayout1
java.awt.FlowLayout flowLayout1
-
jLabel1
javax.swing.JLabel jLabel1
-
jLabel2
javax.swing.JLabel jLabel2
-
jLabel3
javax.swing.JLabel jLabel3
-
jLabel4
javax.swing.JLabel jLabel4
-
jLabel5
javax.swing.JLabel jLabel5
-
jPanel2
javax.swing.JPanel jPanel2
-
jScrollPane1
javax.swing.JScrollPane jScrollPane1
-
p
GINNet p
-
page
int page
Number of the current page -
page1
javax.swing.JPanel page1
-
page2
javax.swing.JPanel page2
-
pass
javax.swing.JPasswordField pass
-
query
javax.swing.JTextArea query
-
table
JTableEx table
-
type
javax.swing.JComboBox type
-
url
javax.swing.JTextField url
-
user
javax.swing.JTextField user
-
-
-
Class fr.loria.cortex.ginnet.gui.data.ImportWizard extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
bg
javax.swing.ButtonGroup bg
-
btnCancel
javax.swing.JButton btnCancel
-
btnNext
javax.swing.JButton btnNext
-
btnPrev
javax.swing.JButton btnPrev
-
btnValid
javax.swing.JButton btnValid
-
cardLayout1
java.awt.CardLayout cardLayout1
-
cards
javax.swing.JPanel cards
-
commaDecimalRadioButton
javax.swing.JRadioButton commaDecimalRadioButton
Radio button telling if float use a comma to separate interger and decimal parts -
commaRadioButton
javax.swing.JRadioButton commaRadioButton
-
decimalFormatPanel
javax.swing.JPanel decimalFormatPanel
-
delimited
javax.swing.JRadioButton delimited
-
delimiterGroup
javax.swing.ButtonGroup delimiterGroup
-
file
java.lang.String file
name of the file to import -
fixedwidth
javax.swing.JRadioButton fixedwidth
-
hasHeaderCheckBox
javax.swing.JCheckBox hasHeaderCheckBox
-
headerLineSpinner
javax.swing.JSpinner headerLineSpinner
-
jPanel1
javax.swing.JPanel jPanel1
-
jPanel3
javax.swing.JPanel jPanel3
-
jPanel4
javax.swing.JPanel jPanel4
-
jPanel7
javax.swing.JPanel jPanel7
-
mode
int mode
Importation mode (1 == no mode, 2 == tokenized , 3 == fixed width) -
otherRadioButton
javax.swing.JRadioButton otherRadioButton
-
others
javax.swing.JTextField others
-
p
GINNet p
Main window -
page
int page
Page number -
page1
javax.swing.JPanel page1
-
page2
javax.swing.JPanel page2
-
page3
javax.swing.JPanel page3
-
preview
JTableRowEditor preview
-
semicolonRadioButton
javax.swing.JRadioButton semicolonRadioButton
-
separatorsPanel
javax.swing.JPanel separatorsPanel
-
spaceRadioButton
javax.swing.JRadioButton spaceRadioButton
-
startLineLabel
javax.swing.JLabel startLineLabel
-
startLineSpinner
javax.swing.JSpinner startLineSpinner
-
sx
int sx
Cursor coordinates -
sy
int sy
Cursor coordinates -
tabRadioButton
javax.swing.JRadioButton tabRadioButton
-
titledBorder1
javax.swing.border.TitledBorder titledBorder1
-
tokens
java.lang.String tokens
Tokens (for delimited files
-
-
-
-
Package fr.loria.cortex.ginnet.gui.dialogs
-
Class fr.loria.cortex.ginnet.gui.dialogs.AberrantDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
alpha
javax.swing.JRadioButton alpha
-
alphatxt
javax.swing.JTextField alphatxt
-
bg
javax.swing.ButtonGroup bg
-
btnCancel
javax.swing.JButton btnCancel
-
btnFind
javax.swing.JButton btnFind
-
index
int index
-
jLabel1
javax.swing.JLabel jLabel1
-
jLabel2
javax.swing.JLabel jLabel2
-
maxtxt
javax.swing.JTextField maxtxt
-
minmax
javax.swing.JRadioButton minmax
-
mintxt
javax.swing.JTextField mintxt
-
p
GINNet p
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.AddColumnDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
btnCancel
javax.swing.JButton btnCancel
-
btnOK
javax.swing.JButton btnOK
-
flowLayout1
java.awt.FlowLayout flowLayout1
-
gridLayout1
java.awt.GridLayout gridLayout1
-
jLabel1
javax.swing.JLabel jLabel1
-
jLabel2
javax.swing.JLabel jLabel2
-
jLabel3
javax.swing.JLabel jLabel3
-
jLabel4
javax.swing.JLabel jLabel4
-
jPanel1
javax.swing.JPanel jPanel1
-
jPanel2
javax.swing.JPanel jPanel2
-
p
GINNet p
-
pos
int pos
-
position
javax.swing.JComboBox position
-
title
javax.swing.JTextField title
-
type
javax.swing.JComboBox type
-
value
javax.swing.JTextField value
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.AutoOBDDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
borderLayout2
java.awt.BorderLayout borderLayout2
-
flowLayout1
java.awt.FlowLayout flowLayout1
-
jPanel1
javax.swing.JPanel jPanel1
-
jPanel4
javax.swing.JPanel jPanel4
-
jScrollPane1
javax.swing.JScrollPane jScrollPane1
-
ok
javax.swing.JButton ok
-
t
javax.swing.JTable t
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.BarChartDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
btnCancel
javax.swing.JButton btnCancel
-
btnOK
javax.swing.JButton btnOK
-
col
int col
-
gridLayout1
java.awt.GridLayout gridLayout1
-
jLabel1
javax.swing.JLabel jLabel1
-
jLabel2
javax.swing.JLabel jLabel2
-
jLabel3
javax.swing.JLabel jLabel3
-
jPanel1
javax.swing.JPanel jPanel1
-
jPanel2
javax.swing.JPanel jPanel2
-
max
javax.swing.JSpinner max
-
min
javax.swing.JSpinner min
-
p
GINNet p
-
step
javax.swing.JSpinner step
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.CorpusCommentDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
commentArea
javax.swing.JTextArea commentArea
TextArea where comment is edited -
corpus
AbstractFileCorpus corpus
Associated corpus -
fileName
java.lang.String fileName
Name of the file where to save corpus ornullto not save corpus
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.CrossValidDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
borderLayout2
java.awt.BorderLayout borderLayout2
-
btnCancel
javax.swing.JButton btnCancel
-
btnOK
javax.swing.JButton btnOK
-
gridLayout1
java.awt.GridLayout gridLayout1
-
jLabel1
javax.swing.JLabel jLabel1
-
jLabel2
javax.swing.JLabel jLabel2
-
jPanel1
javax.swing.JPanel jPanel1
-
jPanel2
javax.swing.JPanel jPanel2
-
jPanel3
javax.swing.JPanel jPanel3
-
jPanel4
javax.swing.JPanel jPanel4
-
jSpinner1
javax.swing.JSpinner jSpinner1
-
jSpinner2
javax.swing.JSpinner jSpinner2
-
ok
boolean ok
True if user clicked on "ok", false otherwise
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.EquiprobabilityDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
maxButton
javax.swing.JRadioButton maxButton
Maximum radio button -
minButton
javax.swing.JRadioButton minButton
Minimum radio button -
minMaxButtonGroup
javax.swing.ButtonGroup minMaxButtonGroup
Buttons group containing "minimum" and "maximum" radio buttons -
percentage
int percentage
Percentage of tolerance selected or -1 if no value has been selected -
percentageSpinner
javax.swing.JSpinner percentageSpinner
Spinner where to choose percentage of tolerance
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.ExportToCorpusDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
btnCancel
javax.swing.JButton btnCancel
-
btnOK
javax.swing.JButton btnOK
-
buttonsPanel
javax.swing.JPanel buttonsPanel
-
categorizationRadioButton
javax.swing.JRadioButton categorizationRadioButton
-
classificationRadioButton
javax.swing.JRadioButton classificationRadioButton
-
forecastRadioButton
javax.swing.JRadioButton forecastRadioButton
-
p
GINNet p
-
taskGroup
javax.swing.ButtonGroup taskGroup
-
taskLayout
java.awt.GridLayout taskLayout
-
taskPanel
javax.swing.JPanel taskPanel
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.FindDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
btnCancel
javax.swing.JButton btnCancel
-
btnFind
javax.swing.JButton btnFind
-
btnReplace
javax.swing.JButton btnReplace
-
cbIn
javax.swing.JComboBox cbIn
-
find
javax.swing.JTextField find
-
index
int index
-
jLabel1
javax.swing.JLabel jLabel1
-
jLabel2
javax.swing.JLabel jLabel2
-
jLabel3
javax.swing.JLabel jLabel3
-
p
GINNet p
-
replace
javax.swing.JTextField replace
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.HoKashyapDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
btnCancel
javax.swing.JButton btnCancel
-
btnOK
javax.swing.JButton btnOK
-
class1
javax.swing.JComboBox class1
-
class2
javax.swing.JComboBox class2
-
d
Data d
-
flowLayout1
java.awt.FlowLayout flowLayout1
-
gridLayout1
java.awt.GridLayout gridLayout1
-
jLabel1
javax.swing.JLabel jLabel1
-
jLabel3
javax.swing.JLabel jLabel3
-
jPanel1
javax.swing.JPanel jPanel1
-
jPanel2
javax.swing.JPanel jPanel2
-
labels
java.lang.String[] labels
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.JSpinnerDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
btnCancel
javax.swing.JButton btnCancel
-
btnOK
javax.swing.JButton btnOK
-
jLabel1
javax.swing.JLabel jLabel1
-
jPanel1
javax.swing.JPanel jPanel1
-
jPanel2
javax.swing.JPanel jPanel2
-
jTextField1
javax.swing.JSpinner jTextField1
-
ok
boolean ok
True if user chooses ok, false otherwise
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.LongTaskDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
active
boolean active
-
closed
boolean closed
-
lastMessage
java.lang.String lastMessage
-
lastProgress
int lastProgress
-
progressBar
javax.swing.JProgressBar progressBar
-
text
javax.swing.JTextArea text
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.NumerizePatternsDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
attributeButtons
javax.swing.JCheckBox[] attributeButtons
Array of attribute check boxes (Each symbolic attribute correspond to a check box) -
attributeToTransform
java.util.List attributeToTransform
-
patterns
Patterns patterns
Patterns to numerize
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.PCADialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
borderLayout2
java.awt.BorderLayout borderLayout2
-
cancel
javax.swing.JButton cancel
-
data
Data data
-
gridLayout1
java.awt.GridLayout gridLayout1
-
jLabel1
javax.swing.JLabel jLabel1
-
jPanel1
javax.swing.JPanel jPanel1
-
jPanel2
javax.swing.JPanel jPanel2
-
jPanel3
javax.swing.JPanel jPanel3
-
jPanel4
javax.swing.JPanel jPanel4
-
jSpinner1
javax.swing.JSpinner jSpinner1
-
ok
javax.swing.JButton ok
-
parent
GINNet parent
-
t
JTableEx t
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.RecodeCellDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
cancelButton
javax.swing.JButton cancelButton
-
columnIndex
int columnIndex
-
elseCheckBox
javax.swing.JCheckBox elseCheckBox
-
elseTextField
javax.swing.JTextField elseTextField
-
findLabel
javax.swing.JLabel findLabel
-
findTextField
javax.swing.JTextField findTextField
-
ginnet
GINNet ginnet
-
ifFoundLabel
javax.swing.JLabel ifFoundLabel
-
replaceButton
javax.swing.JButton replaceButton
-
replaceTextField
javax.swing.JTextField replaceTextField
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.RedundantDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
btnCancel
javax.swing.JButton btnCancel
-
btnNext
javax.swing.JButton btnNext
-
btnPrev
javax.swing.JButton btnPrev
-
i
int i
-
indexes
java.util.Vector indexes
-
jLabel1
javax.swing.JLabel jLabel1
-
jPanel1
javax.swing.JPanel jPanel1
-
jPanel2
javax.swing.JPanel jPanel2
-
keepone
javax.swing.JButton keepone
-
p
GINNet p
-
v
java.util.Vector v
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.StandardizeDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
attributeButtons
javax.swing.JCheckBox[] attributeButtons
Array of attribute check boxes (Each attribute correspond to a check box) -
patterns
Patterns patterns
Patterns to standardize
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.TargetDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
autocode
javax.swing.JButton autocode
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
borderLayout2
java.awt.BorderLayout borderLayout2
-
cancel
javax.swing.JButton cancel
-
gridLayout1
java.awt.GridLayout gridLayout1
-
jPanel1
javax.swing.JPanel jPanel1
-
jPanel2
javax.swing.JPanel jPanel2
-
jPanel3
javax.swing.JPanel jPanel3
-
jPanel4
javax.swing.JPanel jPanel4
-
jScrollPane1
javax.swing.JScrollPane jScrollPane1
-
ok
javax.swing.JButton ok
-
t
javax.swing.JTable t
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.WaitDialog extends javax.swing.JDialog implements Serializable
-
-
Package fr.loria.cortex.ginnet.gui.dialogs.featureselection
-
Class fr.loria.cortex.ginnet.gui.dialogs.featureselection.FilterDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
corpus
AbstractFileCorpus corpus
Corpus studied -
deleteButton
javax.swing.JButton deleteButton
Action button -
evaluationCriterionPanel
StrategyPanel evaluationCriterionPanel
Panel where to set evaluation criterion -
filter
AbstractFilter filter
Filter created -
filterClass
java.lang.Class filterClass
Class of filter to instanciate -
resultsPanel
javax.swing.JPanel resultsPanel
Panel where filter results are displayed -
selectedVariableBoxes
javax.swing.JCheckBox[] selectedVariableBoxes
Check boxes allowing selected variables selection for deletion -
selectedVariablePanel
javax.swing.JPanel selectedVariablePanel
Panel displaying selected variables -
stoppingCriterionPanel
StrategyPanel stoppingCriterionPanel
Panel where to set stopping criterion -
taskDisplayer
LongTaskDisplayer taskDisplayer
Long task displayer used if filter task takes too long -
variables
SelectedVariable[] variables
Array of SelectedVariables
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.featureselection.OBDDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
evaluationCriterionPanel
StrategyPanel evaluationCriterionPanel
Panel where to set evaluation criterion -
minErrorSpinner
javax.swing.JSpinner minErrorSpinner
Minimal error chooser -
noInitButton
javax.swing.JRadioButton noInitButton
Initialization radio buttons -
obdClass
java.lang.Class obdClass
Class of embedded method to instanciate -
perceptron
Perceptron perceptron
Network studied -
pruningMethod
AbstractOBD pruningMethod
OBD method created -
randomInitButton
javax.swing.JRadioButton randomInitButton
Initialization radio buttons -
runButton
javax.swing.JButton runButton
Buttons -
stoppingCriterionPanel
StrategyPanel stoppingCriterionPanel
Panel where to set stopping criterion -
undoAllButton
javax.swing.JButton undoAllButton
Buttons -
undoLastButton
javax.swing.JButton undoLastButton
Buttons
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.featureselection.WrapperDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
evaluationCriterionPanel
StrategyPanel evaluationCriterionPanel
Panel where to set evaluation criterion -
perceptron
Perceptron perceptron
Network studied -
pruningMethod
AbstractWrapper pruningMethod
OBD method created -
runButton
javax.swing.JButton runButton
Buttons -
stoppingCriterionPanel
StrategyPanel stoppingCriterionPanel
Panel where to set stopping criterion -
taskDisplayer
LongTaskDisplayer taskDisplayer
Long task displayer used if wrapper task takes too long -
wrapperClass
java.lang.Class wrapperClass
Class of embedded method to instanciate
-
-
-
-
Package fr.loria.cortex.ginnet.gui.dialogs.networkdialogs
-
Class fr.loria.cortex.ginnet.gui.dialogs.networkdialogs.AbstractNetworkCreationDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
cancelButton
javax.swing.JButton cancelButton
-
corpusType
java.lang.String corpusType
Type of corpus used to create network -
highLightColor
java.awt.Color highLightColor
-
okButton
javax.swing.JButton okButton
-
okCancelPanel
javax.swing.JPanel okCancelPanel
-
patterns
Patterns patterns
Patterns of the future created network -
shadowColor
java.awt.Color shadowColor
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.networkdialogs.GNGDialog extends AbstractNetworkCreationDialog implements Serializable
-
Serialized Fields
-
border1
javax.swing.border.Border border1
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
borderLayout2
java.awt.BorderLayout borderLayout2
-
borderLayout3
java.awt.BorderLayout borderLayout3
-
gridLayout2
java.awt.GridLayout gridLayout2
-
gridLayout3
java.awt.GridLayout gridLayout3
-
gridLayout4
java.awt.GridLayout gridLayout4
-
initialnode
javax.swing.JSpinner initialnode
-
inputh
int inputh
Width and height of the input layer -
inputw
int inputw
Width and height of the input layer -
jLabel1
javax.swing.JLabel jLabel1
-
jLabel2
javax.swing.JLabel jLabel2
-
jPanel10
javax.swing.JPanel jPanel10
-
labelInitialNodes
javax.swing.JLabel labelInitialNodes
-
labelinput
javax.swing.JLabel labelinput
-
labeloutput
javax.swing.JLabel labeloutput
-
nbinput
javax.swing.JSpinner nbinput
-
nboutput
javax.swing.JSpinner nboutput
-
outputh
int outputh
-
outputw
int outputw
-
panelArchi
javax.swing.JPanel panelArchi
-
panelinput
javax.swing.JPanel panelinput
-
paneloutput
javax.swing.JPanel paneloutput
-
sliderinput
javax.swing.JSlider sliderinput
-
slideroutput
javax.swing.JSlider slideroutput
-
titledBorder5
javax.swing.border.TitledBorder titledBorder5
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.networkdialogs.KMDialog extends AbstractNetworkCreationDialog implements Serializable
-
Serialized Fields
-
border1
javax.swing.border.Border border1
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
borderLayout2
java.awt.BorderLayout borderLayout2
-
borderLayout3
java.awt.BorderLayout borderLayout3
-
gridLayout2
java.awt.GridLayout gridLayout2
-
gridLayout3
java.awt.GridLayout gridLayout3
-
inputh
int inputh
Width and height of the input layer -
inputw
int inputw
Width and height of the input layer -
jLabel2
javax.swing.JLabel jLabel2
-
jPanel10
javax.swing.JPanel jPanel10
-
labelinput
javax.swing.JLabel labelinput
-
labeloutput
javax.swing.JLabel labeloutput
-
nbClassesLabel
javax.swing.JLabel nbClassesLabel
-
nbinput
javax.swing.JSpinner nbinput
-
nboutput
javax.swing.JSpinner nboutput
-
outputh
int outputh
-
outputw
int outputw
-
panelArchi
javax.swing.JPanel panelArchi
-
panelinput
javax.swing.JPanel panelinput
-
paneloutput
javax.swing.JPanel paneloutput
-
sliderinput
javax.swing.JSlider sliderinput
-
slideroutput
javax.swing.JSlider slideroutput
-
titledBorder5
javax.swing.border.TitledBorder titledBorder5
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.networkdialogs.KohonenDialog extends AbstractNetworkCreationDialog implements Serializable
-
Serialized Fields
-
dimensionPanel
DimensionPanel dimensionPanel
-
inputsLayoutPanel
LayoutPanel inputsLayoutPanel
-
mapPanel
javax.swing.JPanel mapPanel
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.networkdialogs.NGDialog extends AbstractNetworkCreationDialog implements Serializable
-
Serialized Fields
-
border1
javax.swing.border.Border border1
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
borderLayout3
java.awt.BorderLayout borderLayout3
-
gridLayout1
java.awt.GridLayout gridLayout1
-
gridLayout2
java.awt.GridLayout gridLayout2
-
gridLayout3
java.awt.GridLayout gridLayout3
-
gridLayout4
java.awt.GridLayout gridLayout4
-
inputh
int inputh
Width and height of the input layer -
inputw
int inputw
Width and height of the input layer -
jLabel1
javax.swing.JLabel jLabel1
-
jLabel2
javax.swing.JLabel jLabel2
-
jPanel10
javax.swing.JPanel jPanel10
-
labelinput
javax.swing.JLabel labelinput
-
labeloutput
javax.swing.JLabel labeloutput
-
lblLearning
javax.swing.JLabel lblLearning
-
lblUpdate
javax.swing.JLabel lblUpdate
-
nbinput
javax.swing.JSpinner nbinput
-
nboutput
javax.swing.JSpinner nboutput
-
outputh
int outputh
-
outputw
int outputw
-
panelArchi
javax.swing.JPanel panelArchi
-
panelinput
javax.swing.JPanel panelinput
-
paneloutput
javax.swing.JPanel paneloutput
-
sliderinput
javax.swing.JSlider sliderinput
-
slideroutput
javax.swing.JSlider slideroutput
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.networkdialogs.PerceptronDialog extends AbstractNetworkCreationDialog implements Serializable
-
Serialized Fields
-
bias
javax.swing.JCheckBox bias
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
borderLayout2
java.awt.BorderLayout borderLayout2
-
borderLayout3
java.awt.BorderLayout borderLayout3
-
btnAddLayer
javax.swing.JButton btnAddLayer
-
btnRemoveLayer
javax.swing.JButton btnRemoveLayer
-
ch
int ch
Width and height of the current layer -
cw
int cw
Width and height of the current layer -
function
javax.swing.JComboBox function
-
jLabel7
javax.swing.JLabel jLabel7
The parent window -
jPanel3
javax.swing.JPanel jPanel3
-
jPanel4
javax.swing.JPanel jPanel4
-
layoutLabel
javax.swing.JLabel layoutLabel
-
layouts
java.util.Vector layouts
-
layoutSlider
javax.swing.JSlider layoutSlider
-
nbunits
javax.swing.JSpinner nbunits
-
nbUnitsLabel
javax.swing.JLabel nbUnitsLabel
-
panelAddRemove
javax.swing.JPanel panelAddRemove
-
panelArch
javax.swing.JPanel panelArch
-
recap
javax.swing.JLabel recap
-
titledBorder1
javax.swing.border.TitledBorder titledBorder1
-
titledBorder2
javax.swing.border.TitledBorder titledBorder2
-
transfertFunctionLabel
javax.swing.JLabel transfertFunctionLabel
-
vectLayer
java.util.Vector vectLayer
-
vectNb
java.util.Vector vectNb
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.networkdialogs.TOMDialog extends KohonenDialog implements Serializable
-
-
Package fr.loria.cortex.ginnet.gui.dialogs.networkdialogs.subpanels
-
Class fr.loria.cortex.ginnet.gui.dialogs.networkdialogs.subpanels.DimensionPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
d1RadioButton
javax.swing.JRadioButton d1RadioButton
-
d1Topologies
java.lang.String[] d1Topologies
Arrays of topology names for each dimension -
d2RadioButton
javax.swing.JRadioButton d2RadioButton
-
d2Topologies
java.lang.String[] d2Topologies
Arrays of topology names for each dimension -
d3RadioButton
javax.swing.JRadioButton d3RadioButton
-
d3Topologies
java.lang.String[] d3Topologies
Arrays of topology names for each dimension -
dimensionButtonGroup
javax.swing.ButtonGroup dimensionButtonGroup
-
topologyComboBox
javax.swing.JComboBox topologyComboBox
-
xSpinner
javax.swing.JSpinner xSpinner
-
yLabel
javax.swing.JLabel yLabel
-
ySpinner
javax.swing.JSpinner ySpinner
-
zLabel
javax.swing.JLabel zLabel
-
zSpinner
javax.swing.JSpinner zSpinner
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.networkdialogs.subpanels.LayoutPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
height
int height
Width and height of the layer -
layoutLabel
javax.swing.JLabel layoutLabel
Label displaying layout infos (cols * rows values) -
layouts
java.util.Vector layouts
-
layoutSlider
javax.swing.JSlider layoutSlider
-
nbUnits
javax.swing.JSpinner nbUnits
-
width
int width
Width and height of the layer
-
-
-
-
Package fr.loria.cortex.ginnet.gui.dialogs.patterns
-
Class fr.loria.cortex.ginnet.gui.dialogs.patterns.PatternSeparationDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
buttonsPanel
javax.swing.JPanel buttonsPanel
Panel containing OK and Cancel buttons
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.patterns.TestPatternSeparationDialog extends PatternSeparationDialog implements Serializable
-
Serialized Fields
-
corpusSlider
javax.swing.JSlider corpusSlider
-
labelCorpus
javax.swing.JLabel labelCorpus
-
panelCorpus
javax.swing.JPanel panelCorpus
-
panelGlobal
javax.swing.JPanel panelGlobal
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.patterns.TestValidationPatternSeparationDialog extends PatternSeparationDialog implements Serializable
-
Serialized Fields
-
constrainst
java.awt.GridBagConstraints constrainst
Layout constraints -
decimalFormat
java.text.DecimalFormat decimalFormat
Object used to format numbers -
gridBag
java.awt.GridBagLayout gridBag
Layout of main panel -
learnLabel
javax.swing.JLabel learnLabel
Learn patterns proportion -
testSpinner
javax.swing.JSpinner testSpinner
Test proportion patterns spinner -
validationSpinner
javax.swing.JSpinner validationSpinner
Validation patterns proportion spinner
-
-
-
-
Package fr.loria.cortex.ginnet.gui.dialogs.preferences
-
Class fr.loria.cortex.ginnet.gui.dialogs.preferences.FolderPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
defaultPath
java.lang.String defaultPath
Default value of the path -
fileChooser
javax.swing.JFileChooser fileChooser
Directory chooser -
path
java.lang.String path
Value of the path -
pathField
javax.swing.JTextField pathField
TextFiled where path is displayed
-
-
-
Class fr.loria.cortex.ginnet.gui.dialogs.preferences.PreferencesDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
corpusPanel
FolderPanel corpusPanel
Prefered path panels -
dataPanel
FolderPanel dataPanel
Prefered path panels -
javaPanel
FolderPanel javaPanel
Prefered path panels -
networkPanel
FolderPanel networkPanel
Prefered path panels -
resultsPanel
FolderPanel resultsPanel
Prefered path panels -
treePanel
FolderPanel treePanel
Prefered path panels
-
-
-
-
Package fr.loria.cortex.ginnet.gui.graphs
-
Class fr.loria.cortex.ginnet.gui.graphs.ConnectionGraph extends java.lang.Object implements Serializable
-
Serialized Fields
-
a
NeuronUnitGraph a
-
b
NeuronUnitGraph b
-
bias
Bias bias
-
c
SupervisedConnection c
-
selected
boolean selected
True if the object is selected
-
-
-
Class fr.loria.cortex.ginnet.gui.graphs.DynamicLayerGraph extends LayerGraph implements Serializable
-
Serialized Fields
-
gng
GNG gng
Associated Growing neural gas -
oldnb
int oldnb
old number of connections
-
-
-
Class fr.loria.cortex.ginnet.gui.graphs.Graph extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
bufferGraphics
java.awt.Graphics bufferGraphics
Graphic contect of the Image -
bufferImage
java.awt.Image bufferImage
Image in which we draw the graph -
df
java.text.DecimalFormat df
Object used to format numbers -
max
float max
Max data -
min
float min
Min data -
nb
int nb
Number of data -
needresize
boolean needresize
True if component needs resizing -
sets
java.util.Vector sets
Data
-
-
-
Class fr.loria.cortex.ginnet.gui.graphs.HexaLayerGraph extends LayerGraph implements Serializable
-
Class fr.loria.cortex.ginnet.gui.graphs.HexaNeuronGraph extends NeuronNodeGraph implements Serializable
-
Class fr.loria.cortex.ginnet.gui.graphs.InputNeuronGraph extends NeuronGraph implements Serializable
-
Serialized Fields
-
label
java.lang.String label
-
n
AbstractCompetitiveNetwork n
-
-
-
Class fr.loria.cortex.ginnet.gui.graphs.LayerGraph extends java.lang.Object implements Serializable
-
Serialized Fields
-
h
int h
Coordinates of the layer on the screen -
max
float max
Minimum and maximum value of the neuron contained in this layer -
min
float min
Minimum and maximum value of the neuron contained in this layer -
ring
boolean ring
True if layer is a ring -
tr
AbstractTransferFunction tr
Associated transfert function -
vectNeurons
java.util.Vector vectNeurons
Vector of GraphNeuron objects associated to this layer -
w
int w
Coordinates of the layer on the screen -
x
int x
Coordinates of the layer on the screen -
y
int y
Coordinates of the layer on the screen
-
-
-
Class fr.loria.cortex.ginnet.gui.graphs.NeuronGraph extends java.lang.Object implements Serializable
-
Serialized Fields
-
func
java.lang.String func
Transfert function description -
i
int i
Coordinate in the layer -
index
int index
Index in the associated float array -
j
int j
Coordinate in the layer -
lay
LayerGraph lay
Associated GraphLayer object -
selected
boolean selected
True if GraphNeuron is selected -
value
float value
Associated float array, if any -
x
int x
Coordinate in the screen -
y
int y
Coordinate in the screen
-
-
-
Class fr.loria.cortex.ginnet.gui.graphs.NeuronNodeGraph extends NeuronGraph implements Serializable
-
Serialized Fields
-
node
Node node
Associated node -
winner
boolean winner
True if this GraphNeuronNode is the winner
-
-
-
Class fr.loria.cortex.ginnet.gui.graphs.NeuronUnitGraph extends NeuronGraph implements Serializable
-
Serialized Fields
-
active
boolean active
False if neuron is desactivated -
bias
boolean bias
Tells if this neuron is bias or not -
connections
java.util.Vector connections
Vector of GraphConnection objects -
label
java.lang.String label
Label associated with this neuron and displayed next to it -
max
float max
Minimum and maximum value of the neuron contained in this layer -
min
float min
Minimum and maximum value of the neuron contained in this layer -
n
NeuronUnit n
Associated perceptron unit -
selected2
boolean selected2
True if GraphNeuronUnit will show its connectinons -
winner
boolean winner
True if neuron is winner
-
-
-
Class fr.loria.cortex.ginnet.gui.graphs.PerceptronLayerGraph extends LayerGraph implements Serializable
-
Serialized Fields
-
bias
NeuronUnitGraph bias
Associated Bias, if any
-
-
-
Class fr.loria.cortex.ginnet.gui.graphs.TreeNodeGraph extends java.lang.Object implements Serializable
-
Serialized Fields
-
children
java.util.Vector children
Vector containing all the children of the node -
node
TreeNode node
Associated tree node object -
selected
boolean selected
True if node is selected -
x
double x
Position in the virtual grid -
y
double y
Position in the virtual grid
-
-
-
-
Package fr.loria.cortex.ginnet.gui.help
-
Class fr.loria.cortex.ginnet.gui.help.HelpFrame extends javax.swing.JFrame implements Serializable
-
-
Package fr.loria.cortex.ginnet.gui.jarexporting
-
Class fr.loria.cortex.ginnet.gui.jarexporting.ModelFromDynNetCommentDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
commentArea
javax.swing.JTextArea commentArea
TextArea where comment is edited
-
-
-
-
Package fr.loria.cortex.ginnet.gui.strategypanels
-
Class fr.loria.cortex.ginnet.gui.strategypanels.FieldPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
externalChangeListener
javax.swing.event.ChangeListener externalChangeListener
Listener to FieldPanel changes -
field
java.lang.reflect.Field field
Field associated with FieldPanel -
spinner
javax.swing.JSpinner spinner
JSpinner field value chooser associated with FieldPanel -
spinnerModel
javax.swing.SpinnerNumberModel spinnerModel
Model of spinner -
strategy
ConcreteStrategy strategy
Concrete strategy associated with FieldPanel
-
-
-
Class fr.loria.cortex.ginnet.gui.strategypanels.StrategyPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
configurationPanel
javax.swing.JPanel[] configurationPanel
-
externalChangeListener
javax.swing.event.ChangeListener externalChangeListener
-
fieldPanel
FieldPanel[][] fieldPanel
-
functions
ConcreteStrategy[] functions
-
functionsComboBox
javax.swing.JComboBox functionsComboBox
-
-
-
-
Package fr.loria.cortex.ginnet.gui.tablemodels
-
Class fr.loria.cortex.ginnet.gui.tablemodels.AbstractStatsTableModel extends javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
labels
java.lang.String[] labels
Rows and columns labels
-
-
-
Class fr.loria.cortex.ginnet.gui.tablemodels.AuxTableModel extends javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
cols
int cols
Number of columns -
colTitle
java.util.Vector colTitle
Columns titles -
corpus
AbstractFileCorpus corpus
Corpus to use -
editable
boolean editable
Boolean set attrueif cell are editable -
rows
int rows
Number of rows
-
-
-
Class fr.loria.cortex.ginnet.gui.tablemodels.ConfuseTableModel extends javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
cols
int cols
Number of columns -
colTitle
java.lang.String[] colTitle
Titles of the columns -
data
java.lang.String[] data
row header data -
datanb
int[][] datanb
Numbers in the cell -
rows
int rows
Number of rows
-
-
-
Class fr.loria.cortex.ginnet.gui.tablemodels.CorpusTableModel extends javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
cols
int cols
Number of columns -
colTitle
java.util.Vector colTitle
Column titles -
corpus
AbstractFileCorpus corpus
Associated corpus -
rows
int rows
Number of rows
-
-
-
Class fr.loria.cortex.ginnet.gui.tablemodels.CorrelationMatrixModel extends javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
cols
int cols
Number of columns -
data
double[][] data
The data -
labels
java.lang.String[] labels
Rows and columns headers -
rows
int rows
Number of rows
-
-
-
Class fr.loria.cortex.ginnet.gui.tablemodels.DataTableModel extends javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
cols
int cols
Number of columns -
data
Data data
The data -
mode
int mode
Highlight mode (RED_TEXT, RED_BACKGROUND or GREEN_BACKGROUND) -
rows
int rows
Number of rows -
v
java.util.Vector v
Highlighted items vector
-
-
-
Class fr.loria.cortex.ginnet.gui.tablemodels.EditTargetTableModel extends javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
c
ClassificationCorpus c
Associated corpus -
cols
int cols
Number of columns -
colTitle
java.lang.String[] colTitle
Title of the columns -
data
java.lang.Object[][] data
The data -
rows
int rows
Number of rows
-
-
-
-
Package fr.loria.cortex.ginnet.gui.tabs
-
Class fr.loria.cortex.ginnet.gui.tabs.AbstractCommandableTab extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
active
boolean active
-
commandPanel
AbstractCommandPanel commandPanel
-
mainPanel
javax.swing.JComponent mainPanel
-
splittedPanel
javax.swing.JSplitPane splittedPanel
-
-
-
Class fr.loria.cortex.ginnet.gui.tabs.AbstractMethodTab extends AbstractCommandableTab implements Serializable
-
Class fr.loria.cortex.ginnet.gui.tabs.CorpusTab extends AbstractCommandableTab implements Serializable
-
Serialized Fields
-
auxlast
int auxlast
-
auxPopupMenu
javax.swing.JPopupMenu auxPopupMenu
-
auxTable
javax.swing.JTable auxTable
Auxiliary table (for labels & target) -
auxTableScroll
javax.swing.JScrollPane auxTableScroll
Auxiliary table scroller (for labels & target) -
commentMenu
javax.swing.JMenuItem commentMenu
-
corpus
AbstractFileCorpus corpus
-
corpusMenu
javax.swing.JMenu corpusMenu
-
datalast
int datalast
-
dataMainPane
javax.swing.JSplitPane dataMainPane
The split panel which contains the two tables -
dataTable
JTableEx dataTable
Primary table (for attributes) -
deleteColumnMenuItem
javax.swing.JMenuItem deleteColumnMenuItem
Menu item to delete a variable in column popup menu -
deletePatternMenuItem
javax.swing.JMenuItem deletePatternMenuItem
Menu item to delete a pattern in "Patterns" menu -
deletePatternPopupMenuItem
javax.swing.JMenuItem deletePatternPopupMenuItem
Menu item to delete a pattern in row popup menu -
filterMenu
javax.swing.JMenu filterMenu
-
parent
GINNet parent
-
patternMenu
javax.swing.JMenu patternMenu
-
popcolumn
javax.swing.JPopupMenu popcolumn
-
renameColumnMenuItem
javax.swing.JMenuItem renameColumnMenuItem
Menu item to rename a variable in column popup menu -
rowPopupMenu
javax.swing.JPopupMenu rowPopupMenu
-
saveCorpusAsMenu
javax.swing.JMenuItem saveCorpusAsMenu
-
saveCorpusMenu
javax.swing.JMenuItem saveCorpusMenu
-
separationMenuItem
javax.swing.JMenuItem separationMenuItem
Menu item to separate patterns into types -
sx
int sx
-
sy
int sy
-
testNowMenuItem
javax.swing.JMenuItem testNowMenuItem
The "Test now" menu item -
variableMenu
javax.swing.JMenu variableMenu
Menu to edit variables
-
-
-
Class fr.loria.cortex.ginnet.gui.tabs.DataTab extends AbstractCommandableTab implements Serializable
-
Class fr.loria.cortex.ginnet.gui.tabs.MetaLearnerTab extends AbstractMethodTab implements Serializable
-
Serialized Fields
-
createMetaLearnerMenu
javax.swing.JMenuItem createMetaLearnerMenu
"Create" menu -
mainPanel
javax.swing.JPanel mainPanel
-
metaLearner
AbstractMetaSupervisedLearner metaLearner
Meta-learner currently used -
metaLearnerMenu
javax.swing.JMenu metaLearnerMenu
"Meta-learner" menu -
visitor
MetaLearnerGUIVisitor visitor
The graphical visitor used to draw a representation of the meta learner and its sub-learners.
-
-
-
Class fr.loria.cortex.ginnet.gui.tabs.NetworkTab extends AbstractMethodTab implements Serializable
-
Serialized Fields
-
createNetworkMenu
javax.swing.JMenu createNetworkMenu
Network creation menu -
dialog
NumerizePatternsDialog dialog
Dialog showed if user wants to create a network from non full numerical patterns -
embeddedMenu
javax.swing.JMenu embeddedMenu
Embedded variable selection menu -
layout
int[][] layout
Array used to store the layouts of multi layer perceptron -
loadNetworkMenuItem
javax.swing.JMenuItem loadNetworkMenuItem
Network loading menu -
mCrossValidation
javax.swing.JMenuItem mCrossValidation
The menu items (only the ones that can be disabled or hidden -
mNetSave
javax.swing.JMenuItem mNetSave
The menu items (only the ones that can be disabled or hidden -
mNetSaveAs
javax.swing.JMenuItem mNetSaveAs
The menu items (only the ones that can be disabled or hidden -
mSaveAsJar
javax.swing.JMenuItem mSaveAsJar
The menu items (only the ones that can be disabled or hidden -
netFile
java.lang.String netFile
Filename of the network -
network
AbstractNeuralNetwork network
Neural network currently loaded -
networkMenu
javax.swing.JMenu networkMenu
Network menu -
networkView
AbstractNetworkView networkView
JPanel displaying the network -
patterns
Patterns patterns
Patterns of network currently loaded
Patterns are saved into a class variable cause they can be different from corpus (in case of numerization) -
pruningDialog
javax.swing.JDialog pruningDialog
-
sizes
int[] sizes
Array used to store the layouts of unsupervised networks -
wrapperMenu
javax.swing.JMenu wrapperMenu
Wrapper variable selection menu
-
-
-
Class fr.loria.cortex.ginnet.gui.tabs.ResultsTab extends javax.swing.JEditorPane implements Serializable
-
Serialized Fields
-
method
ResultableMethod method
Data-mining method currently used -
results
java.util.List results
A list of all pervious results
-
-
-
Class fr.loria.cortex.ginnet.gui.tabs.StatsTab extends javax.swing.JPanel implements Serializable
-
Class fr.loria.cortex.ginnet.gui.tabs.TreeTab extends AbstractMethodTab implements Serializable
-
Serialized Fields
-
saveAsJarMenu
javax.swing.JMenuItem saveAsJarMenu
-
saveAsTreeMenu
javax.swing.JMenuItem saveAsTreeMenu
-
saveTreeMenu
javax.swing.JMenuItem saveTreeMenu
-
tree
AbstractDecisionTree tree
The decision tree actually used -
treeFile
java.lang.String treeFile
Filename of the tree -
treeMenu
javax.swing.JMenu treeMenu
Tree menu -
treePanel
TreeView treePanel
-
-
-
Class fr.loria.cortex.ginnet.gui.tabs.TreeView extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
dx
double dx
-
dy
double dy
-
height
double height
-
isC45
boolean isC45
-
mx
double mx
-
my
double my
-
no
TreeNodeGraph no
-
selection
TreeNodeGraph selection
-
width
double width
-
winner
TreeNode winner
-
-
-
-
Package fr.loria.cortex.ginnet.gui.tabs.network
-
Class fr.loria.cortex.ginnet.gui.tabs.network.AbstractNetworkView extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
hasBias
boolean hasBias
Boolean telling if bias should be displayed or not -
isPerceptron
boolean isPerceptron
Boolean telling if network to display is a Perceptron or not -
paintActive
javax.swing.JButton paintActive
-
refresh
boolean refresh
-
selection
Selectable selection
-
selection2
NeuronUnitGraph selection2
-
showConnections
boolean showConnections
True if every connection must be showed -
showLegend
boolean showLegend
Display a legend or not -
vectLayer
java.util.Vector vectLayer
Vector of GraphLayer -
visitor
VisitorGUI visitor
The graphical visitor used to draw a 2D representation of input space -
zoomInButton
javax.swing.JButton zoomInButton
-
zoomOutButton
javax.swing.JButton zoomOutButton
-
-
-
Class fr.loria.cortex.ginnet.gui.tabs.network.GNGView extends AbstractNetworkView implements Serializable
-
Serialized Fields
-
variableNames
java.lang.String[] variableNames
Names of the input variables
-
-
-
Class fr.loria.cortex.ginnet.gui.tabs.network.KMeansView extends AbstractNetworkView implements Serializable
-
Serialized Fields
-
variableNames
java.lang.String[] variableNames
Names of the input variables
-
-
-
Class fr.loria.cortex.ginnet.gui.tabs.network.KohonenView extends AbstractNetworkView implements Serializable
-
Serialized Fields
-
variableNames
java.lang.String[] variableNames
Names of the input variables
-
-
-
Class fr.loria.cortex.ginnet.gui.tabs.network.NeuralGasView extends AbstractNetworkView implements Serializable
-
Serialized Fields
-
variableNames
java.lang.String[] variableNames
Names of the input variables
-
-
-
Class fr.loria.cortex.ginnet.gui.tabs.network.PerceptronView extends AbstractNetworkView implements Serializable
-
Serialized Fields
-
layer
int[][] layer
Network topology -
patterns
Patterns patterns
Patterns of network currently loaded
Patterns are saved into a class variable cause they can be different from corpus (in case of numerization)
-
-
-
-
Package fr.loria.cortex.ginnet.gui.tabs.stats
-
Class fr.loria.cortex.ginnet.gui.tabs.stats.NumericalStatsTableModel extends AbstractStatsTableModel implements Serializable
-
Serialized Fields
-
f
float[][] f
Stats matrix
-
-
-
Class fr.loria.cortex.ginnet.gui.tabs.stats.SymbolicalStatsTableModel extends AbstractStatsTableModel implements Serializable
-
Serialized Fields
-
f
java.lang.Object[][] f
Stats matrix
-
-
-
-
Package fr.loria.cortex.ginnet.gui.visitor
-
Class fr.loria.cortex.ginnet.gui.visitor.VisitorGUI extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
alreadyPositionned
boolean alreadyPositionned
Used to know if Percptron has already been positionned or not -
backgroundGraphics
java.awt.Graphics backgroundGraphics
Background Graphics object -
backgroundImage
java.awt.image.BufferedImage backgroundImage
Background image -
BORDER
int BORDER
Size of the border of the drawing square -
creation
boolean creation
Flag set attrueif correlation matrix has not yet been computing.
This boolean is used to know if computation will be long or not -
eigenVector2D
double[][] eigenVector2D
-
graphics
java.awt.Graphics graphics
Graphics object -
nb
int nb
Size (length and width) of the drawing square -
offscreenGraphics
java.awt.Graphics offscreenGraphics
Offscreen Graphics object -
offscreenImage
java.awt.image.BufferedImage offscreenImage
Buffered image -
pca
PCA pca
PCA object -
refresh
boolean refresh
Boolean telling if model should be displayed or hide -
screensElements
java.util.ArrayList screensElements
-
taskManager
LongTaskDisplayer taskManager
Long task management object -
xmax
double xmax
-
xmin
double xmin
-
ymax
double ymax
-
ymin
double ymin
-
-
-
-
Package fr.loria.cortex.ginnet.gui.visitor.metalearning
-
Class fr.loria.cortex.ginnet.gui.visitor.metalearning.MetaLearnerGUIVisitor extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
borderPanel
javax.swing.JPanel borderPanel
-
choicePanel
StrategyPanel choicePanel
Meta learner choice panel -
combinerPanel
CombinerPanel combinerPanel
-
mainPanel
javax.swing.JPanel mainPanel
-
metaLearner
AbstractMetaSupervisedLearner metaLearner
-
resultPanel
MetaLearnerResultPanel resultPanel
-
samplerPanel
SamplerPanel samplerPanel
-
state
short state
-
subLearnersPanel
javax.swing.JPanel subLearnersPanel
-
-
-
Class fr.loria.cortex.ginnet.gui.visitor.metalearning.MetaLearnerSubComponent extends javax.swing.JPanel implements Serializable
-
Class fr.loria.cortex.ginnet.gui.visitor.metalearning.MetaLearnerSubPanel extends javax.swing.JPanel implements Serializable
-
-
Package fr.loria.cortex.ginnet.gui.visitor.metalearning.combining
-
Class fr.loria.cortex.ginnet.gui.visitor.metalearning.combining.CombinerPanel extends MetaLearnerSubComponent implements Serializable
-
Serialized Fields
-
alreadyDisplayed
boolean[] alreadyDisplayed
-
nb
int nb
-
subLearners
SubCombinerPanel[] subLearners
-
-
-
Class fr.loria.cortex.ginnet.gui.visitor.metalearning.combining.SubCombinerPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
markFormat
java.text.DecimalFormat markFormat
-
markLabel
javax.swing.JLabel markLabel
-
subLearner
SingleSupervisedLearner subLearner
-
-
-
-
Package fr.loria.cortex.ginnet.gui.visitor.metalearning.resulting
-
Class fr.loria.cortex.ginnet.gui.visitor.metalearning.resulting.MetaLearnerResultPanel extends MetaLearnerSubComponent implements Serializable
-
Serialized Fields
-
learnError
javax.swing.JLabel learnError
-
metaLearner
AbstractMetaSupervisedLearner metaLearner
-
patternBorder
javax.swing.border.TitledBorder patternBorder
-
resultLabel
javax.swing.JLabel resultLabel
-
statusLabel
javax.swing.JLabel statusLabel
-
testError
javax.swing.JLabel testError
-
validationError
javax.swing.JLabel validationError
-
votesPanel
javax.swing.JPanel votesPanel
-
-
-
-
Package fr.loria.cortex.ginnet.gui.visitor.metalearning.sampling
-
Class fr.loria.cortex.ginnet.gui.visitor.metalearning.sampling.SamplerPanel extends MetaLearnerSubComponent implements Serializable
-
Serialized Fields
-
alreadyDisplayed
boolean[] alreadyDisplayed
-
labels
java.lang.String[] labels
-
labelsPanel
javax.swing.JPanel labelsPanel
-
legend
javax.swing.JPanel legend
-
nb
int nb
-
nbOutputs
int nbOutputs
-
subLearners
SubLearnerPanel[] subLearners
-
-
-
Class fr.loria.cortex.ginnet.gui.visitor.metalearning.sampling.SubLearnerPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
answer
javax.swing.JLabel answer
-
backGround
javax.swing.JPanel backGround
-
labels
java.lang.String[] labels
-
learnError
javax.swing.JLabel learnError
-
name
javax.swing.JLabel name
-
nb
int nb
-
patternLabels
javax.swing.JLabel[] patternLabels
-
patternsPanel
javax.swing.JPanel patternsPanel
-
subLearner
SingleSupervisedLearner subLearner
-
testError
javax.swing.JLabel testError
-
-
-