The Encog Project

org.encog.nlp.memory
Class RomMemory

java.lang.Object
  extended by org.encog.nlp.memory.RomMemory

public class RomMemory
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
RomMemory()
          Creates a new instance of RomMemory
 
Method Summary
static void load(LongTermMemory memory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RomMemory

public RomMemory()
Creates a new instance of RomMemory

Method Detail

load

public static void load(LongTermMemory memory)

The Encog Project