|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.common.parameters.Parametered.ParameteredGeneralizations
public static final class Parametered.ParameteredGeneralizations
"multiple inheritance"
Method Summary | |
---|---|
static java.lang.String |
conf(Parametered parametered)
|
static void |
configureParameters(Parametered parametered,
org.apache.hadoop.conf.Configuration jobConf)
|
static void |
configureParameters(java.lang.String prefix,
Parametered parametered,
org.apache.hadoop.conf.Configuration jobConf)
Calls Parametered.createParameters(String,org.apache.hadoop.conf.Configuration)
on parameter parmetered, and then recur down its composite tree to invoke
Parametered.createParameters(String,org.apache.hadoop.conf.Configuration)
and Parametered.configure(org.apache.hadoop.conf.Configuration) on
each composite part. |
static java.lang.String |
help(Parametered parametered)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void configureParameters(Parametered parametered, org.apache.hadoop.conf.Configuration jobConf)
public static void configureParameters(java.lang.String prefix, Parametered parametered, org.apache.hadoop.conf.Configuration jobConf)
Parametered.createParameters(String,org.apache.hadoop.conf.Configuration)
on parameter parmetered, and then recur down its composite tree to invoke
Parametered.createParameters(String,org.apache.hadoop.conf.Configuration)
and Parametered.configure(org.apache.hadoop.conf.Configuration)
on
each composite part.
prefix
- ends with a dot if not empty.parametered
- instance to be configuredjobConf
- configuration used for retrieving valuespublic static java.lang.String help(Parametered parametered)
public static java.lang.String conf(Parametered parametered)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |