, including all inherited members.
_classname_() | PLearn::LocallyPrecomputedVMatrix | [static] |
_getOptionList_() | PLearn::LocallyPrecomputedVMatrix | [static] |
_getRemoteMethodMap_() | PLearn::LocallyPrecomputedVMatrix | [static] |
_isa_(const Object *o) | PLearn::LocallyPrecomputedVMatrix | [static] |
_new_instance_for_typemap_() | PLearn::LocallyPrecomputedVMatrix | [static] |
_static_initialize_() | PLearn::LocallyPrecomputedVMatrix | [static] |
_static_initializer_ | PLearn::LocallyPrecomputedVMatrix | [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 | |
appendRow(Vec v) | PLearn::VMatrix | [virtual] |
appendRows(Mat rows) | PLearn::VMatrix | |
asString() const | PLearn::Object | [virtual] |
asStringRemoteTransmit() const | PLearn::Object | [virtual] |
build() | PLearn::LocallyPrecomputedVMatrix | [virtual] |
build_() | PLearn::LocallyPrecomputedVMatrix | [private] |
call(const string &methodname, int nargs, PStream &io) | 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::LocallyPrecomputedVMatrix | [virtual] |
compacify() | PLearn::VMatrix | [virtual] |
compareStats(VMat target, real stderror_threshold, real missing_threshold, Vec stderror, Vec missing) | PLearn::VMatrix | |
compatibleSizeError(const VMat &m, const string &extra_msg="") | PLearn::VMatrix | |
computeMissingSizeValue(bool warn_if_cannot_compute=true, bool warn_if_size_mismatch=true) | PLearn::VMatrix | |
computeStats() | PLearn::VMatrix | [virtual] |
copySizesFrom(const VMat &m) | PLearn::VMatrix | |
copyStringMappingsFrom(const 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(const TVec< string > &fnames) | PLearn::VMatrix | |
declareMethods(RemoteMethodMap &rmm) | PLearn::VMatrix | [protected, static] |
declareOptions(OptionList &ol) | PLearn::LocallyPrecomputedVMatrix | [protected, static] |
declaringFile() | PLearn::LocallyPrecomputedVMatrix | [inline, static] |
deep_copy_source | PLearn::SourceVMatrix | |
deepCopy(CopiesMap &copies) const | PLearn::LocallyPrecomputedVMatrix | [virtual] |
deepCopyNoMap() | PLearn::Object | |
defineSizes(int inputsize, int targetsize, int weightsize=0, int extrasize=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] |
extraFieldNames() const | PLearn::VMatrix | [virtual] |
extrasize() const | PLearn::VMatrix | [inline] |
extrasize_ | PLearn::VMatrix | [mutable, protected] |
field_p_stats | PLearn::VMatrix | [mutable, protected] |
field_stats | PLearn::VMatrix | [mutable, protected] |
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, int i_start=0) const | PLearn::VMatrix | |
flush() | PLearn::VMatrix | [virtual] |
forcePutRow(int i, Vec v) | PLearn::VMatrix | |
get(int i, int j) const | PLearn::RowBufferedVMatrix | [virtual] |
getBoundingBox(real extra_percent=0.00) const | PLearn::VMatrix | |
getColumn(int i, Vec v) const | PLearn::VMatrix | [virtual] |
getDictionary(int col) const | PLearn::SourceVMatrix | [virtual] |
getExample(int i, Vec &input, Vec &target, real &weight) | PLearn::VMatrix | [virtual] |
getExamples(int i_start, int length, Mat &inputs, Mat &targets, Vec &weights, Mat *extra=NULL, bool allow_circular=false) | PLearn::VMatrix | |
getExtra(int i, Vec &extra) | PLearn::VMatrix | [virtual] |
getFieldIndex(const string &fieldname_or_num, bool throw_error=true) 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::PrecomputedVMatrix | [protected, virtual] |
getOption(const string &optionname) const | PLearn::Object | |
getOptionList() const | PLearn::LocallyPrecomputedVMatrix | [virtual] |
getOptionMap() const | PLearn::LocallyPrecomputedVMatrix | [virtual] |
getOptionsToRemoteTransmit() const | PLearn::Object | [virtual] |
getOptionsToSave() const | PLearn::Object | [virtual] |
getPrecomputedStatsFromFile(const string &filename, int maxnvalues, bool progress_bar) const | PLearn::VMatrix | |
getRanges() | PLearn::VMatrix | |
getRealToStringMapping(int col) const | PLearn::VMatrix | [virtual] |
getRemoteMethodMap() const | PLearn::LocallyPrecomputedVMatrix | [virtual] |
getRow(int i, Vec v) const | PLearn::RowBufferedVMatrix | [virtual] |
getRowAsStrings(int i, TVec< string > &v_str) const | PLearn::VMatrix | [virtual] |
getRowVec(int i) const | PLearn::VMatrix | |
getSavedFieldInfos() const | PLearn::VMatrix | |
getSavedSizes(int &inputsize, int &targetsize, int &weightsize, int &extrasize) const | PLearn::VMatrix | |
getSFIFDirectory() const | PLearn::VMatrix | |
getSFIFFilename(int col, string ext) | PLearn::VMatrix | |
getSFIFFilename(string fieldname, string ext) | PLearn::VMatrix | |
getSizeOnDisk() | PLearn::VMatrix | [inline, virtual] |
getStats(bool progress_bar=false) 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] |
getValues(int row, int col, Vec &values) const | PLearn::SourceVMatrix | [virtual] |
getValues(const Vec &input, int col, Vec &values) const | PLearn::SourceVMatrix | [virtual] |
hasFieldInfos() const | PLearn::VMatrix | |
hasMetaDataDir() const | PLearn::VMatrix | [inline] |
hasOption(const string &optionname) const | PLearn::Object | |
hasStats() const | PLearn::VMatrix | [inline] |
hasWeights() const | PLearn::VMatrix | [inline] |
info() const | PLearn::Object | [virtual] |
inherited typedef | PLearn::LocallyPrecomputedVMatrix | [private] |
init_map_sr() const | PLearn::VMatrix | |
inputFieldNames() const | PLearn::VMatrix | [virtual] |
inputsize() const | PLearn::VMatrix | [inline] |
inputsize_ | PLearn::VMatrix | [mutable, protected] |
insertRow(int i, Vec v) | PLearn::VMatrix | [virtual] |
invalidateBuffer() const | PLearn::RowBufferedVMatrix | [protected, virtual] |
isSFIFDirect(int col, string ext) | PLearn::VMatrix | |
isSFIFDirect(string fieldname, string ext) | PLearn::VMatrix | |
isUpToDate(const PPath &file, bool warning_mtime0=true, bool warning_older=false) const | PLearn::VMatrix | |
isUpToDate(VMat vm, bool warning_mtime0=true, bool warning_older=false) const | PLearn::VMatrix | |
isWritable() const | PLearn::VMatrix | [inline] |
length() const | PLearn::VMatrix | [inline] |
length_ | PLearn::VMatrix | [mutable, protected] |
load(const PPath &filename) | PLearn::Object | [virtual] |
loadAllStringMappings() | PLearn::VMatrix | [virtual] |
loadFieldInfos() const | PLearn::VMatrix | |
loadStats(const PPath &filename) | PLearn::VMatrix | |
loadStringMapping(int col) | PLearn::VMatrix | |
local_dir | PLearn::LocallyPrecomputedVMatrix | |
LocallyPrecomputedVMatrix() | PLearn::LocallyPrecomputedVMatrix | |
lockMetaDataDir(time_t max_lock_age=0, bool verbose=true) const | PLearn::VMatrix | |
looksTheSameAs(const VMat &m) | PLearn::VMatrix | |
makeDeepCopyFromShallowCopy(CopiesMap &copies) | PLearn::LocallyPrecomputedVMatrix | [virtual] |
map_rs | PLearn::VMatrix | [mutable, protected] |
map_sr | PLearn::VMatrix | [mutable, protected] |
max_wait | PLearn::LocallyPrecomputedVMatrix | |
maxFieldNamesSize() const | PLearn::VMatrix | |
metadatadir | PLearn::VMatrix | [protected] |
newread(PStream &in, unsigned int id=UINT_MAX) | PLearn::Object | |
newwrite(PStream &out) const | PLearn::VMatrix | [virtual] |
Object(bool call_build_=false) | PLearn::Object | |
oldread(istream &in) | PLearn::Object | [virtual] |
operator Mat() const | PLearn::VMatrix | [inline] |
other_row | PLearn::RowBufferedVMatrix | [mutable, protected] |
other_row_index | PLearn::RowBufferedVMatrix | [mutable, protected] |
parseOptionName(const string &optionname, Object *&final_object, OptionList::iterator &option_iter, string &option_index) | PLearn::Object | |
parseOptionName(const string &optionname, const Object *&final_object, OptionList::iterator &option_iter, string &option_index) const | PLearn::Object | |
PPointable() | PLearn::PPointable | [inline] |
PPointable(const PPointable &other) | PLearn::PPointable | [inline] |
precomp_source | PLearn::PrecomputedVMatrix | [protected] |
precomp_type | PLearn::PrecomputedVMatrix | |
PrecomputedVMatrix() | PLearn::PrecomputedVMatrix | |
prepareToSendResults(PStream &out, int nres) | PLearn::Object | [static] |
printFieldInfo(PStream &out, int fieldnum, bool print_binning=false) const | PLearn::VMatrix | |
printFieldInfo(PStream &out, const string &fieldname_or_num, bool print_binning=false) const | PLearn::VMatrix | |
printFields(PStream &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, unsigned int id=UINT_MAX) | PLearn::Object | |
ref() const | PLearn::PPointable | [inline] |
remote_getColumn(int i) const | PLearn::VMatrix | |
remote_getExample(int i) | PLearn::VMatrix | |
remote_getExtra(int i) | PLearn::VMatrix | |
remote_getFieldIndex(const string &fieldname_or_num) const | PLearn::VMatrix | [inline] |
remote_getStats() const | PLearn::VMatrix | |
remote_savePMAT(const PPath &pmatfile) const | PLearn::VMatrix | [inline, virtual] |
remote_savePMAT_float(const PPath &pmatfile) const | PLearn::VMatrix | [inline, virtual] |
remove_when_done | PLearn::LocallyPrecomputedVMatrix | |
removeAllStringMappings() | PLearn::VMatrix | |
removeColumnStringMappings(int c) | PLearn::VMatrix | |
removeStringMapping(int col, string str) | PLearn::VMatrix | |
reset_dimensions() | PLearn::VMatrix | [inline, virtual] |
resolveFieldInfoLink(const PPath &target, const PPath &source) | PLearn::VMatrix | |
RowBufferedVMatrix(bool call_build_=false) | PLearn::RowBufferedVMatrix | |
RowBufferedVMatrix(int the_length, int the_width, bool call_build_=false) | PLearn::RowBufferedVMatrix | |
run() | PLearn::Object | [virtual] |
save(const PPath &filename) const | PLearn::VMatrix | [virtual] |
saveAllStringMappings() | PLearn::VMatrix | |
saveAMAT(const PPath &amatfile, bool verbose=true, bool no_header=false, bool save_strings=false) const | PLearn::VMatrix | [virtual] |
saveCMAT(const PPath &filename) const | PLearn::VMatrix | [virtual] |
saveDMAT(const PPath &dmatdir) const | PLearn::VMatrix | [virtual] |
saveFieldInfos() const | PLearn::VMatrix | |
savePMAT(const PPath &pmatfile, bool force_float=false, bool auto_float=false) const | PLearn::VMatrix | [virtual] |
saveStats(const PPath &filename) const | PLearn::VMatrix | |
saveStringMappings(int col, const PPath &fname, map< string, real > *str_to_real=0) | PLearn::VMatrix | |
sequential_access | PLearn::LocallyPrecomputedVMatrix | |
setFieldInfos(const Array< VMField > &finfo) const | PLearn::VMatrix | |
setMetaDataDir(const PPath &the_metadatadir) | PLearn::PrecomputedVMatrix | [virtual] |
setMetaInfoFrom(const VMatrix *vm) | PLearn::VMatrix | [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, const PPath &filepath="") | PLearn::VMatrix | |
setSFIFFilename(string fieldname, string ext, const PPath &filepath="") | PLearn::VMatrix | |
setStringMapping(int col, const map< string, real > &zemap) | PLearn::VMatrix | |
source | PLearn::SourceVMatrix | |
sourcerow | PLearn::SourceVMatrix | [mutable, protected] |
SourceVMatrix(bool call_build_=false) | PLearn::SourceVMatrix | |
SourceVMatrix(VMat the_source, bool call_build_=false) | PLearn::SourceVMatrix | |
SourceVMatrix(VMat the_source, int the_length, int the_width, bool call_build_=false) | PLearn::SourceVMatrix | |
subMat(int i, int j, int l, int w) | PLearn::VMatrix | [virtual] |
targetFieldNames() const | PLearn::VMatrix | [virtual] |
targetsize() const | PLearn::VMatrix | [inline] |
targetsize_ | PLearn::VMatrix | [mutable, protected] |
temporary | PLearn::PrecomputedVMatrix | |
toMat() const | PLearn::VMatrix | [virtual] |
toMatCopy() const | PLearn::VMatrix | |
unduplicateFieldNames() | PLearn::VMatrix | |
unlockMetaDataDir() const | PLearn::VMatrix | |
unref() const | PLearn::PPointable | [inline] |
updateMtime(time_t t) | PLearn::VMatrix | |
updateMtime(const PPath &p) | PLearn::VMatrix | |
updateMtime(VMat v) | PLearn::VMatrix | |
usage() const | PLearn::PPointable | [inline] |
verbosity | PLearn::LocallyPrecomputedVMatrix | |
VMatrix(bool call_build_=false) | PLearn::VMatrix | |
VMatrix(int the_length, int the_width, bool call_build_=false) | PLearn::VMatrix | |
weightFieldNames() const | PLearn::VMatrix | [virtual] |
weightsize() const | PLearn::VMatrix | [inline] |
weightsize_ | PLearn::VMatrix | [mutable, 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 | |
~LocallyPrecomputedVMatrix() | PLearn::LocallyPrecomputedVMatrix | [virtual] |
~Object() | PLearn::Object | [virtual] |
~PPointable() | PLearn::PPointable | [inline, virtual] |
~VMatrix() | PLearn::VMatrix | [virtual] |