public class ParamUtils
extends java.lang.Object
Constructor and Description |
---|
ParamUtils() |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<java.lang.String> |
getCriticalParamNames(DocGen.FieldDoc[] doc)
Names of the model parameters which will always be shown in a short description of
the model (e.g., for a tree model it would include ntrees and depth).
|
static java.util.Set<java.lang.String> |
getExpertParamNames(DocGen.FieldDoc[] doc)
Names of the model parameters which will be shown only in an expert view of
the model (e.g., for Deep Learning it would include initial_weight_scale).
|
static java.util.Set<java.lang.String> |
getParamNames(DocGen.FieldDoc[] doc,
ParamImportance filter) |
static java.util.Set<java.lang.String> |
getSecondaryParamNames(DocGen.FieldDoc[] doc)
Names of the model parameters which will also be shown in a longer description of
the model (e.g., learning rate).
|
public static java.util.Set<java.lang.String> getCriticalParamNames(DocGen.FieldDoc[] doc)
public static java.util.Set<java.lang.String> getSecondaryParamNames(DocGen.FieldDoc[] doc)
public static java.util.Set<java.lang.String> getExpertParamNames(DocGen.FieldDoc[] doc)
public static java.util.Set<java.lang.String> getParamNames(DocGen.FieldDoc[] doc, ParamImportance filter)