PLearn 0.1
Deprecated List

Class PLearn::AddBagInformationVMatrix
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::AdditiveGaussianNoiseVariable
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::ArgmaxModule
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::AutoLinearRegressor
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::AutoVMatrixSaveSource
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::AutoVMatrixTest
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::BasicIdentityCallsTest
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::BasisSelectionRegressor
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::BernoulliSampleVariable
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::BetaKernel
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::BinaryKernelDiscrimination
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::ChainedLearners
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::ConfigParsing
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::ConstantRealFunction
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::CorrelationProfiler

Class PLearn::DeepReconstructorNet
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::DichotomizeVMatrix
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::DiverseComponentAnalysis
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::DoubleProductVariable
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::ExtractOptionCommand
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::FileVMatrixTest
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::GaussianDBNClassification
Use ../DeepBeliefNet.h instead

Class PLearn::GaussianDBNRegression
Use ../DeepBeliefNet.h instead

Class PLearn::GaussianizeVMatrix
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::GaussPartSupervisedDBN
Use ../DeepBeliefNet.h instead

Class PLearn::HeapTest
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::HintonDeepBeliefNet
Use ../DeepBeliefNet.h instead

Class PLearn::HTMLHelpGenerator
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::InjectionTest
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::InterfunctionXchgTest
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::KernelDensityEstimator
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::KFoldLogisticClassifier
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::KLp0p1RBMModule
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::KNNImputationVMatrix
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::Learner
This class is DEPRECATED, derive from PLearner instead.

Class PLearn::LinearCombinationOfScalarVariables
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::LocalGaussianClassifier
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::LogSoftSoftMaxVariable
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::MatrixModule
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::MemoryStressTest
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::MemoryVMatrixNoSave
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::MissingInstructionVMatrix
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::MixtureDistribution
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::MixUnlabeledNeighbourVMatrix
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::ModuleTester
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::MultiClassAdaBoost
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::MultiMaxVariable
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::MultiSampleVariable
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::NetflixVMatrix
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::NeuralNet
This class is DEPRECATED.

Class PLearn::NLLErrModule
: Use ../NLLCostModule if you only want the NLL, or SoftmaxModule and NLLCostModule (possibly in a ProcessInputCostModule) if you want softmax + NLL

Class PLearn::NnlmOnlineLearner

Class PLearn::NnlmOutputLayer

Class PLearn::NnlmWordRepresentationLayer

Class PLearn::NormalizationLearner
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::NullModule
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::NxProfileLearner
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Member PLearn::Object::load (const PPath &filename)
It simply calls the generic PLearn load function (that can load any PLearn object): PLearn::load(filename, *this) So you should call PLearn::load directly (it's defined in plearn/io/load_and_save.h).

Member PLearn::Object::oldread (istream &in)
For backward compatibility with old saved object

Member PLearn::Object::read (istream &in)
Use the declareOption / build mechanism instead, that provides automatic serialization

Member PLearn::Object::save (const PPath &filename) const
It simply calls the generic PLearn save function (that can save any PLearn object): PLearn::save(filename, *this) So you should call PLearn::save directly (it's defined in plearn/io/load_and_save.h).

Member PLearn::Object::write (ostream &out) const
Use the declareOption / build mechanism instead, that provides automatic serialization

Class PLearn::ObjectGraphIteratorTest
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::OnlineGramNaturalGradientOptimizer

Class PLearn::PartSupervisedDBN
Use ../DeepBeliefNet.h instead

Class PLearn::PentaTest
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::PIFStream
Use openFile instead.

Class PLearn::PIStringStream
Use openString instead.

Class PLearn::PLCheckTest
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::PLLogTest
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::PLMathTest
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::PLStringutilsTest
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::POFStream
Use openFile instead.

Member PLearn::Popen::launch (const string &commandline, bool redirect_stderr=false)
Use the other version of launch instead.

Class PLearn::PPathTest
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::PPTest
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::ProbabilityPairsInverseVariable
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::ProbabilityPairsVariable
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::PruningLinearRegressor
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::PStreamBufTest
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::PTimer
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::PutSubVMatrix
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::RandomForcedValuesVariable
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::RandomSamplesVMatrix
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::RankingFromKernel
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::RBMBinomialLayer
Use ../RBMBinomialLayer.h instead

Class PLearn::RBMConv2DLLParameters
Use ../RBMConv2DConnection.h instead

Class PLearn::RBMDistribution
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::RBMGaussianLayer
Use ../RBMGaussianLayer.h instead

Class PLearn::RBMGenericParameters
Use ../RBMMixedConnection.h instead

Class PLearn::RBMJointGenericParameters
Use ../RBMMixedConnection.h instead

Class PLearn::RBMJointLLParameters
Use ../RBMMixedConnection.h instead

Class PLearn::RBMLayer
Use ../RBMLayer.h instead

Class PLearn::RBMLLParameters
Use ../RBMMatrixConnection.h instead

Class PLearn::RBMLQParameters
Use ../RBMMatrixConnection.h instead

Class PLearn::RBMMixedLayer
Use ../RBMMixedLayer.h instead

Class PLearn::RBMModule
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::RBMMultinomialLayer
Use ../RBMMultinomialLayer.h instead

Class PLearn::RBMParameters
Use ../RBMConnection.h instead

Class PLearn::RBMQLParameters
Use ../RBMMatrixConnection.h instead

Class PLearn::RBMTrainer
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::RBMTruncExpLayer
Use ../RBMTruncExpLayer.h instead

Class PLearn::RealFunction
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::RealFunctionFromKernel
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::RealFunctionOfInputFeature
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::RealFunctionProduct
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::RealRangeIndicatorFunction
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::RealValueIndicatorFunction
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::RegressorFromDistribution
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::RemoveObservationTest
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::ReplicateSamplesVMatrix
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::RowBufferedVMatrixTest
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::RunICPVariable
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::SaltPepperNoiseVariable
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::ScoreLayerVariable
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::SelectRowsMultiInstanceVMatrix
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::SelectSetsSplitter
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::SemiSupervisedDBN
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::ShiftAndRescaleFeatureRealFunction
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::SoftSoftMaxVariable
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::SplitModule
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::SquaredErrModule
: Use ../SquaredErrorCostModule instead

Class PLearn::StabilisationLearner
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::StackedModulesLearner
Use ../ModulesLearner instead

Class PLearn::StackedModulesModule
: use ../ModuleStackModule or ../ProcessInputCostModule instead

Class PLearn::Stan
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::StatsCommand
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::StochasticBinarizeVMatrix
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::SumEntropyOfBernoullis
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::SumEntropyOfCategoricals
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::SumVarianceOfLinearTransformedBernoullis
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::SumVarianceOfLinearTransformedCategoricals
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::SupervisedDBN
Use ../DeepBeliefNet.h instead

Class PLearn::SurfaceTemplateLearner
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::TargetEncodingLearner
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::TestLearner
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::TestSnippet
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Member PLearn::TextFilesVMatrix::metadatapath
Use metadadir of VMatrix class instead.

Class PLearn::TMatTest
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::ToBagClassifier
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::TransformOutputLearner
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::TransposedDoubleProductVariable
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::TruncatedRealFunction
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::TupleTest
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::UndirectedSoftmaxModule
Use ../RBMClassificationModule.h instead

Class PLearn::UnfrozenDeepBeliefNet
Make a new class instead

Class PLearn::ValueSelectRowsVMatrix
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::VariablesTest
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::VarUtilsTest
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::VerifyGradientCommand
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Class PLearn::VMatDictionaryCommand
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Member PLearn::VMatrix::save (const PPath &filename) const
Use savePMAT() instead.

Class PLearn::VMatViewCommand
Write deprecated stuff here if there is any. Indicate what else should be used instead.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines