Package edu.tufts.hrilab.vision.stm.swig
Class ShortTermMemoryModule
java.lang.Object
edu.tufts.hrilab.vision.stm.swig.ShortTermMemoryModule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static MemoryObject
getMemoryObject
(long tokenId, double conf) static long[]
getMemoryObjectIds
(long moTypeId, double conf) static ArrayList
getMemoryObjects
(double conf) static ArrayList
getMemoryObjectsByTypeId
(long moTypeId, double conf) static long[]
getMemoryObjectTypeIds
(double conf) static ArrayList
-
Constructor Details
-
ShortTermMemoryModule
public ShortTermMemoryModule()
-
-
Method Details
-
getMemoryObjects
-
getMemoryObjectsByTypeId
-
getMemoryObjectTypeIds
public static long[] getMemoryObjectTypeIds(double conf) -
getMemoryObjectIds
public static long[] getMemoryObjectIds(long moTypeId, double conf) -
getMemoryObject
-
clearMemory
public static void clearMemory() -
getRemovedMemoryObjects
-