C# 클래스 Encog.Persist.EncogMemoryCollection

A memory based collection of Encog objects. Does not use the more complex temp file structure like EncogPersistedCollection, but also can't handle gigantic files. This class can load and save from/to Encog EG files. This class can be very useful in the Silverlight version of Encog, which does not support the EncogPersistedCollection class.
상속: IEncogCollection
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 프로퍼티들

프로퍼티 타입 설명
Contents IEncogPersistedObject>.IDictionary

공개 메소드들

메소드 설명
Add ( string name, IEncogPersistedObject obj ) : void
BuildDirectory ( ) : void
Clear ( ) : void
Delete ( DirectoryEntry o ) : void
Delete ( string key ) : void
Exists ( string key ) : bool
Find ( DirectoryEntry entry ) : IEncogPersistedObject
Find ( string key ) : IEncogPersistedObject
Load ( IPersistenceLocation location ) : void

Load the contents of a location.

Save ( IPersistenceLocation location ) : void

Save the contents of this collection to a location.

UpdateProperties ( string name, string newName, string desc ) : void

메소드 상세

Add() 공개 메소드

public Add ( string name, IEncogPersistedObject obj ) : void
name string
obj IEncogPersistedObject
리턴 void

BuildDirectory() 공개 메소드

public BuildDirectory ( ) : void
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( DirectoryEntry o ) : void
o DirectoryEntry
리턴 void

Delete() 공개 메소드

public Delete ( string key ) : void
key string
리턴 void

Exists() 공개 메소드

public Exists ( string key ) : bool
key string
리턴 bool

Find() 공개 메소드

public Find ( DirectoryEntry entry ) : IEncogPersistedObject
entry DirectoryEntry
리턴 IEncogPersistedObject

Find() 공개 메소드

public Find ( string key ) : IEncogPersistedObject
key string
리턴 IEncogPersistedObject

Load() 공개 메소드

Load the contents of a location.
public Load ( IPersistenceLocation location ) : void
location IPersistenceLocation The location to load from.
리턴 void

Save() 공개 메소드

Save the contents of this collection to a location.
public Save ( IPersistenceLocation location ) : void
location IPersistenceLocation The location to save to.
리턴 void

UpdateProperties() 공개 메소드

public UpdateProperties ( string name, string newName, string desc ) : void
name string
newName string
desc string
리턴 void

프로퍼티 상세

Contents 공개적으로 프로퍼티

The contents of this collection.
public IDictionary Contents
리턴 IEncogPersistedObject>.IDictionary