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 interactions(): Array[String]

    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 isSupervised(): Boolean

    Permalink
    Definition Classes
    Output
  32. var iterations: Int

    Permalink
  33. def nclasses(): Int

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

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

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

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

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

    Permalink
  39. def offsetIdx(): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  58. def weightsIdx(): Int

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

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

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

    Permalink
    Definition Classes
    Iced → Externalizable
    Annotations
    @throws( classOf[java.io.IOException] )
  62. 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