public class VowpalWabbit extends Object
For better parameters documentation read: https://github.com/JohnLangford/vowpal_wabbit/wiki/Command-line-arguments
Modifier and Type | Class and Description |
---|---|
static class |
VowpalWabbit.Builder
Builder for Vowpal Wabbit learner.
|
static class |
VowpalWabbit.Hash |
static class |
VowpalWabbit.LDF |
Modifier and Type | Field and Description |
---|---|
static String |
ANY_NAMESPACE
Pass this constant as namespace parameter if you want to set some feature engineering for all namespaces.
|
Modifier and Type | Method and Description |
---|---|
static VowpalWabbit.Builder |
advancedBuilder()
Create advanced builder for Vowpal Wabbit learner
|
static SGDVowpalWabbitBuilder |
builder()
Create builder for Vowpal Wabbit learner
|
public static final String ANY_NAMESPACE
public static SGDVowpalWabbitBuilder builder()
public static VowpalWabbit.Builder advancedBuilder()
Copyright © 2017. All rights reserved.