VectorZipper implements VectorZipper
More...
◆ VectorZipper() [1/2]
Synapse.ML.Vw.VectorZipper.VectorZipper |
( |
| ) |
|
|
inline |
◆ VectorZipper() [2/2]
Synapse.ML.Vw.VectorZipper.VectorZipper |
( |
string |
uid | ) |
|
|
inline |
Creates a VectorZipper with a UID that is used to give the VectorZipper a unique ID.
- Parameters
-
uid | An immutable unique ID for the object and its derivatives. |
◆ GetInputCols()
string [] Synapse.ML.Vw.VectorZipper.GetInputCols |
( |
| ) |
|
Gets inputCols value
- Returns
- inputCols: The names of the input columns
◆ GetOutputCol()
string Synapse.ML.Vw.VectorZipper.GetOutputCol |
( |
| ) |
|
Gets outputCol value
- Returns
- outputCol: The name of the output column
◆ Load()
static VectorZipper Synapse.ML.Vw.VectorZipper.Load |
( |
string |
path | ) |
|
|
static |
◆ Read()
JavaMLReader<VectorZipper> Synapse.ML.Vw.VectorZipper.Read |
( |
| ) |
|
Get the corresponding JavaMLReader instance.
- Returns
- an JavaMLReader<VectorZipper> instance for this ML instance.
◆ Save()
void Synapse.ML.Vw.VectorZipper.Save |
( |
string |
path | ) |
|
Saves the object so that it can be loaded later using Load. Note that these objects can be shared with Scala by Loading or Saving in Scala.
- Parameters
-
path | The path to save the object to |
◆ SetInputCols()
VectorZipper Synapse.ML.Vw.VectorZipper.SetInputCols |
( |
string [] |
value | ) |
|
Sets value for inputCols
- Parameters
-
value | The names of the input columns |
- Returns
- New VectorZipper object
◆ SetOutputCol()
VectorZipper Synapse.ML.Vw.VectorZipper.SetOutputCol |
( |
string |
value | ) |
|
Sets value for outputCol
- Parameters
-
value | The name of the output column |
- Returns
- New VectorZipper object
The documentation for this class was generated from the following file:
- synapse/ml/vw/VectorZipper.cs