org.neuroph.easyneurons
Class EasyNeuronsProject

java.lang.Object
  extended by org.neuroph.easyneurons.EasyNeuronsProject

public class EasyNeuronsProject
extends java.lang.Object

Mozda dodati EasyNeuronsProjectTree i EasyNeuronsProjectItem


Constructor Summary
EasyNeuronsProject()
           
 
Method Summary
 void addNeuralNetwork(org.neuroph.core.NeuralNetwork nnet)
           
 void addTestSet()
           
 void addTrainingSet(org.neuroph.core.learning.TrainingSet trainingSet)
           
 java.util.Vector<org.neuroph.core.NeuralNetwork> getNeuralNetworks()
           
 java.util.Vector getTestSets()
           
 java.util.Vector<org.neuroph.core.learning.TrainingSet> getTrainingSets()
           
 javax.swing.tree.TreeModel getTreeModel()
           
 void removeNeuralNetwork(org.neuroph.core.NeuralNetwork nnet)
           
 void removeTestSet()
           
 void removeTrainingSet(org.neuroph.core.learning.TrainingSet trainingSet)
           
 void setNeuralNetworks(java.util.Vector<org.neuroph.core.NeuralNetwork> neuralNetworks)
           
 void setTestSets(java.util.Vector testSets)
           
 void setTrainingSets(java.util.Vector<org.neuroph.core.learning.TrainingSet> trainingSets)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EasyNeuronsProject

public EasyNeuronsProject()
Method Detail

getNeuralNetworks

public java.util.Vector<org.neuroph.core.NeuralNetwork> getNeuralNetworks()

setNeuralNetworks

public void setNeuralNetworks(java.util.Vector<org.neuroph.core.NeuralNetwork> neuralNetworks)

getTestSets

public java.util.Vector getTestSets()

setTestSets

public void setTestSets(java.util.Vector testSets)

getTrainingSets

public java.util.Vector<org.neuroph.core.learning.TrainingSet> getTrainingSets()

setTrainingSets

public void setTrainingSets(java.util.Vector<org.neuroph.core.learning.TrainingSet> trainingSets)

addNeuralNetwork

public void addNeuralNetwork(org.neuroph.core.NeuralNetwork nnet)

addTrainingSet

public void addTrainingSet(org.neuroph.core.learning.TrainingSet trainingSet)

addTestSet

public void addTestSet()

removeNeuralNetwork

public void removeNeuralNetwork(org.neuroph.core.NeuralNetwork nnet)

removeTrainingSet

public void removeTrainingSet(org.neuroph.core.learning.TrainingSet trainingSet)

removeTestSet

public void removeTestSet()

getTreeModel

public javax.swing.tree.TreeModel getTreeModel()