public class GramV3 extends water.api.Schema<water.Iced,GramV3>
Modifier and Type | Field and Description |
---|---|
water.api.schemas3.KeyV3.FrameKeyV3 |
destination_frame |
boolean |
skip_missing |
boolean |
standardize |
boolean |
use_all_factor_levels |
water.api.schemas3.FrameV3.ColSpecifierV3 |
W |
water.api.schemas3.KeyV3.FrameKeyV3 |
X |
Constructor and Description |
---|
GramV3() |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromImpl, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
@API(help="source data", required=true, direction=INPUT) public water.api.schemas3.KeyV3.FrameKeyV3 X
@API(help="weight vector", required=false, direction=INPUT) public water.api.schemas3.FrameV3.ColSpecifierV3 W
@API(help="use all factor levels when doing 1-hot encoding", required=false, direction=INPUT) public boolean use_all_factor_levels
@API(help="standardize data", required=false, direction=INPUT) public boolean standardize
@API(help="skip missing values", required=false, direction=INPUT) public boolean skip_missing
@API(help="Destination key for the resulting matrix.", direction=OUTPUT) public water.api.schemas3.KeyV3.FrameKeyV3 destination_frame