Class/Object

org.clulab.learning

LiblinearRegression

Related Docs: object LiblinearRegression | package learning

Permalink

class LiblinearRegression[F] extends Regression[F] with Serializable

Wrapper for liblinear regression, including LR and linear SVM User: mihais, danebell Date: 11/15/17

Linear Supertypes
Serializable, Regression[F], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LiblinearRegression
  2. Serializable
  3. Regression
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LiblinearRegression(solverType: SolverType = SolverType.L2R_L2LOSS_SVR, C: Double = 1.0, eps: Double = 0.01, p: Double = 0.1, bias: Boolean = false)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val C: Double

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val bias: Boolean

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val eps: Double

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getWeights(verbose: Boolean = false): Counter[F]

    Permalink
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. val p: Double

    Permalink
  20. def saveTo(w: Writer): Unit

    Permalink

    Saves the current model to a file

    Saves the current model to a file

    Definition Classes
    LiblinearRegressionRegression
  21. def saveTo(fileName: String): Unit

    Permalink

    Saves the current model to a file

    Saves the current model to a file

    Definition Classes
    Regression
  22. def scoreOf(d: Datum[Double, F]): Double

    Permalink

    Returns the score for this datum NB: This is not necessarily a probability

    Returns the score for this datum NB: This is not necessarily a probability

    Definition Classes
    LiblinearRegressionRegression
  23. val solverType: SolverType

    Permalink
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. def train(dataset: RegDataset[F], indices: Array[Int]): Unit

    Permalink

    Trains a classifier, using only the datums specified in indices indices is useful for bagging

    Trains a classifier, using only the datums specified in indices indices is useful for bagging

    Definition Classes
    LiblinearRegressionRegression
  27. def train(dataset: RegDataset[F], spans: Option[Iterable[(Int, Int)]]): Unit

    Permalink

    Trains the classifier on the given dataset spans is useful during cross validation

    Trains the classifier on the given dataset spans is useful during cross validation

    Definition Classes
    Regression
  28. def train(dataset: RegDataset[F]): Unit

    Permalink
    Definition Classes
    Regression
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Regression[F]

Inherited from AnyRef

Inherited from Any

Ungrouped