MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / getName

Method getName

JSAT/src/jsat/parameters/Parameter.java:131–134  ·  view source on GitHub ↗

Returns the display name of this parameter. By default, this returns the #getASCIIName() ASCII name of the parameter. If one exists, a name using Unicode characters may be returned instead. @return the name of this parameter

()

Source from the content-addressed store, hash-verified

129 * @return the name of this parameter
130 */
131 public String getName()
132 {
133 return getASCIIName();
134 }
135
136 @Override
137 public String toString()

Callers 3

toStringMethod · 0.95
hashCodeMethod · 0.95
equalsMethod · 0.95

Calls 2

getASCIINameMethod · 0.95
getNameMethod · 0.65

Tested by

no test coverage detected