public class Interaction extends Job<Frame>
Job.JobCancelledException, Job.JobState, Job.Progress, Job.ProgressUpdate| Modifier and Type | Field and Description |
|---|---|
java.lang.String[] |
_factor_columns |
int[] |
_factors |
int |
_max_factors |
int |
_min_occurrence |
boolean |
_pairwise |
Key<Frame> |
_source_frame |
_description, _dest, _end_time, _exception, _progressKey, _start_time, _state, LIST| Constructor and Description |
|---|
Interaction() |
Interaction(Key<Frame> dest,
java.lang.String desc) |
| Modifier and Type | Method and Description |
|---|---|
Frame |
execImpl() |
java.lang.String |
toString() |
cancel, cancel, checksum_impl, dest, done, failed, get, isCancelledOrCrashed, isDone, isRunning, isRunning, isStopped, jobs, msec, onCancelled, progress_msg, progress, remove_impl, start, update, update, update, updateclone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeHTML_impl, writeHTML, writeJSON_impl, writeJSONpublic java.lang.String[] _factor_columns
public boolean _pairwise
public int _max_factors
public int _min_occurrence
public transient int[] _factors
public Frame execImpl()
public java.lang.String toString()
toString in class java.lang.Object