org.encog.nlp.memory
Class Concept
java.lang.Object
org.encog.nlp.memory.Concept
- Direct Known Subclasses:
- ConstConcept, VarConcept
public class Concept
- 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 |
Concept()
Creates a new instance of Concept |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Concept
public Concept()
- Creates a new instance of Concept
getSerialNumber
public long getSerialNumber()
isEmpty
public boolean isEmpty()
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
compareSingle
public static boolean compareSingle(java.lang.String word1,
java.lang.String word2)
makeSolid
public Concept makeSolid()