Package cc.mallet.types
Interface Vector
-
- All Superinterfaces:
ConstantMatrix
- All Known Implementing Classes:
AugmentableFeatureVector,BiNormalSeparation,DenseVector,ExpGain,FeatureCounts,FeatureVector,GainRatio,GradientGain,HashedSparseVector,IndexedSparseVector,InfoGain,KLGain,LabelVector,Multinomial,Multinomial.Logged,PartiallyRankedFeatureVector,RankedFeatureVector,SparseVector
@Deprecated public interface Vector extends ConstantMatrix
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description doublevalue(int index)Deprecated.-
Methods inherited from interface cc.mallet.types.ConstantMatrix
absNorm, cloneMatrix, dotProduct, getDimensions, getNumDimensions, indexAtLocation, infinityNorm, isNaN, location, numLocations, oneNorm, print, singleIndex, singleSize, singleToIndices, singleValue, twoNorm, value, valueAtLocation
-
-