Package | Description |
---|---|
com.indeed.vw.wrapper.api |
This package contains OOP api for wowpal wabbit jni wrapper.
|
com.indeed.vw.wrapper.api.parameters |
API for creating vowpal wabbit parameters string.
|
Modifier and Type | Method and Description |
---|---|
VowpalWabbit.Builder |
VowpalWabbit.Builder.link(Link link)
Specify the link function: identity, logistic, glf1 or poisson (=identity)
|
Modifier and Type | Method and Description |
---|---|
static Link |
Link.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Link[] |
Link.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SGDVowpalWabbitBuilder |
LinkAndLossOptions.link(Link link)
Specify the link function: identity, logistic, glf1 or poisson (=identity)
|
Copyright © 2017. All rights reserved.