C# Class Encog.Neural.Networks.Structure.AnalyzeNetwork

Mostrar archivo Open project: encog/encog-silverlight-core

Public Methods

Method Description
AnalyzeNetwork ( BasicNetwork network ) : System

Construct a network analyze class. Analyze the specified network.

ToString ( ) : String

Method Details

AnalyzeNetwork() public method

Construct a network analyze class. Analyze the specified network.
public AnalyzeNetwork ( BasicNetwork network ) : System
network Encog.Neural.Networks.BasicNetwork The network to analyze.
return System

ToString() public final method

public final ToString ( ) : String
return String