|
PLearn 0.1
|
#include <plearn/python/PythonCodeSnippet.h>#include <plearn/python/PythonProcessedVMatrix.h>#include <plearn_learners/misc/Grapher.h>#include <plearn_learners/misc/VariableSelectionWithDirectedGradientDescent.h>#include <plearn/math/ManualBinner.h>#include <plearn/math/SoftHistogramBinner.h>#include <plearn/misc/ShellScript.h>#include <plearn/misc/RunObject.h>#include <plearn/db/UCISpecification.h>#include <plearn_learners/testers/PTester.h>#include <commands/PLearnCommands/AutoRunCommand.h>#include <commands/PLearnCommands/DiffCommand.h>#include <commands/PLearnCommands/FieldConvertCommand.h>#include <commands/PLearnCommands/FillFeatureSetCommand.h>#include <commands/PLearnCommands/HelpCommand.h>#include <commands/PLearnCommands/JulianDateCommand.h>#include <commands/PLearnCommands/KolmogorovSmirnovCommand.h>#include <commands/PLearnCommands/LearnerCommand.h>#include <commands/PLearnCommands/OutputFeaturesCommand.h>#include <commands/PLearnCommands/ReadAndWriteCommand.h>#include <commands/PLearnCommands/RunCommand.h>#include <commands/PLearnCommands/ServerCommand.h>#include <commands/PLearnCommands/TestDependenciesCommand.h>#include <commands/PLearnCommands/TestDependencyCommand.h>#include <commands/PLearnCommands/VMatCommand.h>#include <commands/PLearnCommands/VMatViewCommand.h>#include <plearn/dict/Dictionary.h>#include <plearn/dict/FileDictionary.h>#include <plearn/dict/VecDictionary.h>#include <plearn/dict/WordNetSenseDictionary.h>#include <plearn/dict/ConditionalDictionary.h>#include <plearn/feat/FeatureSet.h>#include <plearn/feat/ConcatDisjointFeatureSet.h>#include <plearn/feat/CachedFeatureSet.h>#include <plearn/feat/HashMapFeatureSet.h>#include <plearn/feat/WordNetFeatureSet.h>#include <plearn/feat/PythonFeatureSet.h>#include <plearn/feat/IdentityFeatureSet.h>#include <plearn_learners/hyper/HyperOptimize.h>#include <plearn_learners/hyper/HyperRetrain.h>#include <plearn_learners/hyper/CartesianProductOracle.h>#include <plearn_learners/hyper/EarlyStoppingOracle.h>#include <plearn_learners/hyper/ExplicitListOracle.h>#include <plearn_learners/hyper/OptimizeOptionOracle.h>#include <plearn_learners/generic/AddCostToLearner.h>#include <plearn_learners/generic/FeatureSetNNet.h>#include <plearn_learners/classifiers/FeatureSetNaiveBayesClassifier.h>#include <plearn_learners/classifiers/ClassifierFromConditionalPDistribution.h>#include <plearn_learners/hyper/HyperLearner.h>#include <plearn_learners/unsupervised/Isomap.h>#include <plearn_learners/unsupervised/KernelPCA.h>#include <plearn_learners/unsupervised/LLE.h>#include <plearn_learners/unsupervised/PCA.h>#include <plearn_learners/unsupervised/SpectralClustering.h>#include <plearn_learners/unsupervised/UniformizeLearner.h>#include <plearn_learners/distributions/NGramDistribution.h>#include <plearn/vmat/ConcatSetsSplitter.h>#include <plearn/vmat/ExplicitSplitter.h>#include <plearn/vmat/FilterSplitter.h>#include <plearn/vmat/FractionSplitter.h>#include <plearn/vmat/KFoldSplitter.h>#include <plearn/vmat/NoSplitSplitter.h>#include <plearn/vmat/RepeatSplitter.h>#include <plearn/vmat/SourceVMatrixSplitter.h>#include <plearn/vmat/StackedSplitter.h>#include <plearn/vmat/TextFilesVMatrix.h>#include <plearn/vmat/TrainTestSplitter.h>#include <plearn/vmat/TrainValidTestSplitter.h>#include <plearn/vmat/AutoVMatrix.h>#include <plearn/vmat/SubVMatrix.h>#include <plearn/vmat/BootstrapVMatrix.h>#include <plearn/vmat/DictionaryVMatrix.h>#include <plearn/vmat/GetInputVMatrix.h>#include <plearn/vmat/LemmatizeVMatrix.h>#include <plearn/vmat/PLearnerOutputVMatrix.h>#include <plearn/vmat/PrecomputedVMatrix.h>#include <plearn/vmat/ProcessSymbolicSequenceVMatrix.h>#include <plearn/vmat/RandomSamplesFromVMatrix.h>#include <plearn/vmat/SortRowsVMatrix.h>
Go to the source code of this file.
Defines | |
| #define | PLEARN_MAJOR_VERSION 0 |
| #define | PLEARN_MINOR_VERSION 92 |
| #define | PLEARN_FIXLEVEL 0 |
Definition in file nlplearn_inc.h.
| #define PLEARN_FIXLEVEL 0 |
Definition at line 50 of file nlplearn_inc.h.
Referenced by main().
| #define PLEARN_MAJOR_VERSION 0 |
Include here all classes available in the PLearn CVS repository for NLP applications
Definition at line 48 of file nlplearn_inc.h.
Referenced by main().
| #define PLEARN_MINOR_VERSION 92 |
Definition at line 49 of file nlplearn_inc.h.
Referenced by main().
1.7.4