public class PerceptronModel extends Object
| Constructor and Description |
|---|
PerceptronModel() |
PerceptronModel(PerceptronModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
init(List<org.maochen.nlp.ml.Tuple> trainingData,
boolean initWeightRandom) |
void |
load(InputStream is) |
void |
persist(String filename) |
public PerceptronModel()
public PerceptronModel(PerceptronModel model)
public void init(List<org.maochen.nlp.ml.Tuple> trainingData, boolean initWeightRandom)
public void persist(String filename)
public void load(InputStream is)
Copyright © 2016. All rights reserved.