public class MultiClassAdaBoost extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
dataSampleRate |
| Constructor and Description |
|---|
MultiClassAdaBoost() |
| Modifier and Type | Method and Description |
|---|---|
String |
classify(com.github.chen0040.data.frame.DataRow row) |
void |
fit(com.github.chen0040.data.frame.DataFrame frame) |
public void fit(com.github.chen0040.data.frame.DataFrame frame)
public String classify(com.github.chen0040.data.frame.DataRow row)
Copyright © 2017. All rights reserved.