_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] |
append(CompactVMatrix *vm) | PLearn::CompactVMatrix | |
appendRow(Vec v) | PLearn::VMatrix | [virtual] |
build() | PLearn::CompactVMatrix | [inline, virtual] |
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] |
CompactVMatrix() | PLearn::CompactVMatrix | |
CompactVMatrix(int the_length, int n_variables, int n_binary, int n_nonbinary_discrete, int n_fixed_point, TVec< int > &n_symbolvalues, Vec &fixed_point_min, Vec &fixed_point_max, bool one_hot_encoding=true) | PLearn::CompactVMatrix | |
CompactVMatrix(VMat m, int keep_last_variables_last=1, bool onehot_encoding=true) | PLearn::CompactVMatrix | |
CompactVMatrix(const string &filename, int nlast=1) | PLearn::CompactVMatrix | |
CompactVMatrix(CompactVMatrix *cvm, VMat m, bool rescale=false, bool check=true) | PLearn::CompactVMatrix | |
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] |
data | PLearn::CompactVMatrix | [protected] |
declareField(int fieldindex, const string &fieldname, VMField::FieldType fieldtype=VMField::UnknownType) | PLearn::VMatrix | |
declareFieldNames(TVec< string > fnames) | PLearn::VMatrix | |
declareOptions(OptionList &ol) | PLearn::VMatrix | [static] |
deepCopy(CopiesMap &copies) const | PLearn::Object | [virtual] |
defineSizes(int inputsize, int targetsize, int weightsize=0) | PLearn::VMatrix | [inline] |
deleteStringMapping(int col) | PLearn::VMatrix | |
delta | PLearn::CompactVMatrix | [protected] |
dot(int i1, int i2, int inputsize) const | PLearn::CompactVMatrix | [virtual] |
dot(int i, const Vec &v) const | PLearn::CompactVMatrix | [virtual] |
PLearn::VMatrix::dot(int i1, int i2) const | PLearn::VMatrix | [inline] |
dotProduct(int i, int j) const | PLearn::CompactVMatrix | [virtual] |
encodeAndPutRow(int i, Vec v) | PLearn::CompactVMatrix | [virtual] |
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] |
fixedpoint_max | PLearn::CompactVMatrix | [protected] |
fixedpoint_min | PLearn::CompactVMatrix | [protected] |
fixedpoint_offset | PLearn::CompactVMatrix | [protected] |
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::CompactVMatrix | [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::CompactVMatrix | [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::CompactVMatrix | [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] |
n_bits | PLearn::CompactVMatrix | [protected] |
n_bits_in_byte | PLearn::CompactVMatrix | [protected, static] |
n_fixedpoint | PLearn::CompactVMatrix | [protected] |
n_last | PLearn::CompactVMatrix | |
n_symbol_values | PLearn::CompactVMatrix | |
n_symbols | PLearn::CompactVMatrix | [protected] |
n_variables | PLearn::CompactVMatrix | [protected] |
nbits() | PLearn::CompactVMatrix | [inline] |
newread(PStream &in) | PLearn::Object | |
newwrite(PStream &out) const | PLearn::Object | |
nfixedpoint() | PLearn::CompactVMatrix | [inline] |
normal_width | PLearn::CompactVMatrix | [protected] |
nsymbols() | PLearn::CompactVMatrix | [inline] |
Object() | PLearn::Object | |
oldread(istream &in) | PLearn::VMatrix | [virtual] |
oldwrite(ostream &out) const | PLearn::VMatrix | [virtual] |
one_hot_encoding | PLearn::CompactVMatrix | [protected] |
operator Mat() const | PLearn::VMatrix | [inline] |
other_row | PLearn::RowBufferedVMatrix | [mutable, protected] |
other_row_index | PLearn::RowBufferedVMatrix | [mutable, protected] |
permutation_vector() | PLearn::CompactVMatrix | [inline] |
perturb(int i, Vec row, real noise_level, int n_last) | PLearn::CompactVMatrix | |
PLEARN_DECLARE_ABSTRACT_OBJECT(RowBufferedVMatrix) | PLearn::RowBufferedVMatrix | |
PLearn::VMatrix::PLEARN_DECLARE_ABSTRACT_OBJECT(VMatrix) | PLearn::VMatrix | |
PLEARN_DECLARE_OBJECT(CompactVMatrix) | PLearn::CompactVMatrix | |
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::CompactVMatrix | [virtual] |
putSubRow(int i, int j, Vec v) | PLearn::CompactVMatrix | [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 | |
row_n_bytes | PLearn::CompactVMatrix | [protected] |
row_norms | PLearn::CompactVMatrix | [protected] |
RowBufferedVMatrix() | PLearn::RowBufferedVMatrix | |
RowBufferedVMatrix(int the_length, int the_width) | PLearn::RowBufferedVMatrix | |
run() | PLearn::Object | [virtual] |
save(const string &filename) | PLearn::CompactVMatrix | [inline, virtual] |
PLearn::RowBufferedVMatrix::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 | |
set_n_bits_in_byte() | PLearn::CompactVMatrix | [protected, static] |
setAlias(const string &the_alias) | PLearn::VMatrix | [inline] |
setFieldInfos(const Array< VMField > &finfo) | PLearn::VMatrix | |
setMetaDataDir(const string &the_metadatadir) | PLearn::VMatrix | [virtual] |
setMtime(time_t t) | PLearn::VMatrix | [inline] |
setOneHotMode(bool on=true) | PLearn::CompactVMatrix | |
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 | |
squareDifference(int i, int j) | PLearn::CompactVMatrix | [virtual] |
subMat(int i, int j, int l, int w) | PLearn::VMatrix | [virtual] |
symbols_offset | PLearn::CompactVMatrix | [protected] |
targetsize() const | PLearn::VMatrix | [inline] |
targetsize_ | PLearn::VMatrix | [protected] |
toMat() const | PLearn::VMatrix | [virtual] |
unduplicateFieldNames() | PLearn::VMatrix | |
unlockMetaDataDir() const | PLearn::VMatrix | |
unref() const | PLearn::PPointable | [inline] |
usage() const | PLearn::PPointable | [inline] |
variables_permutation | PLearn::CompactVMatrix | [protected] |
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] |