JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ai.libs.jaicore.ml.core.dataset
Interface ILabeledInstance<T>
All Known Subinterfaces:
IDyadRankingInstance
,
ILabeledAttributeArrayInstance
<L>,
INumericLabeledAttributeArrayInstance
<L>
All Known Implementing Classes:
ADyadRankingInstance
,
DyadRankingInstance
,
SimpleInstance
,
SparseDyadRankingInstance
,
TimeSeriesInstance
,
WekaInstance
public interface
ILabeledInstance<T>
Interface of an instance that has a target value.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
getTargetValue
()
Getter for the value of the target attribute.
Method Detail
getTargetValue
T
getTargetValue()
Getter for the value of the target attribute.
Parameters:
type
- The type to bind the value of the target attribute.
Returns:
The value of the traget attribute.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method