|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.classifier.sgd.AdaptiveLogisticRegression.TrainingExample
public static class AdaptiveLogisticRegression.TrainingExample
Constructor Summary | |
---|---|
AdaptiveLogisticRegression.TrainingExample(long key,
java.lang.String groupKey,
int actual,
Vector instance)
|
Method Summary | |
---|---|
int |
getActual()
|
java.lang.String |
getGroupKey()
|
Vector |
getInstance()
|
long |
getKey()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdaptiveLogisticRegression.TrainingExample(long key, java.lang.String groupKey, int actual, Vector instance)
Method Detail |
---|
public long getKey()
public int getActual()
public Vector getInstance()
public java.lang.String getGroupKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |