public class SchemaUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
checkSize(int size,
CategoricalFeature categoricalFeature) |
static void |
checkSize(int size,
CategoricalLabel categoricalLabel) |
static void |
checkSize(int size,
CategoricalLabel categoricalLabel,
List<? extends Feature> features) |
static void |
checkSize(int size,
List<? extends Feature> features) |
public static void checkSize(int size,
CategoricalLabel categoricalLabel,
List<? extends Feature> features)
public static void checkSize(int size,
CategoricalLabel categoricalLabel)
public static void checkSize(int size,
CategoricalFeature categoricalFeature)
Copyright © 2022. All rights reserved.