public class MLPWeightMapper extends Object implements WeightMapper<MultilayerPerceptron>
| Constructor and Description |
|---|
MLPWeightMapper(ClassifierFactory<MultilayerPerceptron> factory) |
| Modifier and Type | Method and Description |
|---|---|
MultilayerPerceptron |
mapWeights(de.jungblut.math.DoubleVector weights)
Maps the given weights to a classifier implementation.
|
public MLPWeightMapper(ClassifierFactory<MultilayerPerceptron> factory)
public MultilayerPerceptron mapWeights(de.jungblut.math.DoubleVector weights)
WeightMappermapWeights in interface WeightMapper<MultilayerPerceptron>weights - the parameters of a trained model.Copyright © 2016. All rights reserved.