neuralnetiterator.cpp
82 void NeuralNetIterator::setGraphicProperties( QString /*label*/, double /*minValue*/, double /*maxValue*/, QColor /*color*/ ) {
84 Logger::warning("NeuralNetIterator - it is not possible to set graphics properties for NeuralNet");
89 throw EvonetIteratorInvalidStatusException( funcName.toLatin1().data(), "no NeuralNet object has ben set");
92 throw EvonetIteratorInvalidStatusException( funcName.toLatin1().data(), "you should call setCurrentBlock first");
95 throw EvonetIteratorInvalidStatusException( funcName.toLatin1().data(), "attempt to access beyond the size of the current block");
void setGraphicProperties(QString label, double minValue, double maxValue, QColor color)
Set the graphic properties for the current neuron (in case it will be visualized on a GUI) ...
Definition: neuralnetiterator.cpp:82
static void error(QString msg)
void setNeuralNet(farsa::NeuralNet *neuralnet)
Set the NeuralNet on which iterate.
Definition: neuralnetiterator.cpp:38
void setInput(double value)
Set the input of the current neuron.
Definition: neuralnetiterator.cpp:65
The exception thrown when EvonetIterator is not in a valid status.
Definition: neuroninterfaces.h:418
bool setCurrentBlock(QString blockName)
Set the current blocks (Cluster) of neurons to iterate.
Definition: neuralnetiterator.cpp:44
static void warning(QString msg)