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

Method getGuess

JSAT/src/jsat/parameters/Parameter.java:432–445  ·  view source on GitHub ↗
(DataSet data)

Source from the content-addressed store, hash-verified

430 }
431
432 @Override
433 public Distribution getGuess(DataSet data)
434 {
435 if (guessMethod == null)
436 return null;
437 try
438 {
439 return (Distribution) guessMethod.invoke(targetObject, data);
440 }
441 catch (Exception ex)
442 {
443 }
444 return null;
445 }
446
447 };
448 }

Callers 2

autoAddParametersMethod · 0.45
autoAddParametersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected