Modifier and Type | Field and Description |
---|---|
static int |
FEATURES_SIZE |
static int |
FRAME_LENGTH |
Constructor and Description |
---|
Segment() |
Segment(int startTime,
int length) |
Segment(int startTime,
int length,
float[] features) |
Segment(Segment ref) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Segment ref) |
int |
equals(Segment ref) |
int |
getLength() |
int |
getStartTime() |
void |
setLength(int length) |
void |
setStartTime(int startTime) |
java.lang.String |
toString() |
public static final int FEATURES_SIZE
public static final int FRAME_LENGTH
public Segment(Segment ref)
public Segment(int startTime, int length)
public Segment(int startTime, int length, float[] features)
public Segment()
public void setStartTime(int startTime)
public void setLength(int length)
public int getStartTime()
public int getLength()
public int equals(Segment ref)
public java.lang.String toString()
toString
in class java.lang.Object