public final class DistributedClusterer extends Object implements Learner, com.github.javacliparser.Configurable
Modifier and Type | Field and Description |
---|---|
com.github.javacliparser.ClassOption |
learnerOption |
com.github.javacliparser.IntOption |
paralellismOption |
Constructor and Description |
---|
DistributedClusterer() |
Modifier and Type | Method and Description |
---|---|
Processor |
getInputProcessor()
Gets the input processing item.
|
Set<Stream> |
getResultStreams()
Gets the result streams
|
void |
init(TopologyBuilder builder,
Instances dataset,
int parallelism)
Inits the Learner object.
|
public com.github.javacliparser.ClassOption learnerOption
public com.github.javacliparser.IntOption paralellismOption
public void init(TopologyBuilder builder, Instances dataset, int parallelism)
Learner
public Processor getInputProcessor()
Learner
getInputProcessor
in interface Learner
public Set<Stream> getResultStreams()
Learner
getResultStreams
in interface Learner
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.