Class ILNeuralNetwork.TILHiddenNeuronLayers

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(6 intermediate revisions by one user not shown)
Line 9: Line 9:
 
'''Unit:''' [[Unit ILNeuralNetwork|ILNeuralNetwork]]
 
'''Unit:''' [[Unit ILNeuralNetwork|ILNeuralNetwork]]
  
'''Inherits:''' [[Class LPComponent.TLPCollection|TLPCollection]]
+
'''Inherits:''' [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]]
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TILHiddenNeuronLayers = '''class'''( [[Class LPComponent.TLPCollection|TLPCollection]] )
+
'''type''' TILHiddenNeuronLayers = '''class'''( [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection, TILNeuralNetwork, TILHiddenNeuronLayer]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TILHiddenNeuronLayers : '''public''' [[Class LPComponent.TLPCollection|TLPCollection]]
+
'''class''' TILHiddenNeuronLayers : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]]
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTILHiddenNeuronLayers : '''public''' [[Class LPComponent.TLPCollection|CTLPCollection]]
+
'''class''' CTILHiddenNeuronLayers : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|CTLPTypedOwnerComponentCollection]]
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TILHiddenNeuronLayers : [[Class LPComponent.TLPCollection|Vcl.VclCollectionProperty]]
+
'''public ref class''' HiddenNeuronLayers : [[Class LPComponent.TLPTypedOwnerComponentCollection|Vcl.VclCollectionProperty]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 33: Line 33:
 
== Description ==
 
== Description ==
 
Defines collection for network hidden neuron layers.
 
Defines collection for network hidden neuron layers.
 +
 +
== From [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]] ==
  
 
== Properties ==
 
== Properties ==
  
 
=== Public ===
 
=== Public ===
*[[Property ILNeuralNetwork.TILHiddenNeuronLayers.Items|Items]] - Allows access to individual layer from the collection.
+
*[[Property LPComponent.TLPTypedOwnerComponentCollection.OwnerComponent|OwnerComponent]]
  
 
[[Category:Classes]]
 
[[Category:Classes]]

Latest revision as of 00:32, 26 June 2013

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Package: IntelligenceLabPkg

Unit: ILNeuralNetwork

Inherits: TLPTypedOwnerComponentCollection

Contents

Syntax

Delphi:

type TILHiddenNeuronLayers = class( TLPTypedOwnerComponentCollection, TILNeuralNetwork, TILHiddenNeuronLayer )

C++ Builder:

class TILHiddenNeuronLayers : public TLPTypedOwnerComponentCollection

Visual C++ (MFC):

class CTILHiddenNeuronLayers : public CTLPTypedOwnerComponentCollection

C# (.NET):

public ref class HiddenNeuronLayers : Vcl.VclCollectionProperty

Summary

Neural network hidden neuron layers collection.

Description

Defines collection for network hidden neuron layers.

From TLPTypedOwnerComponentCollection

Properties

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox