com
.
intel
.
analytics
.
bigdl
.
dataset
.
image
LabeledGreyImage
class
LabeledGreyImage
extends
GreyImage
with
Label
[
Float
]
A grey image with a float label
Linear Supertypes
Label
[
Float
],
GreyImage
,
Image
,
Serializable
,
Serializable
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
LabeledGreyImage
Label
GreyImage
Image
Serializable
Serializable
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
LabeledGreyImage
()
new
LabeledGreyImage
(
_width:
Int
,
_height:
Int
)
new
LabeledGreyImage
(
d:
Array
[
Float
]
,
w:
Int
,
h:
Int
,
_label:
Float
)
d
w
h
_label
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
var
_height
:
Int
Attributes
protected
Definition Classes
GreyImage
var
_label
:
Float
Attributes
protected
var
_width
:
Int
Attributes
protected
Definition Classes
GreyImage
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
content
:
Array
[
Float
]
Definition Classes
GreyImage
→
Image
def
copy
(
other:
LabeledGreyImage
)
:
GreyImage
def
copy
(
other:
GreyImage
)
:
GreyImage
Definition Classes
GreyImage
def
copy
(
source:
Array
[
Byte
]
,
normalize:
Float
=
1.0f
,
offset:
Int
=
0
)
:
LabeledGreyImage
.this.type
Definition Classes
GreyImage
var
data
:
Array
[
Float
]
Attributes
protected
Definition Classes
GreyImage
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
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
height
()
:
Int
Definition Classes
GreyImage
→
Image
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
label
()
:
Float
Definition Classes
LabeledGreyImage
→
Label
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
setLabel
(
label:
Float
)
:
LabeledGreyImage
.this.type
Definition Classes
LabeledGreyImage
→
Label
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
width
()
:
Int
Definition Classes
GreyImage
→
Image
Inherited from
Label
[
Float
]
Inherited from
GreyImage
Inherited from
Image
Inherited from
Serializable
Inherited from
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped
A grey image with a float label