Method function ILNeuralNetwork.TILNeuralNetworkTrain.Train(ISLRealBufferArray;ISLRealBufferArray) : Integer

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
Line 10: Line 10:
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''function''' Train( ATraingFeatures : ISLRealBufferArray, AResposes : ISLRealBufferArray ) : Integer;
+
'''function''' Train( ATraingFeatures : [[Interface SLSimpleDataBuffer.ISLRealBufferArray|ISLRealBufferArray]], AResposes : [[Interface SLSimpleDataBuffer.ISLRealBufferArray|ISLRealBufferArray]] ) : Integer;
 
</code>
 
</code>
  
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
int '''__fastcall''' Train( ISLRealBufferArray ATraingFeatures, ISLRealBufferArray AResposes );
+
int '''__fastcall''' Train( [[Interface SLSimpleDataBuffer.ISLRealBufferArray|ISLRealBufferArray]] ATraingFeatures, [[Interface SLSimpleDataBuffer.ISLRealBufferArray|ISLRealBufferArray]] AResposes );
 
</code>
 
</code>
  

Latest revision as of 17:20, 18 October 2012

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.

Class: TILNeuralNetworkTrain

Contents

Syntax

Delphi:

function Train( ATraingFeatures : ISLRealBufferArray, AResposes : ISLRealBufferArray ) : Integer;

C++ Builder:

int __fastcall Train( ISLRealBufferArray ATraingFeatures, ISLRealBufferArray AResposes );

Visual C++ (MFC):

int Train( TSLCRealMatrixBuffer ATraingFeatures, TSLCRealMatrixBuffer AResposes );

Summary

Trains the connected neural network.

Description

Call this method to train the connected neural network.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox