|
enum | Type {
UNDEFINED = 0
, OnlyOneInputNeuron = 1
, ManyInputNeurons = 2
, NoInputNeurons = 3
,
OnlyOneOutputNeuron = 4
, ManyOutputNeurons = 5
, NoOutputNeurons = 6
, RequairesFixedInputNeuronWeights = 7
,
DoNotRequairesFixedInputNeuronWeights = 8
, RequairesFixedOutputNeuronWeights = 9
, DoNotRequairesFixedOutputNeuronWeights = 10
, RequiresTraining = 11
,
DoNotRequiresTraining = 12
} |
|
◆ Type
Enumerator |
---|
UNDEFINED | |
OnlyOneInputNeuron | |
ManyInputNeurons | |
NoInputNeurons | |
OnlyOneOutputNeuron | |
ManyOutputNeurons | |
NoOutputNeurons | |
RequairesFixedInputNeuronWeights | |
DoNotRequairesFixedInputNeuronWeights | |
RequairesFixedOutputNeuronWeights | |
DoNotRequairesFixedOutputNeuronWeights | |
RequiresTraining | |
DoNotRequiresTraining | |
◆ NeuralNetworkCellPropertyType() [1/3]
NumA::NeuralNetworkCellPropertyType::NeuralNetworkCellPropertyType |
( |
| ) |
|
◆ NeuralNetworkCellPropertyType() [2/3]
◆ NeuralNetworkCellPropertyType() [3/3]
◆ ~NeuralNetworkCellPropertyType()
NumA::NeuralNetworkCellPropertyType::~NeuralNetworkCellPropertyType |
( |
| ) |
|
|
virtual |
◆ clone()
◆ toString()
std::string NumA::NeuralNetworkCellPropertyType::toString |
( |
| ) |
const |
◆ m_type
The documentation for this class was generated from the following files: