Package | Description |
---|---|
edu.ucla.sspace.temporal | |
edu.ucla.sspace.tri |
Modifier and Type | Class and Description |
---|---|
class |
FileBasedTemporalSemanticSpace
A
TemporalSemanticSpace created from the serialized output of another
TemporalSemanticSpace after it has finished processing. |
Modifier and Type | Method and Description |
---|---|
static TemporalSemanticSpace |
TemporalSemanticSpaceUtils.loadTemporalSemanticSpace(File sspaceFile)
Loads and returns the
TemporalSemanticSpace stored at the file in
text format. |
static TemporalSemanticSpace |
TemporalSemanticSpaceUtils.loadTemporalSemanticSpace(File sspaceFile,
TemporalSemanticSpaceUtils.TSSpaceFormat format)
Loads and returns the
TemporalSemanticSpace stored at the file in
the specified format. |
static TemporalSemanticSpace |
TemporalSemanticSpaceUtils.loadTemporalSemanticSpace(String sspaceFileName)
Loads and returns the
TemporalSemanticSpace stored at the file
name in text format. |
Modifier and Type | Method and Description |
---|---|
static void |
TemporalSemanticSpaceUtils.printTemporalSemanticSpace(TemporalSemanticSpace sspace,
File output)
Writes the data contained in the
TemporalSemanticSpace to the
provided file using the TemporalSemanticSpaceUtils.TSSpaceFormat.TEXT format. |
static void |
TemporalSemanticSpaceUtils.printTemporalSemanticSpace(TemporalSemanticSpace sspace,
File output,
TemporalSemanticSpaceUtils.TSSpaceFormat format)
Writes the data contained in the
TemporalSemanticSpace to the
provided file and format. |
static void |
TemporalSemanticSpaceUtils.printTemporalSemanticSpace(TemporalSemanticSpace sspace,
String outputFileName)
Writes the data contained in the
TemporalSemanticSpace to the
file with the provided name using the TemporalSemanticSpaceUtils.TSSpaceFormat.TEXT format. |
Modifier and Type | Class and Description |
---|---|
class |
FixedDurationTemporalRandomIndexing
A
TemporalSemanticSpace class that optimizes a special case of TemporalRandomIndexing where the documents are in sorted order and the
duration of a semantic partition is fixed. |
class |
OrderedTemporalRandomIndexing
A simplified version of
TemporalRandomIndexing that imposes
restrictions on the document input ordering to improve efficiency at the cost
of functionality. |
Copyright © 2012. All Rights Reserved.