Uses of Class
cc.mallet.types.DenseVector
-
Packages that use DenseVector Package Description cc.mallet.types Fundamental MALLET types, including FeatureVector, Instance, Label etc. -
-
Uses of DenseVector in cc.mallet.types
Methods in cc.mallet.types with parameters of type DenseVector Modifier and Type Method Description double
AugmentableFeatureVector. dotProduct(DenseVector v)
double
HashedSparseVector. dotProduct(DenseVector v)
double
IndexedSparseVector. dotProduct(DenseVector v)
double
SparseVector. dotProduct(DenseVector v)
double
SparseVector. extendedDotProduct(DenseVector v)
Constructors in cc.mallet.types with parameters of type DenseVector Constructor Description PartiallyRankedFeatureVector(Alphabet dict, DenseVector v)
RankedFeatureVector(Alphabet dict, DenseVector v)
-