Class

org.apache.spark.ml.spark.models.svm.SVMModel

SVMOutput

Related Doc: package SVMModel

Permalink

class SVMOutput extends Output

Linear Supertypes
Output, Iced[D], Externalizable, Serializable, Freezable[D], Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SVMOutput
  2. Output
  3. Iced
  4. Externalizable
  5. Serializable
  6. Freezable
  7. Cloneable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SVMOutput(b: SVM)

    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. def asBytes(): Array[Byte]

    Permalink
    Definition Classes
    Iced → Freezable
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val b: SVM

    Permalink
  7. def checksum_impl(): Long

    Permalink
    Attributes
    protected[hex]
    Definition Classes
    Output
  8. def classNames(): Array[String]

    Permalink
    Definition Classes
    Output
  9. def clearModelMetrics(): Unit

    Permalink
    Definition Classes
    Output
  10. final def clone(): D

    Permalink
    Definition Classes
    Iced → Freezable → AnyRef
  11. def copyOver(arg0: D): Unit

    Permalink
    Attributes
    protected[water]
    Definition Classes
    Iced
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def foldIdx(): Int

    Permalink
    Definition Classes
    Output
  16. def foldName(): String

    Permalink
    Definition Classes
    Output
  17. final def frozenType(): Int

    Permalink
    Definition Classes
    Iced → Freezable
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getModelCategory(): ModelCategory

    Permalink
    Definition Classes
    Output
  20. def getModelMetrics(): Array[Key[ModelMetrics]]

    Permalink
    Definition Classes
    Output
  21. def hasFold(): Boolean

    Permalink
    Definition Classes
    Output
  22. def hasOffset(): Boolean

    Permalink
    Definition Classes
    Output
  23. def hasWeights(): Boolean

    Permalink
    Definition Classes
    Output
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. def interactionBuilder(): InteractionBuilder

    Permalink
    Definition Classes
    Output
  26. var interceptor: Double

    Permalink
  27. def isAutoencoder(): Boolean

    Permalink
    Definition Classes
    Output
  28. def isBinomialClassifier(): Boolean

    Permalink
    Definition Classes
    Output
  29. def isClassifier(): Boolean

    Permalink
    Definition Classes
    Output
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. def isMultinomialClassifier(): Boolean

    Permalink
    Definition Classes
    Output
  32. def isSupervised(): Boolean

    Permalink
    Definition Classes
    Output
  33. var iterations: Int

    Permalink
  34. def nclasses(): Int

    Permalink
    Definition Classes
    Output
  35. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. def nfeatures(): Int

    Permalink
    Definition Classes
    Output
  37. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  39. var numMeans: Array[Double]

    Permalink
  40. def offsetIdx(): Int

    Permalink
    Definition Classes
    Output
  41. def offsetName(): String

    Permalink
    Definition Classes
    Output
  42. def printTwoDimTables(arg0: StringBuilder, arg1: Any): Unit

    Permalink
    Definition Classes
    Output
  43. final def read(arg0: AutoBuffer): D

    Permalink
    Definition Classes
    Iced → Freezable
  44. def readExternal(arg0: ObjectInput): Unit

    Permalink
    Definition Classes
    Iced → Externalizable
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  45. final def readJSON(arg0: AutoBuffer): D

    Permalink
    Definition Classes
    Iced → Freezable
  46. def reloadFromBytes(arg0: Array[Byte]): D

    Permalink
    Definition Classes
    Iced → Freezable
  47. def responseIdx(): Int

    Permalink
    Definition Classes
    Output
  48. def responseName(): String

    Permalink
    Definition Classes
    Output
  49. def setNames(arg0: Array[String]): Unit

    Permalink
    Definition Classes
    Output
  50. def startClock(): Unit

    Permalink
    Attributes
    protected[hex]
    Definition Classes
    Output
  51. def stopClock(): Unit

    Permalink
    Attributes
    protected[hex]
    Definition Classes
    Output
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  53. final def toJsonString(): String

    Permalink
    Definition Classes
    Iced
  54. def toString(): String

    Permalink
    Definition Classes
    Output → AnyRef → Any
  55. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. var weights: Array[Double]

    Permalink
  59. def weightsIdx(): Int

    Permalink
    Definition Classes
    Output
  60. def weightsName(): String

    Permalink
    Definition Classes
    Output
  61. final def write(arg0: AutoBuffer): AutoBuffer

    Permalink
    Definition Classes
    Iced → Freezable
  62. def writeExternal(arg0: ObjectOutput): Unit

    Permalink
    Definition Classes
    Iced → Externalizable
    Annotations
    @throws( classOf[java.io.IOException] )
  63. def writeJSON(arg0: AutoBuffer): AutoBuffer

    Permalink
    Definition Classes
    Iced → Freezable

Inherited from Output

Inherited from Iced[D]

Inherited from Externalizable

Inherited from Serializable

Inherited from Freezable[D]

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped