public class GramV3
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
FrameKeyV3 |
destinationFrame
Destination key for the resulting matrix.
|
boolean |
skipMissing
skip missing values
|
boolean |
standardize
standardize data
|
boolean |
useAllFactorLevels
use all factor levels when doing 1-hot encoding
|
ColSpecifierV3 |
w
weight vector
|
FrameKeyV3 |
x
source data
|
| Constructor and Description |
|---|
GramV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public FrameKeyV3 x
public ColSpecifierV3 w
public boolean useAllFactorLevels
public boolean standardize
public boolean skipMissing
public FrameKeyV3 destinationFrame