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

This interface specifies that an object can be used as an "auto encoder"

Namespace: Clarion.Framework.Templates
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public interface IAutoEncoder : ITrainable

Remarks

For an object to be considered an "auto encoder" it must implement all of the methods in the ITrainable interface as well as specify the Nodes property.

Copyright 2011. Nicholas Wilson

See Also