org
.
apache
.
spark
.
ml
.
spark
.
models
.
svm
SVMMojoWriter
Related Doc:
package svm
class
SVMMojoWriter
extends
ModelMojoWriter
[
SVMModel
,
SVMParameters
,
SVMOutput
]
Linear Supertypes
ModelMojoWriter
[
SVMModel
,
SVMParameters
,
SVMOutput
],
StreamWriter
,
AbstractMojoWriter
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
SVMMojoWriter
ModelMojoWriter
StreamWriter
AbstractMojoWriter
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
SVMMojoWriter
()
new
SVMMojoWriter
(
svmModel:
SVMModel
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
finishWritingTextFile
()
:
Unit
Attributes
protected[
hex.genmodel
]
Definition Classes
AbstractMojoWriter
Annotations
@throws
(
classOf[java.io.IOException]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
mojoVersion
()
:
String
Definition Classes
SVMMojoWriter
→ AbstractMojoWriter
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
startWritingTextFile
(
arg0:
String
)
:
Unit
Attributes
protected[
hex.genmodel
]
Definition Classes
AbstractMojoWriter
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
writeExtraInfo
()
:
Unit
Attributes
protected[
hex
]
Definition Classes
ModelMojoWriter → AbstractMojoWriter
Annotations
@throws
(
classOf[java.io.IOException]
)
def
writeModelData
()
:
Unit
Definition Classes
SVMMojoWriter
→ AbstractMojoWriter
def
writeTo
(
arg0:
OutputStream
)
:
Unit
Definition Classes
ModelMojoWriter → StreamWriter
final
def
writeTo
(
arg0:
ZipOutputStream
,
arg1:
String
)
:
Unit
Definition Classes
AbstractMojoWriter
Annotations
@throws
(
classOf[java.io.IOException]
)
def
writeTo
(
arg0:
ZipOutputStream
)
:
Unit
Attributes
protected[
hex.genmodel
]
Definition Classes
AbstractMojoWriter
Annotations
@throws
(
classOf[java.io.IOException]
)
final
def
writeblob
(
arg0:
String
,
arg1:
Array
[
Byte
]
)
:
Unit
Attributes
protected[
hex.genmodel
]
Definition Classes
AbstractMojoWriter
Annotations
@throws
(
classOf[java.io.IOException]
)
final
def
writekv
(
arg0:
String
,
arg1:
Array
[
Float
]
)
:
Unit
Attributes
protected[
hex.genmodel
]
Definition Classes
AbstractMojoWriter
Annotations
@throws
(
classOf[java.io.IOException]
)
final
def
writekv
(
arg0:
String
,
arg1:
Array
[
Double
]
)
:
Unit
Attributes
protected[
hex.genmodel
]
Definition Classes
AbstractMojoWriter
Annotations
@throws
(
classOf[java.io.IOException]
)
final
def
writekv
(
arg0:
String
,
arg1:
Array
[
Int
]
)
:
Unit
Attributes
protected[
hex.genmodel
]
Definition Classes
AbstractMojoWriter
Annotations
@throws
(
classOf[java.io.IOException]
)
final
def
writekv
(
arg0:
String
,
arg1:
Any
)
:
Unit
Attributes
protected[
hex.genmodel
]
Definition Classes
AbstractMojoWriter
Annotations
@throws
(
classOf[java.io.IOException]
)
final
def
writeln
(
arg0:
String
)
:
Unit
Attributes
protected[
hex.genmodel
]
Definition Classes
AbstractMojoWriter
final
def
writeln
(
arg0:
String
,
arg1:
Boolean
)
:
Unit
Attributes
protected[
hex.genmodel
]
Definition Classes
AbstractMojoWriter
Inherited from
ModelMojoWriter
[
SVMModel
,
SVMParameters
,
SVMOutput
]
Inherited from
StreamWriter
Inherited from
AbstractMojoWriter
Inherited from
AnyRef
Inherited from
Any
Ungrouped