public class SegmentModels extends Keyed<SegmentModels>
| Modifier and Type | Method and Description |
|---|---|
static SegmentModels |
make(Key<SegmentModels> key,
Frame segments)
Initialize the Segment Models structure, allocates keys for each SegmentModelResult
|
java.lang.Class<? extends KeyV3> |
makeSchema() |
protected Futures |
remove_impl(Futures fs,
boolean cascade)
Override to remove subparts, but not self, of composite Keyed objects.
|
Frame |
toFrame()
Converts the collection of Segment Models to a Frame representation
|
checksum_impl, checksum_impl, checksum, checksum, getKey, readAll_impl, readAll, remove_impl, remove_self_key_impl, remove, remove, remove, remove, remove, remove, removeQuietly, writeAll_impl, writeAllasBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal, writeJSONpublic static SegmentModels make(Key<SegmentModels> key, Frame segments)
key - destination keysegments - segmentspublic Frame toFrame()
public java.lang.Class<? extends KeyV3> makeSchema()
makeSchema in class Keyed<SegmentModels>protected Futures remove_impl(Futures fs, boolean cascade)
KeyedVec (removing associated Chunk keys)
and Frame (removing associated Vec keys.)remove_impl in class Keyed<SegmentModels>