Class

org.apache.spark.ml.spark.models.svm.SparkSVMModel

SparkSVMOutput

Related Doc: package SparkSVMModel

Permalink

class SparkSVMOutput extends Output

Linear Supertypes
Output, Iced[D], Externalizable, Serializable, Freezable[D], Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparkSVMOutput
  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 SparkSVMOutput(b: SparkSVM)

    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: SparkSVM

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

    Permalink
    Definition Classes
    Output
  15. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Output
  27. var interceptor: Double

    Permalink
  28. def isAutoencoder(): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Output
  34. var iterations: Int

    Permalink
  35. def nclasses(): Int

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

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

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

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

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

    Permalink
  41. def offsetIdx(): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  60. def weightsIdx(): Int

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

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

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

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

    Permalink
    Definition Classes
    Iced → Freezable

Deprecated Value Members

  1. def setNames(arg0: Array[String]): Unit

    Permalink
    Definition Classes
    Output
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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