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.lossFunction(Loss loss)
Specify the loss function to be used, uses squared by default.
|
Modifier and Type | Method and Description |
---|---|
static Loss |
Loss.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Loss[] |
Loss.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.lossFunction(Loss loss)
Specify the loss function to be used, uses squared by default.
|
Copyright © 2017. All rights reserved.