Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BEAGLE_SSPACE_NAME |
"beagle-semantic-space" |
public static final int |
CONTEXT_SIZE |
6 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CLUSTERING_METHOD |
"edu.ucla.sspace.clustering.AutomaticStopClustering.clusteringMethod" |
public static final String |
NUM_CLUSTERS_END |
"edu.ucla.sspace.clustering.AutomaticStopClustering.numClusterEnd" |
public static final String |
NUM_CLUSTERS_START |
"edu.ucla.sspace.clustering.AutomaticStopClustering.numClusterStart" |
public static final String |
PK1_THRESHOLD |
"edu.ucla.sspace.clustering.AutomaticStopClustering.pk1Threshold" |
public static final String |
PROPERTY_PREFIX |
"edu.ucla.sspace.clustering.AutomaticStopClustering" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PROPERTY_PREFIX |
"edu.ucla.sspace.clustering.CKVWSpectralClustering03" |
public static final String |
USE_KMEANS |
"edu.ucla.sspace.clustering.CKVWSpectralClustering03.useKMeans" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PROPERTY_PREFIX |
"edu.ucla.sspace.clustering.CKVWSpectralClustering06" |
public static final String |
USE_KMEANS |
"edu.ucla.sspace.clustering.CKVWSpectralClustering06.useKMeans" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
AVERGAGE_LINK_MERGE_THRESHOLD_PROPERTY |
"edu.ucla.sspace.clustering.ClusteringByCommittee.averageLinkMergeThreshold" |
public static final String |
COMMITTEE_SIMILARITY_THRESHOLD_PROPERTY |
"edu.ucla.sspace.clustering.ClusteringByCommittee.maxCommitteeSimilarity" |
public static final String |
DEFAULT_AVERGAGE_LINK_MERGE_THRESHOLD |
".25" |
public static final String |
DEFAULT_COMMITTEE_SIMILARITY_THRESHOLD |
".35" |
public static final String |
DEFAULT_RESIDUE_SIMILARITY_THRESHOLD |
".25" |
public static final String |
DEFAULT_SOFT_CLUSTERING_SIMILARITY_THRESHOLD |
".25" |
public static final String |
HARD_CLUSTERING_PROPERTY |
"edu.ucla.sspace.clustering.ClusteringByCommittee.useHardClustering" |
public static final String |
RESIDUE_SIMILARITY_THRESHOLD_PROPERTY |
"edu.ucla.sspace.clustering.ClusteringByCommittee.residueSimilarityThreshold" |
public static final String |
SOFT_CLUSTERING_SIMILARITY_THRESHOLD_PROPERTY |
"edu.ucla.sspace.clustering.ClusteringByCommittee.softClusteringThreshold" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CLUSTER_CRITERION |
"edu.ucla.sspace.clustering.ClutoClustering.clusterCriterion" |
public static final String |
CLUSTER_METHOD |
"edu.ucla.sspace.clustering.ClutoClustering.clusterSimilarity" |
public static final String |
PROPERTY_PREFIX |
"edu.ucla.sspace.clustering.ClutoClustering" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CRITERIA_PROPERTY |
"edu.ucla.sspace.clustering.DirectClustering.criteria" |
public static final String |
PROPERTY_PREFIX |
"edu.ucla.sspace.clustering.DirectClustering" |
public static final String |
REPEAT_PROPERTY |
"edu.ucla.sspace.clustering.DirectClustering.repeat" |
public static final String |
SEED_PROPERTY |
"edu.ucla.sspace.clustering.DirectClustering.seed" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BETA_PROPERTY |
"edu.ucla.sspace.cluster.FastStreamingKMeans.beta" |
public static final double |
DEFAULT_BETA |
74.0 |
public static final String |
KAPPA_PROPERTY |
"edu.ucla.sspace.cluster.FastStreamingKMeans.kappa" |
public static final String |
SIMILARITY_FUNCTION_PROPERTY |
"edu.ucla.sspace.cluster.FastStreamingKMeans.similarityFunction" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
METHOD_PROPERTY |
"edu.ucla.sspace.clustering.GapStatistic.method" |
public static final String |
NUM_CLUSTERS_START |
"edu.ucla.sspace.clustering.GapStatistic.numClusterStart" |
public static final String |
NUM_REFERENCE_DATA_SETS |
"edu.ucla.sspace.clustering.GapStatistic.numReferenceDataSets" |
public static final String |
PROPERTY_PREFIX |
"edu.ucla.sspace.clustering.GapStatistic" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CLUSTER_LINKAGE_PROPERTY |
"edu.ucla.sspace.clustering.HierarchicalAgglomerativeClustering.clusterLinkage" |
public static final String |
DEFAULT_CLUSTER_LINKAGE_PROPERTY |
"COMPLETE_LINKAGE" |
public static final String |
MIN_CLUSTER_SIMILARITY_PROPERTY |
"edu.ucla.sspace.clustering.HierarchicalAgglomerativeClustering.clusterThreshold" |
public static final String |
NUM_CLUSTERS_PROPERTY |
"edu.ucla.sspace.clustering.HierarchicalAgglomerativeClustering.numClusters" |
public static final String |
PROPERTY_PREFIX |
"edu.ucla.sspace.clustering.HierarchicalAgglomerativeClustering" |
public static final String |
SIMILARITY_FUNCTION_PROPERTY |
"edu.ucla.sspace.clustering.HierarchicalAgglomerativeClustering.simFunc" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
KEEP_SIMILARITY_MATRIX_IN_MEMORY_PROPERTY |
"edu.ucla.sspace.clustering.LinkClustering.keepSimilarityMatrixInMemory" |
public static final String |
PROPERTY_PREFIX |
"edu.ucla.sspace.clustering.LinkClustering" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NUM_CLUSTERS_PROPERTY |
"edu.ucla.sspace.clustering.OnlineClustering.numClusters" |
public static final String |
PROPERTY_PREFIX |
"edu.ucla.sspace.clustering.OnlineClustering" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_MAX_CLUSTERS |
15 |
public static final double |
DEFAULT_MERGE_THRESHOLD |
0.35 |
public static final String |
MERGE_THRESHOLD_PROPERTY |
"edu.ucla.sspace.cluster.OnlineKMeans.merge" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ALPHA_PROPERTY |
"edu.ucla.sspace.cluster.StreamingKMeans.alpha" |
public static final String |
BETA_PROPERTY |
"edu.ucla.sspace.cluster.StreamingKMeans.beta" |
public static final String |
COFL_PROPERTY |
"edu.ucla.sspace.cluster.StreamingKMeans.cofl" |
public static final double |
DEFAULT_ALPHA |
2.0 |
public static final double |
DEFAULT_BETA |
216.25 |
public static final double |
DEFAULT_COFL |
2.0 |
public static final double |
DEFAULT_GAMMA |
42.25 |
public static final double |
DEFAULT_KOFL |
2.0 |
public static final int |
DEFAULT_NUM_CLUSTERS |
2 |
public static final int |
DEFAULT_NUM_POINTS |
1000 |
public static final String |
GAMMA_PROPERTY |
"edu.ucla.sspace.cluster.StreamingKMeans.gamma" |
public static final String |
KOFL_PROPERTY |
"edu.ucla.sspace.cluster.StreamingKMeans.kofl" |
public static final String |
NUM_POINTS_PROPERTY |
"edu.ucla.sspace.cluster.StreamingKMeans.maxPoints" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
COALS_SSPACE_NAME |
"coals-semantic-space" |
public static final String |
DO_NOT_NORMALIZE_PROPERTY |
"edu.ucla.sspace.coals.Coals.doNotNormalize" |
public static final String |
MAX_DIMENSIONS_PROPERTY |
"edu.ucla.sspace.coals.Coals.maxDimensions" |
public static final String |
MAX_WORDS_PROPERTY |
"edu.ucla.sspace.coals.Coals.maxWords" |
public static final String |
PROPERTY_PREFIX |
"edu.ucla.sspace.coals.Coals" |
public static final String |
REDUCE_DIMENSION_PROPERTY |
"edu.ucla.sspace.coals.Coals.dimension" |
public static final String |
REDUCE_MATRIX_PROPERTY |
"edu.ucla.sspace.coals.Coals.reduce" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
USE_TERM_FREQUENCIES_PROPERTY |
"edu.ucla.sspace.common.DocumentVectorBuilder.usetf" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_DEPENDENCY_PATH_LENGTH |
2147483647 |
public static final int |
DEFAULT_VECTOR_LENGTH |
50000 |
public static final String |
DEPENDENCY_ACCEPTOR_PROPERTY |
"edu.ucla.sspace.dri.DependencyRandomIndexing.dependencyAcceptor" |
public static final String |
DEPENDENCY_PATH_LENGTH_PROPERTY |
"edu.ucla.sspace.dri.DependencyRandomIndexing.dependencyPathLength" |
public static final String |
PROPERTY_PREFIX |
"edu.ucla.sspace.dri.DependencyRandomIndexing" |
public static final String |
SSPACE_NAME |
"dependency-random-indexing" |
public static final String |
VECTOR_LENGTH_PROPERTY |
"edu.ucla.sspace.dri.DependencyRandomIndexing.indexVectorLength" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BASIS_MAPPING_PROPERTY |
"edu.ucla.sspace.dri.DependencyVectorSpace.basisMapping" |
public static final String |
PATH_ACCEPTOR_PROPERTY |
"edu.ucla.sspace.dri.DependencyVectorSpace.pathAcceptor" |
public static final String |
PATH_WEIGHTING_PROPERTY |
"edu.ucla.sspace.dri.DependencyVectorSpace.pathWeighting" |
public static final String |
PROPERTY_PREFIX |
"edu.ucla.sspace.dri.DependencyVectorSpace" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ESA_SSPACE_NAME |
"esa-semantic-space" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
MINIMUM_EDGE_SIMILARITY_PROPERTY |
"edu.ucla.sspace.graph.LinkClustering.minEdgeSimilarity" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
KEEP_WEIGHT_VECTORS_PROPERTY |
"edu.ucla.sspace.graph.WeightedLinkClustering.keepWeightVectors" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NULL_NODE |
-1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_WINDOW_SIZE |
2 |
public static final String |
GWS_SSPACE_NAME |
"generic-word-space" |
public static final String |
USE_WORD_ORDER_PROPERTY |
"edu.ucla.sspace.gws.GenericWordSpace.useWordOrder" |
public static final String |
WINDOW_SIZE_PROPERTY |
"edu.ucla.sspace.gws.GenericWordSpace.windowSize" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_WINDOW_SIZE |
5 |
public static final String |
ENTROPY_THRESHOLD_PROPERTY |
"edu.ucla.sspace.hal.HyperspaceAnalogueToLanguage.threshold" |
public static final String |
RETAIN_PROPERTY |
"edu.ucla.sspace.hal.retainColumns" |
public static final String |
WEIGHTING_FUNCTION_PROPERTY |
"edu.ucla.sspace.hal.weighting" |
public static final String |
WINDOW_SIZE_PROPERTY |
"edu.ucla.sspace.hal.HyperspaceAnalogueToLanguage.windowSize" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_MEAN |
"0" |
public static final double |
DEFAULT_STANDARD_DEVIATION |
1.0 |
public static final String |
MEAN_PROPERTY |
"edu.ucla.sspace.index.GuassianVectorGenerator.mean" |
public static final String |
STANDARD_DEVIATION_PROPERTY |
"edu.ucla.sspace.index.GuassianVectorGenerator.stdev" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_INDEX_VECTOR_LENGTH |
20000 |
public static final int |
DEFAULT_INDEX_VECTOR_VALUES |
4 |
public static final int |
DEFAULT_INDEX_VECTOR_VARIANCE |
0 |
public static final String |
INDEX_VECTOR_VARIANCE_PROPERTY |
"edu.ucla.sspace.index.RandomIndexVectorGenerator.variance" |
public static final String |
VALUES_TO_SET_PROPERTY |
"edu.ucla.sspace.index.RandomIndexVectorGenerator.values" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_VECTOR_LENGTH |
1000 |
public static final int |
DEFAULT_VECTOR_MEAN |
0 |
public static final int |
DEFAULT_VECTOR_STANDARD_DEVIATION |
1 |
public static final String |
VECTOR_LENGTH_PROPERTY |
"edu.ucla.sspace.index.RandomOrthogonalVectorGenerator.length" |
public static final String |
VECTOR_MEAN_PROPERTY |
"edu.ucla.sspace.index.RandomOrthogonalVectorGenerator.mean" |
public static final String |
VECTOR_STANDARD_DEVIATION_PROPERTY |
"edu.ucla.sspace.index.RandomOrthogonalVectorGenerator.std" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_WINDOW_LIMIT |
"1" |
public static final String |
PROPERTY_PREFIX |
"edu.ucla.sspace.index.WindowedPermutationFunction" |
public static final String |
WINDOW_LIMIT_PROPERTY |
"edu.ucla.sspace.index.WindowedPermutationFunction.window" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DEFAULT_HISTORY_DECAY_RATE |
100.0 |
public static final double |
DEFAULT_IMPACT_RATE |
0.003 |
public static final int |
DEFAULT_VECTOR_LENGTH |
1800 |
public static final int |
DEFAULT_WINDOW_SIZE |
5 |
public static final String |
HISTORY_DECAY_RATE_PROPERTY |
"edu.ucla.sspace.isa.IncrementalSemanticAnalysis.historyDecayRate" |
public static final String |
IMPACT_RATE_PROPERTY |
"edu.ucla.sspace.isa.IncrementalSemanticAnalysis.impactRate" |
public static final String |
PERMUTATION_FUNCTION_PROPERTY |
"edu.ucla.sspace.isa.IncrementalSemanticAnalysis.permutationFunction" |
public static final String |
USE_PERMUTATIONS_PROPERTY |
"edu.ucla.sspace.isa.IncrementalSemanticAnalysis.usePermutations" |
public static final String |
USE_SPARSE_SEMANTICS_PROPERTY |
"edu.ucla.sspace.isa.IncrementalSemanticAnalysis.sparseSemantics" |
public static final String |
VECTOR_LENGTH_PROPERTY |
"edu.ucla.sspace.isa.IncrementalSemanticAnalysis.vectorLength" |
public static final String |
WINDOW_SIZE_PROPERTY |
"edu.ucla.sspace.isa.IncrementalSemanticAnalysis.windowSize" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
LSA_DIMENSIONS_PROPERTY |
"edu.ucla.sspace.lsa.LatentSemanticAnalysis.dimensions" |
public static final String |
LSA_SVD_ALGORITHM_PROPERTY |
"edu.ucla.sspace.lsa.LatentSemanticAnalysis.svd.algorithm" |
public static final String |
MATRIX_TRANSFORM_PROPERTY |
"edu.ucla.sspace.lsa.LatentSemanticAnalysis.transform" |
public static final String |
RETAIN_DOCUMENT_SPACE_PROPERTY |
"edu.ucla.sspace.lsa.LatentSemanticAnalysis.retainDocSpace" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
EXT |
".sspace" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
COMPOUND_WORDS_DESCRIPTION |
"The compound word option specifies a file whose contents are compount tokens,\ne.g. white house. Each compound token should be specified on its own line.\nCompount tokenization is greedy and will select the longest compound token\npresent. For example if \"bar exam\" and \"California bar exam\" are both\ncompound tokens, the latter will always be returned as a single token, rather\nthan returning the two tokens \"California\" and \"bar exam\"." |
public static final String |
FILE_FORMAT_DESCRIPTION |
"Semantic space files stored in one of four formats: text, sparse_text, binary\nsparse_binary. The sparse versions should be used if the algorithm produces\nsemantic vectors in which more than half of the values are 0. The sparse\nversions are much more compact for these types of semantic spaces and will be\nboth faster to read and write as well as be much smaller on disk. Text formats\nare human readable but may take up more space. Binary formats offer\nsignificantly better I/O performance." |
public static final String |
HELP_DESCRIPTION |
"Send bug reports or comments to <s-space-research-dev@googlegroups.com>." |
public static final String |
TOKEN_FILTER_DESCRIPTION |
"token configuration lists sets of files that contain tokens to be included or\nexcluded. The behavior, \"include\" or \"exclude\" is specified\nfirst, followed by one or more file names, each separated by colons.\nMultiple behaviors may be specified one after the other using a \',\'\ncharacter to separate them. For example, a typicaly configuration may\nlook like: include=top-tokens.txt:test-words.txt,exclude=stop-words.txt\nNote behaviors are applied in the order they are presented on the command-line." |
public static final String |
TOKEN_STEMMING_DESCRIPTION |
"Tokens can be stemmed for various languages using wrappers for the snoball\nstemming algorithms. Each language has it\'s own stemmer, following a simple naming\n convention: LanguagenameStemmer." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_INNER_ITERATIONS |
"1" |
public static final String |
DEFAULT_OUTER_ITERATIONS |
"30" |
public static final String |
INNER_ITERATIONS |
"edu.ucla.sspace.matrix.factorize.NonNegativeMatrixFactorizationMultiplicative.innerIterations" |
public static final String |
OUTER_ITERATIONS |
"edu.ucla.sspace.matrix.factorize.NonNegativeMatrixFactorizationMultiplicative.outerIterations" |
public static final String |
PROPERTY_PREFIX |
"edu.ucla.sspace.matrix.factorize.NonNegativeMatrixFactorizationMultiplicative" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_ITERATIONS |
"100" |
public static final String |
ITERATIONS |
"edu.ucla.sspace.matrix.factorize.NonNegativeMatrixFactorizationOPL.numIterations" |
public static final String |
PROPERTY_PREFIX |
"edu.ucla.sspace.matrix.factorize.NonNegativeMatrixFactorizationOPL" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_WEIGHTING |
"edu.ucla.sspace.hal.EvenWeighting" |
public static final int |
DEFAULT_WINDOW_SIZE |
5 |
public static final String |
ENTROPY_THRESHOLD_PROPERTY |
"edu.ucla.sspace.lpsa.LocalityPreservingCooccurrenceSpace.threshold" |
public static final String |
LPCS_DIMENSIONS_PROPERTY |
"edu.ucla.sspace.lpsa.LocalityPreservingCooccurrenceSpace.dimensions" |
public static final String |
WEIGHTING_FUNCTION_PROPERTY |
"edu.ucla.sspace.lpsa.LocalityPreservingCooccurrenceSpace.weighting" |
public static final String |
WINDOW_SIZE_PROPERTY |
"edu.ucla.sspace.lpsa.LocalityPreservingCooccurrenceSpace.windowSize" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
LPSA_DIMENSIONS_PROPERTY |
"edu.ucla.sspace.lpsa.LocalityPreservingSemanticAnalysis.dimensions" |
public static final String |
MATRIX_TRANSFORM_PROPERTY |
"edu.ucla.sspace.lpsa.LocalityPreservingSemanticAnalysis.transform" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
MAX_CONTEXTS_PER_WORD |
"edu.ucla.sspace.purandare.PurandareFirstOrder.maxContexts" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_VECTOR_LENGTH |
4000 |
public static final int |
DEFAULT_WINDOW_SIZE |
2 |
public static final String |
PERMUTATION_FUNCTION_PROPERTY |
"edu.ucla.sspace.ri.RandomIndexing.permutationFunction" |
public static final String |
RI_SSPACE_NAME |
"random-indexing" |
public static final String |
USE_PERMUTATIONS_PROPERTY |
"edu.ucla.sspace.ri.RandomIndexing.usePermutations" |
public static final String |
USE_SPARSE_SEMANTICS_PROPERTY |
"edu.ucla.sspace.ri.RandomIndexing.sparseSemantics" |
public static final String |
VECTOR_LENGTH_PROPERTY |
"edu.ucla.sspace.ri.RandomIndexing.vectorLength" |
public static final String |
WINDOW_SIZE_PROPERTY |
"edu.ucla.sspace.ri.RandomIndexing.windowSize" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_VECTOR_LENGTH |
4000 |
public static final String |
USE_SPARSE_SEMANTICS_PROPERTY |
"edu.ucla.sspace.ri.ReflectiveRandomIndexing.sparseSemantics" |
public static final String |
VECTOR_LENGTH_PROPERTY |
"edu.ucla.sspace.ri.ReflectiveRandomIndexing.vectorLength" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
EMPTY_STRING |
"" |
public static final String |
SSPACE_NAME |
"structured-vector-space" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
COMPOUND_TOKENS_FILE_PROPERTY |
"edu.ucla.sspace.text.TokenizerFactory.compoundTokens" |
public static final String |
EMPTY_TOKEN |
"" |
public static final String |
STEMMER_PROPERTY |
"edu.ucla.sspace.text.TokenizerFactory.stemmer" |
public static final String |
TOKEN_COUNT_LIMIT_PROPERTY |
"edu.ucla.sspace.text.TokenizerFactory.tokenCountLimit" |
public static final String |
TOKEN_FILTER_PROPERTY |
"edu.ucla.sspace.text.TokenizerFactory.tokenFilter" |
public static final String |
TOKEN_REPLACEMENT_FILE_PROPERTY |
"edu.ucla.sspace.text.TokenizerFactory.replacementTokens" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_SIMILAR_ITEMS |
10 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SEMANTIC_PARTITION_DURATION_PROPERTY |
"edu.ucla.sspace.tri.FixedDurationTemporalRandomIndexing.partitionDuration" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_VECTOR_LENGTH |
10000 |
public static final int |
DEFAULT_WINDOW_SIZE |
4 |
public static final String |
PERMUTATION_FUNCTION_PROPERTY |
"edu.ucla.sspace.tri.OrderedTemporalRandomIndexing.permutationFunction" |
public static final String |
USE_PERMUTATIONS_PROPERTY |
"edu.ucla.sspace.tri.OrderedTemporalRandomIndexing.usePermutations" |
public static final String |
USE_SPARSE_SEMANTICS_PROPERTY |
"edu.ucla.sspace.tri.OrderedTemporalRandomIndexing.sparseSemantics" |
public static final String |
VECTOR_LENGTH_PROPERTY |
"edu.ucla.sspace.tri.OrderedTemporalRandomIndexing.vectorLength" |
public static final String |
WINDOW_SIZE_PROPERTY |
"edu.ucla.sspace.tri.OrderedTemporalRandomIndexing.windowSize" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
MATRIX_TRANSFORM_PROPERTY |
"edu.ucla.sspace.vsm.VectorSpaceModel.transform" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
EMPTY_STRING |
"" |
Copyright © 2012. All Rights Reserved.