Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

PLearn::TransposeVMatrix Member List

This is the complete list of members for PLearn::TransposeVMatrix, including all inherited members.

_classname_()PLearn::Object [static]
_getOptionList_()PLearn::Object [static]
_isa_(Object *o)PLearn::Object [static]
_new_instance_for_typemap_()PLearn::Object [static]
_static_initialize_()PLearn::Object [static]
_static_initializer_PLearn::Object [static]
accumulateXtX(int X_startcol, int X_ncols, Mat &result, int startrow=0, int nrows=-1, int ignore_this_row=-1) constPLearn::VMatrix [virtual]
accumulateXtY(int X_startcol, int X_ncols, int Y_startcol, int Y_ncols, Mat &result, int startrow=0, int nrows=-1, int ignore_this_row=-1) constPLearn::VMatrix [virtual]
addStringMapping(int col, string str, real val)PLearn::VMatrix
addStringMapping(int col, string str)PLearn::VMatrix
alias_PLearn::VMatrix [protected]
appendRow(Vec v)PLearn::VMatrix [virtual]
build()PLearn::TransposeVMatrix [virtual]
build_()PLearn::TransposeVMatrix [private]
call(const string &methodname, int nargs, PStream &in_parameters, PStream &out_results)PLearn::Object [virtual]
changeOption(const string &optionname, const string &value)PLearn::Object
changeOptions(const map< string, string > &name_value)PLearn::Object [virtual]
classname() constPLearn::Object [virtual]
compacify()PLearn::VMatrix [virtual]
computeStats()PLearn::VMatrix [virtual]
copySizesFrom(VMat m)PLearn::VMatrix
copyStringMappingsFrom(VMat source)PLearn::VMatrix
current_rowPLearn::RowBufferedVMatrix [mutable, protected]
current_row_indexPLearn::RowBufferedVMatrix [mutable, protected]
declareField(int fieldindex, const string &fieldname, VMField::FieldType fieldtype=VMField::UnknownType)PLearn::VMatrix
declareFieldNames(TVec< string > fnames)PLearn::VMatrix
declareOptions(OptionList &ol)PLearn::TransposeVMatrix [protected, static]
deepCopy(CopiesMap &copies) constPLearn::Object [virtual]
defineSizes(int inputsize, int targetsize, int weightsize=0)PLearn::VMatrix [inline]
deleteStringMapping(int col)PLearn::VMatrix
dot(int i1, int i2, int inputsize) constPLearn::RowBufferedVMatrix [virtual]
dot(int i, const Vec &v) constPLearn::RowBufferedVMatrix [virtual]
PLearn::VMatrix::dot(int i1, int i2) constPLearn::VMatrix [inline]
evaluateKernel(Ker ker, int v1_startcol, int v1_ncols, const Vec &v2, const Vec &result, int startrow=0, int nrows=-1) constPLearn::VMatrix [virtual]
evaluateKernelBottomN(int N, Ker ker, int v1_startcol, int v1_ncols, const Vec &v2, int startrow=0, int nrows=-1, int ignore_this_row=-1) constPLearn::VMatrix [virtual]
evaluateKernelSum(Ker ker, int v1_startcol, int v1_ncols, const Vec &v2, int startrow=0, int nrows=-1, int ignore_this_row=-1) constPLearn::VMatrix [virtual]
evaluateKernelTopN(int N, Ker ker, int v1_startcol, int v1_ncols, const Vec &v2, int startrow=0, int nrows=-1, int ignore_this_row=-1) constPLearn::VMatrix [virtual]
evaluateKernelWeightedTargetSum(Ker ker, int v1_startcol, int v1_ncols, const Vec &v2, int t_startcol, int t_ncols, Vec &targetsum, int startrow=0, int nrows=-1, int ignore_this_row=-1) constPLearn::VMatrix [virtual]
evaluateSumOfFbprop(Func f, Vec &output_result, Vec &output_gradient, int nsamples=-1)PLearn::VMatrix [virtual]
evaluateSumOfFprop(Func f, Vec &output_result, int nsamples=-1)PLearn::VMatrix [virtual]
field_statsPLearn::VMatrix [mutable, protected]
fieldheader(int elementcharwidth=8)PLearn::VMatrix
fieldIndex(const string &fieldname) constPLearn::VMatrix
fieldinfosPLearn::VMatrix [mutable]
fieldName(int fieldindex) constPLearn::VMatrix [inline]
fieldNames() constPLearn::VMatrix
fieldStat(int j) constPLearn::VMatrix [inline]
fieldStat(const string &fieldname) constPLearn::VMatrix [inline]
fieldstatsPLearn::VMatrix
fieldType(int fieldindex) constPLearn::VMatrix [inline]
fieldType(const string &fieldname) constPLearn::VMatrix [inline]
fill(real value)PLearn::VMatrix [virtual]
find(const Vec &input, real tolerance, int *i=0) constPLearn::VMatrix [virtual]
flush()PLearn::VMatrix [virtual]
forcePutRow(int i, Vec v)PLearn::VMatrix
get(int i, int j) constPLearn::RowBufferedVMatrix [virtual]
getAlias() constPLearn::VMatrix [inline]
getColumn(int i, Vec v) constPLearn::VMatrix [virtual]
getExample(int i, Vec &input, Vec &target, real &weight)PLearn::VMatrix [virtual]
getFieldIndex(const string &fieldname_or_num) constPLearn::VMatrix
getFieldInfos() constPLearn::VMatrix
getFieldInfos(int fieldindex) constPLearn::VMatrix [inline]
getMat(int i, int j, Mat m) constPLearn::VMatrix [virtual]
getMetaDataDir() constPLearn::VMatrix
getMtime() constPLearn::VMatrix [inline]
getNewRow(int i, const Vec &v) constPLearn::TransposeVMatrix [protected, virtual]
getOption(const string &optionname) constPLearn::Object
getOptionList() constPLearn::Object [virtual]
getOptionsToSave() constPLearn::Object [virtual]
getRanges()PLearn::VMatrix
getRealToStringMapping(int col) constPLearn::VMatrix [virtual]
getRow(int i, Vec v) constPLearn::RowBufferedVMatrix [virtual]
PLearn::VMatrix::getRow(int i, VarArray &inputs) constPLearn::VMatrix [virtual]
getSFIFFilename(int col, string ext)PLearn::VMatrix
getSFIFFilename(string fieldname, string ext)PLearn::VMatrix
getStats() constPLearn::VMatrix
getStats(int fieldnum) constPLearn::VMatrix [inline]
getString(int row, int col) constPLearn::VMatrix [virtual]
getStringToRealMapping(int col) constPLearn::VMatrix [virtual]
getStringVal(int col, const string &str) constPLearn::VMatrix [virtual]
getSubRow(int i, int j, Vec v) constPLearn::RowBufferedVMatrix [virtual]
getValString(int col, real val) constPLearn::VMatrix [virtual]
hasFieldInfos() constPLearn::VMatrix
hasMetaDataDir() constPLearn::VMatrix [inline]
hasStats() constPLearn::VMatrix [inline]
hasWeights() constPLearn::VMatrix [inline]
info() constPLearn::Object [virtual]
inherited typedefPLearn::TransposeVMatrix [private]
init_map_sr() constPLearn::VMatrix [inline]
inputsize() constPLearn::VMatrix [inline]
inputsize_PLearn::VMatrix [protected]
isSFIFDirect(int col, string ext)PLearn::VMatrix
isSFIFDirect(string fieldname, string ext)PLearn::VMatrix
isWritable() constPLearn::VMatrix [inline]
length() constPLearn::VMatrix [inline]
length_PLearn::VMatrix [protected]
load(const string &filename)PLearn::Object [virtual]
loadAllStringMappings()PLearn::VMatrix
loadFieldInfos() constPLearn::VMatrix
loadStats(const string &filename)PLearn::VMatrix
loadStringMapping(int col)PLearn::VMatrix
lockMetaDataDir() constPLearn::VMatrix
looksTheSameAs(VMat m)PLearn::VMatrix
makeDeepCopyFromShallowCopy(map< const void *, void * > &copies)PLearn::TransposeVMatrix [virtual]
PLearn::Object::makeDeepCopyFromShallowCopy(CopiesMap &copies)PLearn::Object [virtual]
map_rsPLearn::VMatrix [mutable, protected]
map_srPLearn::VMatrix [mutable, protected]
metadatadirPLearn::VMatrix [protected]
mtime_PLearn::VMatrix [protected]
newread(PStream &in)PLearn::Object
newwrite(PStream &out) constPLearn::Object
Object()PLearn::Object
oldread(istream &in)PLearn::VMatrix [virtual]
oldwrite(ostream &out) constPLearn::VMatrix [virtual]
operator Mat() constPLearn::VMatrix [inline]
other_rowPLearn::RowBufferedVMatrix [mutable, protected]
other_row_indexPLearn::RowBufferedVMatrix [mutable, protected]
PLEARN_DECLARE_ABSTRACT_OBJECT(RowBufferedVMatrix)PLearn::RowBufferedVMatrix
PLearn::VMatrix::PLEARN_DECLARE_ABSTRACT_OBJECT(VMatrix)PLearn::VMatrix
PLEARN_DECLARE_OBJECT(TransposeVMatrix)PLearn::TransposeVMatrix
PLearn::SourceVMatrix::PLEARN_DECLARE_OBJECT(SourceVMatrix)PLearn::SourceVMatrix
PPointable()PLearn::PPointable [inline]
PPointable(const PPointable &other)PLearn::PPointable [inline]
prepareToSendResults(PStream &out, int nres)PLearn::Object [inline, protected]
print(ostream &out) constPLearn::VMatrix [virtual]
printFieldInfo(ostream &out, int fieldnum) constPLearn::VMatrix
printFieldInfo(ostream &out, const string &fieldname_or_num) constPLearn::VMatrix
printFields(ostream &out) constPLearn::VMatrix
put(int i, int j, real value)PLearn::VMatrix [virtual]
putMat(int i, int j, Mat m)PLearn::VMatrix [virtual]
putOrAppendRow(int i, Vec v)PLearn::VMatrix
putRow(int i, Vec v)PLearn::VMatrix [virtual]
putSubRow(int i, int j, Vec v)PLearn::VMatrix [virtual]
read(istream &in)PLearn::Object [virtual]
readOptionVal(PStream &in, const string &optionname)PLearn::Object
ref() constPLearn::PPointable [inline]
removeAllStringMappings()PLearn::VMatrix
removeColumnStringMappings(int c)PLearn::VMatrix
removeStringMapping(int col, string str)PLearn::VMatrix
reset_dimensions()PLearn::VMatrix [inline, virtual]
resolveFieldInfoLink(string target, string source)PLearn::VMatrix
RowBufferedVMatrix()PLearn::RowBufferedVMatrix
RowBufferedVMatrix(int the_length, int the_width)PLearn::RowBufferedVMatrix
run()PLearn::Object [virtual]
save(const string &filename) constPLearn::VMatrix [virtual]
saveAllStringMappings()PLearn::VMatrix
saveAMAT(const string &amatfile, bool verbose=true, bool no_header=false) constPLearn::VMatrix [virtual]
saveDMAT(const string &dmatdir) constPLearn::VMatrix [virtual]
saveFieldInfos() constPLearn::VMatrix
savePMAT(const string &pmatfile) constPLearn::VMatrix [virtual]
saveStats(const string &filename) constPLearn::VMatrix
saveStringMappings(int col, string fname)PLearn::VMatrix
setAlias(const string &the_alias)PLearn::VMatrix [inline]
setFieldInfos(const Array< VMField > &finfo)PLearn::VMatrix
setMetaDataDir(const string &the_metadatadir)PLearn::SourceVMatrix [virtual]
setMetaInfoFromSource()PLearn::SourceVMatrix [protected]
setMtime(time_t t)PLearn::VMatrix [inline]
setOption(const string &optionname, const string &value)PLearn::Object
setSFIFFilename(int col, string ext, string filepath="")PLearn::VMatrix
setSFIFFilename(string fieldname, string ext, string filepath="")PLearn::VMatrix
setStringMapping(int col, const map< string, real > &zemap)PLearn::VMatrix
sourcePLearn::SourceVMatrix
sourcerowPLearn::SourceVMatrix [protected]
SourceVMatrix()PLearn::SourceVMatrix
SourceVMatrix(VMat the_source)PLearn::SourceVMatrix [inline]
subMat(int i, int j, int l, int w)PLearn::VMatrix [virtual]
targetsize() constPLearn::VMatrix [inline]
targetsize_PLearn::VMatrix [protected]
toMat() constPLearn::VMatrix [virtual]
TransposeVMatrix()PLearn::TransposeVMatrix
unduplicateFieldNames()PLearn::VMatrix
unlockMetaDataDir() constPLearn::VMatrix
unref() constPLearn::PPointable [inline]
usage() constPLearn::PPointable [inline]
VMatrix()PLearn::VMatrix
VMatrix(int the_length, int the_width)PLearn::VMatrix
weightsize() constPLearn::VMatrix [inline]
weightsize_PLearn::VMatrix [protected]
width() constPLearn::VMatrix [inline]
width_PLearn::VMatrix [protected]
writablePLearn::VMatrix [protected]
write(ostream &out) constPLearn::Object [virtual]
writeOptionVal(PStream &out, const string &optionname) constPLearn::Object
~Object()PLearn::Object [virtual]
~PPointable()PLearn::PPointable [inline, virtual]
~VMatrix()PLearn::VMatrix [virtual]


Generated on Tue Aug 17 16:26:55 2004 for PLearn by doxygen 1.3.7