| Package | Description |
|---|---|
| org.apache.mahout.classifier.sgd |
Implements a variety of on-line logistric regression classifiers using SGD-based algorithms.
|
| org.apache.mahout.ep |
Provides basic evolutionary optimization using recorded-step
mutation.
|
| Class and Description |
|---|
| EvolutionaryProcess
Allows evolutionary optimization where the state function can't be easily
packaged for the optimizer to execute.
|
| Payload
Payloads for evolutionary state must be copyable and updatable.
|
| State
Records evolutionary state and provides a mutation operation for recorded-step meta-mutation.
|
| Class and Description |
|---|
| EvolutionaryProcess.Function |
| Mapping
Provides coordinate tranformations so that evolution can proceed on the entire space of
reals but have the output limited and squished in convenient (and safe) ways.
|
| Payload
Payloads for evolutionary state must be copyable and updatable.
|
| State
Records evolutionary state and provides a mutation operation for recorded-step meta-mutation.
|
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.