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

Method getValue

JSAT/src/jsat/parameters/Parameter.java:375–387  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

373 private static final long serialVersionUID = -4741218633343565521L;
374
375 @Override
376 public double getValue()
377 {
378 try
379 {
380 return (Double) getMethod.invoke(targetObject);
381 }
382 catch (Exception ex)
383 {
384
385 }
386 return Double.NaN;
387 }
388
389 @Override
390 public boolean setValue(double val)

Callers 1

getParamsFromMethodsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected