PARTONS/NumA++  
Numerical Analysis C++ routines
Public Types | Public Member Functions | Private Attributes | List of all members
NumA::NeuralNetworkCellPropertyType Class Reference

Public Types

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
}
 

Public Member Functions

 NeuralNetworkCellPropertyType ()
 
 NeuralNetworkCellPropertyType (NeuralNetworkCellPropertyType::Type type)
 
 NeuralNetworkCellPropertyType (const NeuralNetworkCellPropertyType &other)
 
virtual ~NeuralNetworkCellPropertyType ()
 
NeuralNetworkCellPropertyTypeclone () const
 
std::string toString () const
 

Private Attributes

NeuralNetworkCellPropertyType::Type m_type
 

Member Enumeration Documentation

◆ Type

Enumerator
UNDEFINED 
OnlyOneInputNeuron 
ManyInputNeurons 
NoInputNeurons 
OnlyOneOutputNeuron 
ManyOutputNeurons 
NoOutputNeurons 
RequairesFixedInputNeuronWeights 
DoNotRequairesFixedInputNeuronWeights 
RequairesFixedOutputNeuronWeights 
DoNotRequairesFixedOutputNeuronWeights 
RequiresTraining 
DoNotRequiresTraining 

Constructor & Destructor Documentation

◆ NeuralNetworkCellPropertyType() [1/3]

NumA::NeuralNetworkCellPropertyType::NeuralNetworkCellPropertyType ( )

◆ NeuralNetworkCellPropertyType() [2/3]

NumA::NeuralNetworkCellPropertyType::NeuralNetworkCellPropertyType ( NeuralNetworkCellPropertyType::Type  type)

◆ NeuralNetworkCellPropertyType() [3/3]

NumA::NeuralNetworkCellPropertyType::NeuralNetworkCellPropertyType ( const NeuralNetworkCellPropertyType other)

◆ ~NeuralNetworkCellPropertyType()

NumA::NeuralNetworkCellPropertyType::~NeuralNetworkCellPropertyType ( )
virtual

Member Function Documentation

◆ clone()

NeuralNetworkCellPropertyType * NumA::NeuralNetworkCellPropertyType::clone ( ) const

◆ toString()

std::string NumA::NeuralNetworkCellPropertyType::toString ( ) const

Member Data Documentation

◆ m_type

NeuralNetworkCellPropertyType::Type NumA::NeuralNetworkCellPropertyType::m_type
private

The documentation for this class was generated from the following files: