cc.mallet.types
Interface Vector

All Superinterfaces:
ConstantMatrix
All Known Implementing Classes:
AugmentableFeatureVector, DenseVector, ExpGain, FeatureCounts, FeatureVector, GainRatio, GradientGain, HashedSparseVector, IndexedSparseVector, InfoGain, KLGain, LabelVector, Multinomial, Multinomial.Logged, PartiallyRankedFeatureVector, RankedFeatureVector, SparseVector

Deprecated.

@Deprecated
public interface Vector
extends ConstantMatrix


Method Summary
 double value(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
 

Method Detail

value

double value(int index)
Deprecated.