org.encog.nlp.memory
Class ConceptHolder
java.lang.Object
org.encog.nlp.memory.ConceptHolder
public class ConceptHolder
- 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
|
Constructor Summary |
ConceptHolder()
Creates a new instance of LongConceptHolder |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConceptHolder
public ConceptHolder()
- Creates a new instance of LongConceptHolder
create
public VarConcept create()
create
public VarConcept create(java.lang.String contents)
find
public Concept find(long serialNumber)
throws ConceptNotFoundError
- Throws:
ConceptNotFoundError
getConcepts
public java.util.List<VarConcept> getConcepts()
load
public void load(VarConcept input)