OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Train
(Results
1 - 6
of
6
) sorted by null
/frameworks/ml/bordeaux/learning/multiclass_pa/native/
multiclass_pa.h
65
// Iteratively
train
the model for num_iterations on the given dataset.
66
float
Train
(const std::vector<std::pair<std::vector<float>, int> >& data,
multiclass_pa.cpp
173
float MulticlassPA::
Train
(const vector<pair<vector<float>, int> >& data,
/external/lzma/CS/7zip/Compress/LZ/
LzOutWindow.cs
39
public bool
Train
(System.IO.Stream stream)
/external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs
76
Train
195
string
train
= "";
196
if (parser[(int)Key.
Train
].ThereIs)
197
train
= (string)parser[(int)Key.
Train
].PostStrings[0];
237
if (
train
.Length != 0)
238
trainStream = new FileStream(
train
, FileMode.Open, FileAccess.Read);
330
if (!decoder.
Train
(trainStream))
331
throw (new Exception("can't
train
"));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
VenueNameElement.java
156
Train
,
/external/lzma/CS/7zip/Compress/LZMA/
LzmaDecoder.cs
367
public bool
Train
(System.IO.Stream stream)
370
return m_OutWindow.
Train
(stream);
Completed in 70 milliseconds