PLearn 0.1
PLearn::ProbVector Member List
This is the complete list of members for PLearn::ProbVector, including all inherited members.
append(const real &newval)PLearn::TVec< real > [inline]
append(const vector< real > &newvec)PLearn::TVec< real > [inline]
append(const TVec< real > &values)PLearn::TVec< real > [inline]
appendIfNotThereAlready(const real &newval)PLearn::TVec< real > [inline]
back() constPLearn::TVec< real > [inline]
begin() constPLearn::TVec< real > [inline]
byteLength() constPLearn::TVec< real > [inline]
capacity() constPLearn::TVec< real > [inline]
clear() constPLearn::TVec< real > [inline]
compact()PLearn::TVec< real > [inline]
concat(const TVec< real > &input1, const TVec< real > &input2)PLearn::TVec< real > [inline]
concat(const TVec< real > &input1, const TVec< real > &input2, const TVec< real > &input3)PLearn::TVec< real > [inline]
concat(const TVec< real > &input1, const TVec< real > &input2, const TVec< real > &input3, const TVec< real > &input4)PLearn::TVec< real > [inline]
const_iterator typedefPLearn::TVec< real >
contains(const real &element) constPLearn::TVec< real > [inline]
copy() constPLearn::TVec< real > [inline]
copyFrom(const real *x, int n) constPLearn::TVec< real > [inline]
copyTo(real *x) constPLearn::TVec< real > [inline]
count(const real &element)PLearn::TVec< real > [inline]
count(const TVec< real > &elements)PLearn::TVec< real > [inline]
data() constPLearn::TVec< real > [inline]
debugPrint()PLearn::TVec< real > [inline]
deepCopy(CopiesMap &copies) constPLearn::TVec< real >
end() constPLearn::TVec< real > [inline]
fill(const real &value) constPLearn::TVec< real > [inline]
fill(const real &startval, const real &step)PLearn::TVec< real > [inline]
find(const real &element, int start=0) constPLearn::TVec< real > [inline]
find(TVec< real > elements)PLearn::TVec< real > [inline]
findIndices(const real &element)PLearn::TVec< real > [inline]
findIndices(const TVec< real > &elements)PLearn::TVec< real > [inline]
findSorted(realvalue) constPLearn::TVec< real > [inline]
first() constPLearn::TVec< real > [inline]
firstElement() constPLearn::TVec< real > [inline]
front() constPLearn::TVec< real > [inline]
getStorage() constPLearn::TVec< real > [inline]
hasMissing() constPLearn::TVec< real > [inline]
input(istream &in=cin) constPLearn::TVec< real >
input(PStream &in) constPLearn::TVec< real >
insert(int position, realvalue)PLearn::TVec< real > [inline]
insertSorted(realvalue, bool uniq)PLearn::TVec< real > [inline]
isEmpty() constPLearn::TVec< real > [inline]
isEqual(const TVec< real > &value, bool ignore_missing=false) constPLearn::TVec< real > [inline]
isNotEmpty() constPLearn::TVec< real > [inline]
isNotNull() constPLearn::TVec< real > [inline]
isNull() constPLearn::TVec< real > [inline]
iterator typedefPLearn::TVec< real >
last() constPLearn::TVec< real > [inline]
lastElement() constPLearn::TVec< real > [inline]
length() constPLearn::TVec< real > [inline]
length_PLearn::TVec< real > [protected]
load(const string &filename)PLearn::TVec< real > [inline]
makeDeepCopyFromShallowCopy(CopiesMap &copies)PLearn::TVec< real >
makeSharedValue(real *x, int n)PLearn::TVec< real > [inline]
normalize()PLearn::ProbVector
offset() constPLearn::TVec< real > [inline]
offset_PLearn::TVec< real > [protected]
operator char *() constPLearn::TVec< real > [inline]
operator vector< real >() constPLearn::TVec< real > [inline]
operator!() constPLearn::TVec< real > [inline]
operator!=(const TVec< real > &value) constPLearn::TVec< real > [inline]
operator()(const TVec< I > &indices, TVec< real > &destination) constPLearn::TVec< real > [inline]
operator()(const TVec< I > &indices) constPLearn::TVec< real > [inline]
operator->()PLearn::TVec< real > [inline]
operator<<(const string &datastring) constPLearn::TVec< real > [inline]
operator=(const TVec< real > &other)PLearn::TVec< real > [inline]
operator==(const real &value) constPLearn::TVec< real > [inline]
operator==(const TVec< real > &value) constPLearn::TVec< real > [inline]
operator[](int i) constPLearn::TVec< real > [inline]
operator[](unsigned int i) constPLearn::TVec< real > [inline]
pop()PLearn::TVec< real > [inline]
pop_back()PLearn::TVec< real > [inline]
print(ostream &out=cout) constPLearn::TVec< real >
print(ostream &out, const string &separator) constPLearn::TVec< real >
printcol(ostream &out=cout) constPLearn::TVec< real >
println(ostream &out=cout) constPLearn::TVec< real > [inline]
push(const real &newval)PLearn::TVec< real > [inline]
push_back(const real &newval)PLearn::TVec< real > [inline]
read(PStream &in)PLearn::TVec< real > [inline]
remove(int position)PLearn::TVec< real > [inline]
removeSorted(realvalue)PLearn::TVec< real > [inline]
resize(int newlength, int extra=0)PLearn::TVec< real > [inline]
save(const string &filename) constPLearn::TVec< real > [inline]
size() constPLearn::TVec< real > [inline]
size_type typedefPLearn::TVec< real >
smoothingMethodPLearn::ProbVector [protected]
smoothNormalize(string name, real discounting_value=DISCOUNT_MASS)PLearn::ProbVector
sortingPermutation(bool stable=false, bool missing=false) constPLearn::TVec< real >
storagePLearn::TVec< real > [protected]
subVec(int newstart, int newlength) constPLearn::TVec< real > [inline]
subVec(Range r)PLearn::TVec< real > [inline]
subVecSelf(int newstart, int newlength)PLearn::TVec< real > [inline]
swap()PLearn::TVec< real > [inline]
toMat(int newlength, int newwidth) constPLearn::TVec< real > [inline]
top() constPLearn::TVec< real > [inline]
TVec(const vector< real > &vec)PLearn::TVec< real > [inline]
TVec()PLearn::TVec< real > [inline]
TVec(int the_length)PLearn::TVec< real > [inline, explicit]
TVec(int the_length, const real &init_value)PLearn::TVec< real > [inline]
TVec(const real &start, const real &stop, const real &step)PLearn::TVec< real >
TVec(int the_length, real *the_data)PLearn::TVec< real > [inline]
TVec(const TVec< real > &other)PLearn::TVec< real > [inline]
value_type typedefPLearn::TVec< real >
write(PStream &out) constPLearn::TVec< real > [inline]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines