org.encog.nlp.memory
Class LongTermMemory
java.lang.Object
org.encog.nlp.memory.LongTermMemory
public class LongTermMemory
- extends java.lang.Object
Note: This class is part of the Encog Natural Language Processing(NLP)
package. This package is still under heavy construction, and will not
be considered stable until Encog 3.0.
- Author:
- jheaton
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LongTermMemory
public LongTermMemory()
getRelations
public RelationHolder getRelations()
getConcepts
public ConceptHolder getConcepts()
save
public void save(java.io.OutputStream os)
save
public void save(java.lang.String path)
load
public void load(java.io.InputStream is)
load
public void load(java.lang.String path)
addRelation
public void addRelation(Concept source,
Concept type,
Concept target)
addRelation
public void addRelation(java.lang.String source,
Concept type,
Concept target)
addRelation
public void addRelation(RelationHolder holder)