public class PartiallyRankedFeatureVector extends RankedFeatureVector
| Modifier and Type | Class and Description |
|---|---|
static interface |
PartiallyRankedFeatureVector.Factory |
static interface |
PartiallyRankedFeatureVector.PerLabelFactory |
hasInfinite, indices, values| 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) |
| Modifier and Type | Method and Description |
|---|---|
int |
numRanked() |
protected void |
setRankOrder(int extent,
boolean reset) |
getIndexAtRank, getMaxValue, getMaxValuedIndex, getMaxValuedIndexIn, getMaxValuedObject, getMaxValuedObjectIn, getMaxValueIn, getObjectAtRank, getRank, getRank, getValueAtRank, printByRank, printByRank, set, setRankOrder, setRankOrdercloneMatrix, cloneMatrixZeroed, contains, getAlphabet, getObjectIndices, location, toSimpFile, toString, toString, valueabsNorm, addTo, addTo, arrayCopyFrom, arrayCopyFrom, arrayCopyInto, dotProduct, dotProduct, dotProduct, dotProduct, extendedDotProduct, extendedDotProduct, getDimensions, getIndices, getNumDimensions, getValues, incrementValue, indexAtLocation, infinityNorm, isBinary, isNaN, location, makeBinary, makeNonBinary, map, numLocations, oneNorm, plusEqualsSparse, plusEqualsSparse, print, removeDuplicates, setAll, setValue, setValueAtLocation, singleIndex, singleSize, singleToIndices, singleValue, sortIndices, timesEquals, timesEqualsSparse, timesEqualsSparse, twoNorm, value, value, valueAtLocation, vectorAddpublic PartiallyRankedFeatureVector(Alphabet dict, int[] indices, double[] values)
public PartiallyRankedFeatureVector(Alphabet dict, double[] values)
public PartiallyRankedFeatureVector(Alphabet dict, DenseVector v)
public PartiallyRankedFeatureVector(Alphabet dict, AugmentableFeatureVector v)
public PartiallyRankedFeatureVector(Alphabet dict, SparseVector v)
public int numRanked()
protected void setRankOrder(int extent,
boolean reset)
setRankOrder in class RankedFeatureVectorCopyright © 2019 JULIE Lab, Germany. All rights reserved.