public class Problem extends Object
Modifier and Type | Field and Description |
---|---|
Experiments |
data
This is the training data.
|
int |
exSize |
int |
fSize |
Features |
functions
These are the features.
|
Constructor and Description |
---|
Problem() |
Problem(Experiments d,
Features f) |
Modifier and Type | Method and Description |
---|---|
void |
add(Feature f) |
void |
print() |
void |
print(String filename) |
void |
removeLast() |
public int exSize
public int fSize
public Experiments data
public Features functions
public Problem(Experiments d, Features f)
public Problem()