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

Method isConcurrentTraining

JSAT/src/jsat/classifiers/OneVSOne.java:83–86  ·  view source on GitHub ↗

@return true if training of individual classifiers occur in parallel, false they use their native parallel training method.

()

Source from the content-addressed store, hash-verified

81 * native parallel training method.
82 */
83 public boolean isConcurrentTraining()
84 {
85 return concurrentTrain;
86 }
87
88 @Override
89 public CategoricalResults classify(DataPoint data)

Callers 1

cloneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected