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

active.h « vowpalwabbit - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b1145e8c84b18ffe08924f28783c29345359ad06 (plain)
1
2
#pragma once
namespace ACTIVE { LEARNER::base_learner* setup(vw& all); }