Package | Description |
---|---|
com.indeed.vw.wrapper.api |
This package contains OOP api for wowpal wabbit jni wrapper.
|
Modifier and Type | Method and Description |
---|---|
static VowpalWabbit.LDF |
VowpalWabbit.LDF.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VowpalWabbit.LDF[] |
VowpalWabbit.LDF.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VowpalWabbit.Builder |
VowpalWabbit.Builder.csoaaLdf(VowpalWabbit.LDF ldf)
Use one-against-all multiclass learning with label dependent features.
|
VowpalWabbit.Builder |
VowpalWabbit.Builder.wapLdf(VowpalWabbit.LDF ldf)
Use weighted all-pairs multiclass learning with label dependent features.
|
Copyright © 2017. All rights reserved.