| Modifier and Type | Method and Description |
|---|---|
DenseVector[] |
CRF.MinimizableCRF.getConstraints() |
DenseVector[] |
CRF.MinimizableCRF.getExpectations() |
DenseVector |
CRF.getWeights(int weightIndex) |
DenseVector |
CRF.getWeights(String weightName) |
| Modifier and Type | Method and Description |
|---|---|
void |
CRF.setWeights(int weightsIndex,
DenseVector transitionWeights) |
void |
CRF.setWeights(String weightName,
DenseVector transitionWeights) |
| Modifier and Type | Class and Description |
|---|---|
class |
DenseFeatureVector |
| Modifier and Type | Method and Description |
|---|---|
double |
SparseVector.dotProduct(DenseVector v) |
double |
IndexedSparseVector.dotProduct(DenseVector v) |
double |
HashedSparseVector.dotProduct(DenseVector v) |
double |
AugmentableFeatureVector.dotProduct(DenseVector v) |
double |
SparseVector.extendedDotProduct(DenseVector v) |
| Constructor and Description |
|---|
PartiallyRankedFeatureVector(Alphabet dict,
DenseVector v) |
RankedFeatureVector(Alphabet dict,
DenseVector v) |
| Modifier and Type | Method and Description |
|---|---|
protected DenseVector |
ClusterLearner.getDenseVectorOf(int ri,
Matrix2 matrix) |
| Modifier and Type | Method and Description |
|---|---|
protected DenseVector |
SGDLearner.getDenseVectorOf(int ri,
Matrix2 matrix) |
Copyright © 2019 JULIE Lab, Germany. All rights reserved.