Home
last modified time | relevance | path

Searched defs:predict (Results 1 – 23 of 23) sorted by relevance

/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DDFA.pm64 sub predict { subroutine
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DDFA.as61 public function predict(input:IntStream):int { method in org.antlr.runtime.DFA
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Ddfa.rb171 def predict( input ) singletonMethod in ANTLR3.DFA
237 def predict( input ) singletonMethod in ANTLR3.DFA
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DDFA.js20 predict: function(input) { method in org.antlr.runtime.DFA
/external/marisa-trie/v0_1_5/tools/
Dmarisa_alpha-predict.cc32 int predict(const char * const *args, std::size_t num_args) { in predict() function
/external/marisa-trie/tools/
Dmarisa-predict.cc32 int predict(const char * const *args, std::size_t num_args) { in predict() function
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3cyclicdfa.h75 …ANTLR3_INT32 (*predict) (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM … member
/external/libvpx/libvpx/test/
Didctllm_test.cc39 unsigned char predict[256]; member in __anon21bee90a0111::IDCTTest
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Ddfa.py64 def predict(self, input): member in DFA
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DDFA.java62 public int predict(IntStream input) in predict() method in DFA
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dtrie-search.cc147 std::size_t Trie::predict(const char *str, in predict() function in marisa_alpha::Trie
156 std::size_t Trie::predict(const char *ptr, std::size_t length, in predict() function in marisa_alpha::Trie
166 std::size_t Trie::predict(const char *str, in predict() function in marisa_alpha::Trie
176 std::size_t Trie::predict(const char *ptr, std::size_t length, in predict() function in marisa_alpha::Trie
Dtrie-inline.h75 inline std::size_t Trie::predict(const std::string &str, in predict() function
80 inline std::size_t Trie::predict(const std::string &str, in predict() function
/external/marisa-trie/lib/marisa/
Dtrie-search.cc142 std::size_t Trie::predict(const char *str, in predict() function in marisa::Trie
151 std::size_t Trie::predict(const char *ptr, std::size_t length, in predict() function in marisa::Trie
160 std::size_t Trie::predict(const char *str, in predict() function in marisa::Trie
170 std::size_t Trie::predict(const char *ptr, std::size_t length, in predict() function in marisa::Trie
Dtrie-inline.h74 inline std::size_t Trie::predict(const std::string &str, in predict() function
79 inline std::size_t Trie::predict(const std::string &str, in predict() function
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DInterpreter.java395 public int predict(DFA dfa) { in predict() method in Interpreter
/external/opencv/ml/src/
Dmlnbayes.cpp281 float CvNormalBayesClassifier::predict( const CvMat* samples, CvMat* results ) const in predict() function in CvNormalBayesClassifier
Dmlrtrees.cpp535 float CvRTrees::predict( const CvMat* sample, const CvMat* missing ) const in predict() function in CvRTrees
Dmlem.cpp209 CvEM::predict( const CvMat* _sample, CvMat* _probs ) const in predict() function in CvEM
Dmlann_mlp.cpp266 float CvANN_MLP::predict( const CvMat* _inputs, CvMat* _outputs ) const in predict() function in CvANN_MLP
Dmlboost.cpp1262 CvBoost::predict( const CvMat* _sample, const CvMat* _missing, in predict() function in CvBoost
Dmlsvm.cpp1877 float CvSVM::predict( const CvMat* sample ) const in predict() function in CvSVM
Dmltree.cpp2881 CvDTreeNode* CvDTree::predict( const CvMat* _sample, in predict() function in CvDTree
/external/webp/src/dsp/
Dlossless.c549 uint32_t predict; in GetBestPredictorForTile() local
598 uint32_t predict; in CopyTileWithPrediction() local