org.neuroph.easyneurons
Class EasyNeuronsProject
java.lang.Object
org.neuroph.easyneurons.EasyNeuronsProject
public class EasyNeuronsProject
- extends java.lang.Object
Mozda dodati EasyNeuronsProjectTree i EasyNeuronsProjectItem
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EasyNeuronsProject
public EasyNeuronsProject()
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()