Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vowpalwabbit/parse_regressor.cc')
-rw-r--r--vowpalwabbit/parse_regressor.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/vowpalwabbit/parse_regressor.cc b/vowpalwabbit/parse_regressor.cc
index def3a8de..6e7cf27e 100644
--- a/vowpalwabbit/parse_regressor.cc
+++ b/vowpalwabbit/parse_regressor.cc
@@ -164,11 +164,6 @@ void save_load_header(vw& all, io_buf& model_file, bool read, bool text)
"", read,
"\n",1, text);
- text_len = sprintf(buff, "rank:%d\n", (int)all.rank);
- bin_text_read_write_fixed(model_file,(char*)&all.rank, sizeof(all.rank),
- "", read,
- buff,text_len, text);
-
text_len = sprintf(buff, "lda:%d\n", (int)all.lda);
bin_text_read_write_fixed(model_file,(char*)&all.lda, sizeof(all.lda),
"", read,