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

Method setEvaluator

JSAT/src/jsat/datatransform/featureselection/SFS.java:416–423  ·  view source on GitHub ↗
(Object evaluator)

Source from the content-addressed store, hash-verified

414 }
415
416 private void setEvaluator(Object evaluator)
417 {
418 this.evaluator = evaluator;
419 if(evaluator instanceof Classifier)
420 this.classifier = (Classifier) evaluator;
421 if(evaluator instanceof Regressor)
422 this.regressor = (Regressor) evaluator;
423 }
424}

Callers 1

SFSMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected