HomeSort by relevance Sort by last modified time
    Searched refs:Train (Results 1 - 5 of 5) 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"));
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaDecoder.cs 367 public bool Train(System.IO.Stream stream)
370 return m_OutWindow.Train(stream);

Completed in 77 milliseconds