cc.mallet.types
Class PartiallyRankedFeatureVector
- java.lang.Object
-
- cc.mallet.types.SparseVector
-
- cc.mallet.types.FeatureVector
-
- cc.mallet.types.RankedFeatureVector
-
- cc.mallet.types.PartiallyRankedFeatureVector
-
- All Implemented Interfaces:
- AlphabetCarrying, ConstantMatrix, Vector, java.io.Serializable
public class PartiallyRankedFeatureVector extends RankedFeatureVector
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static interfacePartiallyRankedFeatureVector.Factorystatic interfacePartiallyRankedFeatureVector.PerLabelFactory
-
Constructor Summary
Constructors Constructor and Description PartiallyRankedFeatureVector(Alphabet dict, AugmentableFeatureVector v)PartiallyRankedFeatureVector(Alphabet dict, DenseVector v)PartiallyRankedFeatureVector(Alphabet dict, double[] values)PartiallyRankedFeatureVector(Alphabet dict, int[] indices, double[] values)PartiallyRankedFeatureVector(Alphabet dict, SparseVector v)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intnumRanked()-
Methods inherited from class cc.mallet.types.RankedFeatureVector
getIndexAtRank, getMaxValue, getMaxValuedIndex, getMaxValuedIndexIn, getMaxValuedObject, getMaxValuedObjectIn, getMaxValueIn, getObjectAtRank, getRank, getRank, getValueAtRank, printByRank, printByRank, printLowerK, printTopK, set
-
Methods inherited from class cc.mallet.types.FeatureVector
alphabetsMatch, cloneMatrix, cloneMatrixZeroed, contains, getAlphabet, getAlphabets, getObjectIndices, location, newFeatureVector, toSimpFile, toString, toString, value
-
Methods inherited from class cc.mallet.types.SparseVector
absNorm, addTo, addTo, arrayCopyFrom, arrayCopyFrom, arrayCopyInto, dotProduct, dotProduct, dotProduct, dotProduct, extendedDotProduct, extendedDotProduct, getDimensions, getIndices, getNumDimensions, getValues, incrementValue, indexAtLocation, infinityNorm, isBinary, isInfinite, isNaN, isNaNOrInfinite, location, makeBinary, makeNonBinary, map, numLocations, oneNorm, plusEqualsSparse, plusEqualsSparse, print, setAll, setValue, setValueAtLocation, singleIndex, singleSize, singleToIndices, singleValue, timesEquals, timesEqualsSparse, timesEqualsSparse, timesEqualsSparseZero, twoNorm, value, value, valueAtLocation, vectorAdd
-
-
-
-
Constructor Detail
-
PartiallyRankedFeatureVector
public PartiallyRankedFeatureVector(Alphabet dict, int[] indices, double[] values)
-
PartiallyRankedFeatureVector
public PartiallyRankedFeatureVector(Alphabet dict, double[] values)
-
PartiallyRankedFeatureVector
public PartiallyRankedFeatureVector(Alphabet dict, DenseVector v)
-
PartiallyRankedFeatureVector
public PartiallyRankedFeatureVector(Alphabet dict, AugmentableFeatureVector v)
-
PartiallyRankedFeatureVector
public PartiallyRankedFeatureVector(Alphabet dict, SparseVector v)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG