public class VowpalWabbitClassifier extends Object implements Classifier
| Modifier and Type | Class and Description |
|---|---|
static class |
VowpalWabbitClassifier.Builder |
static class |
VowpalWabbitClassifier.LossFunction |
| Modifier and Type | Method and Description |
|---|---|
Double |
getDecayLearningRate() |
Double |
getL1() |
Double |
getL2() |
Double |
getLearningRate() |
VowpalWabbitClassifier.LossFunction |
getLossFunction() |
Integer |
getMaxFeatureSize() |
Map<String,Object> |
getParameters() |
Integer |
getPasses() |
Boolean |
isDeleteCache() |
Boolean |
isFtrl() |
Boolean |
isUseCache() |
public VowpalWabbitClassifier.LossFunction getLossFunction()
public Double getLearningRate()
public Integer getPasses()
public Double getDecayLearningRate()
public Boolean isFtrl()
public Double getL1()
public Double getL2()
public Boolean isUseCache()
public Boolean isDeleteCache()
public Integer getMaxFeatureSize()
Copyright © 2019. All rights reserved.