Package ai.sklearn4j.core.packaging
Interface IScikitLearnPackageHeader
-
- All Known Implementing Classes:
ScikitLearnPackageHeaderV1
public interface IScikitLearnPackageHeaderAbstracts the version of the binary package from its physical layout and its version.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetFileFormatVersion()Gets the version of the binary package file.StringgetScikitLearnVersion()Gets the version that was used to train the scikit-learn object.
-
-
-
Method Detail
-
getFileFormatVersion
int getFileFormatVersion()
Gets the version of the binary package file.- Returns:
- An int value specifying the version.
-
getScikitLearnVersion
String getScikitLearnVersion()
Gets the version that was used to train the scikit-learn object.- Returns:
- A string version of scikit-learn library.
-
-