nak

liblinear

package liblinear

Visibility
  1. Public
  2. All

Type Members

  1. trait Feature extends AnyRef

  2. class FeatureNode extends Feature

  3. class InvalidInputDataException extends Exception

  4. class L2R_L2_SvrFunction extends L2R_L2_SvcFunction

  5. case class LiblinearConfig(solverType: SolverType = SolverType.L2R_LR, cost: Double = 1.0, eps: Double = 0.01, showDebug: Boolean = false) extends Product with Serializable

    Configure the options for Liblinear training.

  6. class LiblinearTrainer extends AnyRef

    Train a Liblinear classifier from data.

  7. class Linear extends AnyRef

  8. final class Model extends Serializable

  9. final class Parameter extends AnyRef

  10. class Predict extends AnyRef

  11. class Problem extends AnyRef

  12. class SolverType extends Enum[SolverType]

  13. class Train extends AnyRef

Value Members

  1. object LiblinearProblem

    Set up a problem to be solved.

  2. object LiblinearUtil

    Helper functions for working with Liblinear.

  3. object Solver

    An object to help with solver descriptions.

Ungrouped