Package | Description |
---|---|
edu.ucla.sspace.dependency | |
edu.ucla.sspace.index | |
edu.ucla.sspace.wordsi |
Constructor and Description |
---|
DefaultDependencyPermutationFunction(PermutationFunction<T> permFunc)
Creates a new
DefaultDependencyPermutationFunction that wraps an
existing PermutationFunction . |
RelationPermutationFunction(PermutationFunction<T> permFunc)
Creates a new
DefaultDependencyPermutationFunction that wraps an
existing PermutationFunction . |
RelationSumPermutationFunction(PermutationFunction<T> permFunc)
Creates a new
DefaultDependencyPermutationFunction that wraps an
existing PermutationFunction . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPermutationFunction
A generic permutation function.
|
class |
TernaryPermutationFunction
A permutation function that is optimized for
TernaryVector instances. |
class |
WindowedPermutationFunction
A permutation function that provides windows of positions which are permuted
using the same function.
|
Constructor and Description |
---|
RandomIndexingContextGenerator(Map<String,TernaryVector> indexMap,
PermutationFunction<TernaryVector> perm,
int indexVectorLength)
Creates a new
RandomIndexingContextGenerator . |
Copyright © 2012. All Rights Reserved.