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

PLearn::CompactVMatrix Member List

This is the complete list of members for PLearn::CompactVMatrix, 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]
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() constPLearn::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_rowPLearn::RowBufferedVMatrix [mutable, protected]
current_row_indexPLearn::RowBufferedVMatrix [mutable, protected]
dataPLearn::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) constPLearn::Object [virtual]
defineSizes(int inputsize, int targetsize, int weightsize=0)PLearn::VMatrix [inline]
deleteStringMapping(int col)PLearn::VMatrix
deltaPLearn::CompactVMatrix [protected]
dot(int i1, int i2, int inputsize) constPLearn::CompactVMatrix [virtual]
dot(int i, const Vec &v) constPLearn::CompactVMatrix [virtual]
PLearn::VMatrix::dot(int i1, int i2) constPLearn::VMatrix [inline]
dotProduct(int i, int j) constPLearn::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) 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]
fixedpoint_maxPLearn::CompactVMatrix [protected]
fixedpoint_minPLearn::CompactVMatrix [protected]
fixedpoint_offsetPLearn::CompactVMatrix [protected]
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::CompactVMatrix [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::CompactVMatrix [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::CompactVMatrix [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]
n_bitsPLearn::CompactVMatrix [protected]
n_bits_in_bytePLearn::CompactVMatrix [protected, static]
n_fixedpointPLearn::CompactVMatrix [protected]
n_lastPLearn::CompactVMatrix
n_symbol_valuesPLearn::CompactVMatrix
n_symbolsPLearn::CompactVMatrix [protected]
n_variablesPLearn::CompactVMatrix [protected]
nbits()PLearn::CompactVMatrix [inline]
newread(PStream &in)PLearn::Object
newwrite(PStream &out) constPLearn::Object
nfixedpoint()PLearn::CompactVMatrix [inline]
normal_widthPLearn::CompactVMatrix [protected]
nsymbols()PLearn::CompactVMatrix [inline]
Object()PLearn::Object
oldread(istream &in)PLearn::VMatrix [virtual]
oldwrite(ostream &out) constPLearn::VMatrix [virtual]
one_hot_encodingPLearn::CompactVMatrix [protected]
operator Mat() constPLearn::VMatrix [inline]
other_rowPLearn::RowBufferedVMatrix [mutable, protected]
other_row_indexPLearn::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) 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::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() 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
row_n_bytesPLearn::CompactVMatrix [protected]
row_normsPLearn::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) 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
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_offsetPLearn::CompactVMatrix [protected]
targetsize() constPLearn::VMatrix [inline]
targetsize_PLearn::VMatrix [protected]
toMat() constPLearn::VMatrix [virtual]
unduplicateFieldNames()PLearn::VMatrix
unlockMetaDataDir() constPLearn::VMatrix
unref() constPLearn::PPointable [inline]
usage() constPLearn::PPointable [inline]
variables_permutationPLearn::CompactVMatrix [protected]
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:04 2004 for PLearn by doxygen 1.3.7