Package | Description |
---|---|
jsat.classifiers.neuralnetwork |
Modifier and Type | Field and Description |
---|---|
static LVQ.LVQVersion |
LVQ.DEFAULT_LVQ_METHOD
The default method of LVQ to use LVQ3
|
Modifier and Type | Method and Description |
---|---|
LVQ.LVQVersion |
LVQ.getLVQMethod()
Returns the version of the LVQ algorithm to use.
|
static LVQ.LVQVersion |
LVQ.LVQVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LVQ.LVQVersion[] |
LVQ.LVQVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LVQ.setLVQMethod(LVQ.LVQVersion lvqMethod)
Sets the version of LVQ used.
|
Constructor and Description |
---|
LVQ(DistanceMetric dm,
int iterations,
double learningRate,
int representativesPerClass,
LVQ.LVQVersion lvqVersion,
DecayRate learningDecay)
Creates a new LVQ instance
|
LVQLLC(DistanceMetric dm,
int iterations,
Classifier localClasifier,
double learningRate,
int representativesPerClass,
LVQ.LVQVersion lvqVersion,
DecayRate learningDecay)
Creates a new LVQ-LLC instance
|
Copyright © 2017. All rights reserved.