[This is preliminary documentation and is subject to change.]

This interface specifies that an object is trainable

Namespace: Clarion.Framework.Templates
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public interface ITrainable

Remarks

For an object to be trainable it must specify both a desired output as well as be able to handle learning using that desired output
Note
The Learn()()()() method should NOT be called until the DesiredOutput property has been set

Copyright 2011. Nicholas Wilson

See Also