Package tech.tablesaw.conversion.smile
Class SmileConverter
- java.lang.Object
-
- tech.tablesaw.conversion.smile.SmileConverter
-
public class SmileConverter extends Object
A tool that con be used to convert a Relation to a format suitable for use with the Smile machine learning library.
-
-
Constructor Summary
Constructors Constructor Description SmileConverter(Relation table)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description smile.data.DataFrame
toDataFrame()
smile.data.DataFrame
toDataFrame(smile.data.type.StructType schema)
-
-
-
Constructor Detail
-
SmileConverter
public SmileConverter(Relation table)
-
-