_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) const | PLearn::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) const | PLearn::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() const | PLearn::Object | [virtual] |
compacify() | PLearn::VMatrix | [virtual] |
computeStats() | PLearn::VMatrix | [virtual] |
copySizesFrom(VMat m) | PLearn::VMatrix | |
copyStringMappingsFrom(VMat source) | PLearn::VMatrix | |
current_row | PLearn::RowBufferedVMatrix | [mutable, protected] |
current_row_index | PLearn::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) const | PLearn::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) const | PLearn::RowBufferedVMatrix | [virtual] |
dot(int i, const Vec &v) const | PLearn::RowBufferedVMatrix | [virtual] |
PLearn::VMatrix::dot(int i1, int i2) const | PLearn::VMatrix | [inline] |
evaluateKernel(Ker ker, int v1_startcol, int v1_ncols, const Vec &v2, const Vec &result, int startrow=0, int nrows=-1) const | PLearn::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) const | PLearn::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) const | PLearn::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) const | PLearn::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) const | PLearn::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_stats | PLearn::VMatrix | [mutable, protected] |
fieldheader(int elementcharwidth=8) | PLearn::VMatrix | |
fieldIndex(const string &fieldname) const | PLearn::VMatrix | |
fieldinfos | PLearn::VMatrix | [mutable] |
fieldName(int fieldindex) const | PLearn::VMatrix | [inline] |
fieldNames() const | PLearn::VMatrix | |
fieldStat(int j) const | PLearn::VMatrix | [inline] |
fieldStat(const string &fieldname) const | PLearn::VMatrix | [inline] |
fieldstats | PLearn::VMatrix | |
fieldType(int fieldindex) const | PLearn::VMatrix | [inline] |
fieldType(const string &fieldname) const | PLearn::VMatrix | [inline] |
fill(real value) | PLearn::VMatrix | [virtual] |
find(const Vec &input, real tolerance, int *i=0) const | PLearn::VMatrix | [virtual] |
flush() | PLearn::VMatrix | [virtual] |
forcePutRow(int i, Vec v) | PLearn::VMatrix | |
get(int i, int j) const | PLearn::RowBufferedVMatrix | [virtual] |
getAlias() const | PLearn::VMatrix | [inline] |
getColumn(int i, Vec v) const | PLearn::VMatrix | [virtual] |
getExample(int i, Vec &input, Vec &target, real &weight) | PLearn::VMatrix | [virtual] |
getFieldIndex(const string &fieldname_or_num) const | PLearn::VMatrix | |
getFieldInfos() const | PLearn::VMatrix | |
getFieldInfos(int fieldindex) const | PLearn::VMatrix | [inline] |
getMat(int i, int j, Mat m) const | PLearn::VMatrix | [virtual] |
getMetaDataDir() const | PLearn::VMatrix | |
getMtime() const | PLearn::VMatrix | [inline] |
getNewRow(int i, const Vec &v) const | PLearn::TransposeVMatrix | [protected, virtual] |
getOption(const string &optionname) const | PLearn::Object | |
getOptionList() const | PLearn::Object | [virtual] |
getOptionsToSave() const | PLearn::Object | [virtual] |
getRanges() | PLearn::VMatrix | |
getRealToStringMapping(int col) const | PLearn::VMatrix | [virtual] |
getRow(int i, Vec v) const | PLearn::RowBufferedVMatrix | [virtual] |
PLearn::VMatrix::getRow(int i, VarArray &inputs) const | PLearn::VMatrix | [virtual] |
getSFIFFilename(int col, string ext) | PLearn::VMatrix | |
getSFIFFilename(string fieldname, string ext) | PLearn::VMatrix | |
getStats() const | PLearn::VMatrix | |
getStats(int fieldnum) const | PLearn::VMatrix | [inline] |
getString(int row, int col) const | PLearn::VMatrix | [virtual] |
getStringToRealMapping(int col) const | PLearn::VMatrix | [virtual] |
getStringVal(int col, const string &str) const | PLearn::VMatrix | [virtual] |
getSubRow(int i, int j, Vec v) const | PLearn::RowBufferedVMatrix | [virtual] |
getValString(int col, real val) const | PLearn::VMatrix | [virtual] |
hasFieldInfos() const | PLearn::VMatrix | |
hasMetaDataDir() const | PLearn::VMatrix | [inline] |
hasStats() const | PLearn::VMatrix | [inline] |
hasWeights() const | PLearn::VMatrix | [inline] |
info() const | PLearn::Object | [virtual] |
inherited typedef | PLearn::TransposeVMatrix | [private] |
init_map_sr() const | PLearn::VMatrix | [inline] |
inputsize() const | PLearn::VMatrix | [inline] |
inputsize_ | PLearn::VMatrix | [protected] |
isSFIFDirect(int col, string ext) | PLearn::VMatrix | |
isSFIFDirect(string fieldname, string ext) | PLearn::VMatrix | |
isWritable() const | PLearn::VMatrix | [inline] |
length() const | PLearn::VMatrix | [inline] |
length_ | PLearn::VMatrix | [protected] |
load(const string &filename) | PLearn::Object | [virtual] |
loadAllStringMappings() | PLearn::VMatrix | |
loadFieldInfos() const | PLearn::VMatrix | |
loadStats(const string &filename) | PLearn::VMatrix | |
loadStringMapping(int col) | PLearn::VMatrix | |
lockMetaDataDir() const | PLearn::VMatrix | |
looksTheSameAs(VMat m) | PLearn::VMatrix | |
makeDeepCopyFromShallowCopy(map< const void *, void * > &copies) | PLearn::TransposeVMatrix | [virtual] |
PLearn::Object::makeDeepCopyFromShallowCopy(CopiesMap &copies) | PLearn::Object | [virtual] |
map_rs | PLearn::VMatrix | [mutable, protected] |
map_sr | PLearn::VMatrix | [mutable, protected] |
metadatadir | PLearn::VMatrix | [protected] |
mtime_ | PLearn::VMatrix | [protected] |
newread(PStream &in) | PLearn::Object | |
newwrite(PStream &out) const | PLearn::Object | |
Object() | PLearn::Object | |
oldread(istream &in) | PLearn::VMatrix | [virtual] |
oldwrite(ostream &out) const | PLearn::VMatrix | [virtual] |
operator Mat() const | PLearn::VMatrix | [inline] |
other_row | PLearn::RowBufferedVMatrix | [mutable, protected] |
other_row_index | PLearn::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) const | PLearn::VMatrix | [virtual] |
printFieldInfo(ostream &out, int fieldnum) const | PLearn::VMatrix | |
printFieldInfo(ostream &out, const string &fieldname_or_num) const | PLearn::VMatrix | |
printFields(ostream &out) const | PLearn::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() const | PLearn::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) const | PLearn::VMatrix | [virtual] |
saveAllStringMappings() | PLearn::VMatrix | |
saveAMAT(const string &amatfile, bool verbose=true, bool no_header=false) const | PLearn::VMatrix | [virtual] |
saveDMAT(const string &dmatdir) const | PLearn::VMatrix | [virtual] |
saveFieldInfos() const | PLearn::VMatrix | |
savePMAT(const string &pmatfile) const | PLearn::VMatrix | [virtual] |
saveStats(const string &filename) const | PLearn::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 | |
source | PLearn::SourceVMatrix | |
sourcerow | PLearn::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() const | PLearn::VMatrix | [inline] |
targetsize_ | PLearn::VMatrix | [protected] |
toMat() const | PLearn::VMatrix | [virtual] |
TransposeVMatrix() | PLearn::TransposeVMatrix | |
unduplicateFieldNames() | PLearn::VMatrix | |
unlockMetaDataDir() const | PLearn::VMatrix | |
unref() const | PLearn::PPointable | [inline] |
usage() const | PLearn::PPointable | [inline] |
VMatrix() | PLearn::VMatrix | |
VMatrix(int the_length, int the_width) | PLearn::VMatrix | |
weightsize() const | PLearn::VMatrix | [inline] |
weightsize_ | PLearn::VMatrix | [protected] |
width() const | PLearn::VMatrix | [inline] |
width_ | PLearn::VMatrix | [protected] |
writable | PLearn::VMatrix | [protected] |
write(ostream &out) const | PLearn::Object | [virtual] |
writeOptionVal(PStream &out, const string &optionname) const | PLearn::Object | |
~Object() | PLearn::Object | [virtual] |
~PPointable() | PLearn::PPointable | [inline, virtual] |
~VMatrix() | PLearn::VMatrix | [virtual] |