Encog 1.1 for DotNet
Init Method (spider)
NamespacesEncog.Bot.SpiderISpiderReportableInit(Spider)
Called when the spider is starting up. This method provides the SpiderReportable class with the spider object.
Declaration Syntax
C#Visual BasicVisual C++
void Init(
	Spider spider
)
Sub Init ( _
	spider As Spider _
)
void Init(
	Spider^ spider
)
Parameters
spider (Spider)
The spider that will be working with this object.

Assembly: Encog (Module: Encog) Version: 1.1.0.0 (1.1.0)